Author Topic: How to Pause Windows 10 Automatic Updates To Avoid Critical Bugs  (Read 54 times)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35127
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Windows 10 as a 'service' is updated regularly and Microsoft recommends users to allow Windows to automatically install new updates as they are released. There are occasions, however, when you don't want to install an update due to fear of reported critical bugs or compatibility issues.

For example, just recently Microsoft pulled the KB4524244 update because of freezes, boot problems, and installation issues. A recent Windows 10 KB4532693 update is also causing issues with users losing their profiles, being logged into the wrong one, and in some cases losing data.

Due to this, some feel it's wise to pause Windows 10 automatic updates before a feature update release or other scheduled released to give Microsoft time to fix discovered bugs. Once it is determined that the update does not cause issues, you can unpause automatic updates and install the new fixes.

Thankfully, Windows 10 Home, Pro and Enterprise versions allow users to pause updates using the Windows Settings, the Group Policy, or Registry modifications, which we explain below.

Method 1: Pause updates via Windows 10 Settings

Previously, only Windows 10 Professional users were allowed to pause Windows updates from the Settings app, but that changed with Windows 10's May 2019 Update.

Now all Windows 10 versions can use the Windows Update settings to pause updates.

If you're on Windows 10 Home, you can pause updates for up to 7 days and Windows 10 Professional users can pause updates for 35 days.

To pause updates on Windows 10, please follow these steps:

   1. Open Settings.

   2. Go to Update & Security.

   3. Click 'Choose Advanced options'.

   4. Under the 'Pause updates' section, you will see a drop-down menu labeled 'Pause until'.  You can use this
       drop-down menu to select a date that you wish to pause updates to.



   5. Once done, you can close the Settings window for the changes to go into effect.

Windows 10 will no longer check for new updates until the selected date is reached.

Method 2: Pause updates via Windows 10 Group Policy

Unlike Windows 10 Home, Windows 10 Pro comes with Group Policy editor and you can use it to disable automatic updates permanently.

To pause Windows Updates with Group Policy editor, follow these steps:

   1. Search in the Start Menu for 'gpedit.msc' and select it when the result appears.

   2. When the Group Policy Editor opens, navigate to the following path: Computer
       Configuration\Administrative Templates\Windows Components\Windows Update


   3. Under the Windows Update section, you will see a policy called 'Configure Automatic Updates' as shown
       below. Double-click on the policy to open it.



   4. To disable automatic updates in Windows 10 for an unlimited period, set this policy to 'Disabled'.



   5. When done, click on the Apply and then OK button to save the policy.
Windows 10 will no longer automatically install updates, but you can still manually check for updates and install them via Windows Update.

To enable automatic updates again, set this policy to 'Not Configured'.

Method 3: Pause updates via the Windows 10 Registry

You can also manually create the above policy to permanently pause Windows 10 automatic updates for all versions of Windows 10 using the Registry Editor.

To pause Windows 10 automatic updates via the Registry, you would need to configure the following policy:

Quote
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000001

To do this via the Registry Editor, please perform the following steps:

   1. Open Windows Run (W+R) and type Regedit.
   2. In Registry Editor, navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

   3. Locate the Windows folder and right-click.

   4. Select New and then Key. When prompted to name the key, give it the name
      'WindowsUpdate' and press Enter.

   5. Right-click this new key folder and click on New, then Key, and give the new key the name
       'AU'.

   6. On the right-side, right-click anywhere and select New > DWORD (32-bit) Value option and
       name the new value 'NoAutoUpdate'.

   7. Double-click on the 'NoAutoUpdate' value and set its Value Data to 1.

   8. When done, the new values should look like the image below.


New NoAutoUpdate value

   9. Click OK and restart the PC.

Windows automatic updates will now be paused permanently until you delete the NoAutoUpdate value.

source