Sunday, August 18, 2019

Stop all updates in Windows 10


When you are working with any windows operating system, then you must fetch with window update features in their update some window system programmer & improve security & performance. For windows update, you must restart your PC & sometime it's failed to install all things so need to rollback.
So if you want to stop that update (If you haven't any problem with existing operating system features) than here describe some methods for that which is easy to set.

Disable automatic updates using 'Group Policy'

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `gpedit.msc` and press Enter.
  2. Navigate to the following path: `Computer Configuration\Administrative Templates\Windows Components\Windows Update`
  3. Double-click the Configure Automatic Updates policy on the right side.
  4. Check the Disabled option to turn off the policy.
  5. Then click "Apply" and "OK" to save the settings.

Disable automatic updates using 'Registry'

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `regedit` and press Enter.
  2. Navigate to the following path: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows`
  3. Right-click the Windows (folder) key, select New, and then click on Key.
  4. Name the new key WindowsUpdate and press Enter.
  5. Right-click the newly created key, select New, and click on Key.
  6. Name the new key AU and press Enter.
  7. Right-click on the right side, select New, and click on DWORD (32-bit) Value.
  8. Name the new key NoAutoUpdate and press Enter.
  9. Double-click the newly created key and change its value from 0 to 1.
  10. Click on "OK" for save & Restart.

Disable Windows Update Service

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `services.msc` and press Enter.
  2. Scroll down to Windows Update, and double-click it.
  3. In Startup type, select "Disabled". Then click "Apply" and "OK" to save the settings.