STOP AUTOMATIC UPDATES IN WINDOWS 10
How to stop automatic updates in Windows 10
Windows 10 always install cumulative updates automatically, even if you're against them, but you can use these steps to stop this behavior and decide when to install them.
17
On Windows 10, cumulative
updates are no longer optional, they're mandatory, which means that they
download and install automatically as soon as they're ready. Although
this new mechanism is a convenient approach to ensure that every device
has the latest security patches, bug fixes, and improvements, it's not
an option that everyone likes.
If you have a computer running Windows 10,
depending on the edition, it's still possible to regain some of the
control and stop automatic updates using the Local Group Policy Editor
or Registry.How to block automatic updates using Local Group Policy
If you're running Windows 10 Pro, you can use the Local Group Policy Editor to change the system settings to prevent your device from downloading and installing updates automatically. Here's how:- Use the Windows key + R keyboard shortcut to open the Run command.
- Type gpedit.msc and click OK to open the Local Group Policy Editor.
- Browse the following path:
Computer Configuration\Administrative Templates\Windows Components\Windows Update
- On the right side, double-click the Configure Automatic Updates policy.
- Check the Disabled option to turn off the policy.
- Click the Apply button.
- Click the OK button.
Configuring automatic update options
Alternatively, if disabling the policy isn't working, you can also use the Group Policy Editor to configure the Windows Update options to prevent updates from installing automatically on your computer.- Use the Windows key + R keyboard shortcut to open the Run command.
- Type gpedit.msc and click OK to open the Local Group Policy Editor.
- Browse the following path:
Computer Configuration\Administrative Templates\Windows Components\Windows Update
- On the right side, double-click the Configure Automatic Updates policy.
- Check the Enabled option to turn on the policy.
- Under the "Options" section, you'll find a number of options to configure automatic updates, including:
- 2 - Notify for download and auto install.
- 3 - Auto download and notify for install.
- 4 - Auto download and schedule the install.
- 5 - Allow local admin to choose setting.
- Click the Apply button.
- Click the OK button.
At any time, you can revert the changes using the same steps, but on step No. 5, make sure to select the Not Configured option. Then reboot your device to apply the changes.
How to block automatic updates using Registry
On Windows 10 Pro, you can alternatively stop automatic updates using the Registry. Here's how:Warning: This is a friendly reminder that editing the Registry is risky, and it can cause irreversible damage to your installation if you don't do it correctly. It's recommended to make a full backup of your PC before proceeding.
- Use the Windows key + R keyboard shortcut to open the Run command.
- Type regedit, and click OK to open the Registry.
- Browse the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the Windows (folder) key, select New, and then click on Key.
- Name the new key WindowsUpdate and press Enter.
- Right-click the newly created key, select New, and click on Key.
- Name the new key AU and press Enter.
- Right-click the newly created key, select New, and click on DWORD (32-bit) Value.
- Name the new key NoAutoUpdate and press Enter.
- Double-click the newly created key and change its value from 0 to 1.
- Click the OK button.
Configuring automatic update options
If disabling the Windows 10 update service policy isn't working, you can also use the Registry to configure the Windows Update options to avoid updates from installing automatically on your device.- Use the Windows key + R keyboard shortcut to open the Run command.
- Type regedit, and click OK to open the Registry.
- Browse the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the Windows (folder) key, select New, and then click on Key.
- Name the new key WindowsUpdate and press Enter.
- Right-click the newly created key, select New, and click on Key.
- Name the new key AU and press Enter.
- Right-click the newly created key, select New, and click on DWORD (32-bit) Value.
- Name the new key AUOptions and press Enter.
- Double-click the newly created key and change its value using one of the following options:
- 2: Notify for download and auto install.
- 3: Auto download and notify for install.
- 4: Auto download and schedule the install.
- 5: Allow local admin to choose settings.
- Click the OK button.
If you no longer need to block automatic updates, you can revert the changes using the same steps, but on step No. 4, make sure to right-click the WindowsUpdate key (folder) and select the Delete option. Then restart your computer to apply the changes.
Wrapping things up
Although we're outlining the steps to prevent your computer from getting updates, it's important to make it clear that it's never recommended to skip them. The reason is that updates are crucial to keeping Windows 10 running correctly and your data safe.However, there are scenarios when you may need to apply updates manually, schedule an install during a particular time, or just because you want to make sure that a particular cumulative update works correctly before installing it on your device.
This guide only blocks monthly cumulative updates, which usually patch security vulnerabilities and improves the overall performance of Windows 10. If you want to avoid automatic installs of feature updates, such as the Windows 10 April 2018 Update, you need to modify the settings to defer major releases.
If you find this post helpful kindly send your feedback to our organization guruhacktutor for more improvement and further development of this blog. thank by jumatoo
Comments