Disable Windows Update » History » Version 8
Greg Mathis, 07/24/2018 08:13 AM
1 | 1 | Greg Mathis | h1. Disable Windows Update |
---|---|---|---|
2 | 1 | Greg Mathis | |
3 | 1 | Greg Mathis | As central as it is to the core of Windows 10, Windows Update is actually just another Windows process so it can be stopped with these simple steps: |
4 | 1 | Greg Mathis | |
5 | 1 | Greg Mathis | |
6 | 1 | Greg Mathis | # Open the Run command (Win + R), in it type: services.msc and press enter |
7 | 1 | Greg Mathis | # From the Services list which appears find the Windows Update service and open it |
8 | 1 | Greg Mathis | # In ‘Startup Type’ (under the ‘General’ tab) change it to ‘Disabled’ |
9 | 6 | Greg Mathis | # In the task manager, you should now see task "wuauserv" in the "Stopped" state |
10 | 3 | Greg Mathis | # Restart the PC. |
11 | 5 | Greg Mathis | # Now in the Services list, shown below, Windows Update should show up as "Disabled" |
12 | 1 | Greg Mathis | |
13 | 4 | Greg Mathis | !picture863-1.png! |
14 | 4 | Greg Mathis | |
15 | 2 | Greg Mathis | |
16 | 2 | Greg Mathis | Of course, every now and then, when convenient, you should re-enable Windows Update to get the latest updates, especially security patches. |
17 | 1 | Greg Mathis | |
18 | 1 | Greg Mathis | To re-enable Windows Update simply repeat these four steps, but change the Startup Type to ‘Automatic’ |
19 | 7 | Greg Mathis | |
20 | 8 | Greg Mathis | *It turns out that the above is not enough. Windows 10 will somehow re-enable Windows Update on it's own. Evil.* |
21 | 7 | Greg Mathis | |
22 | 7 | Greg Mathis | Trying the steps below to see if it helps: |
23 | 7 | Greg Mathis | |
24 | 7 | Greg Mathis | # Win+R to open Run dialog (must be administrator) |
25 | 7 | Greg Mathis | # Open: services.msc |
26 | 7 | Greg Mathis | # Double click Windows Update service to open properties |
27 | 7 | Greg Mathis | # Click Stop to halt the service. |
28 | 7 | Greg Mathis | # Click the Log On tab |
29 | 7 | Greg Mathis | # Select Log on as: This account: .\Guest |
30 | 7 | Greg Mathis | # Leave password blank |
31 | 7 | Greg Mathis | # Click Apply |