In Windows 10, by default, users can check for updates, download and install them. If you want to prevent users from doing these things, this article is for you.

Well, the option to check for updates can be found at Settings app > Update & Security > Windows Update. Once this option is clicked, Windows checks for available updates. If the updates are available, Windows automatically downloads and install them. There is no action further required from user side.

How To Allow Prevent Users To Check For Updates In Windows 10

In case if you’ve a special requirement of disabling check for updates option, you can use below mentioned registry manipulation.

How To Allow/Prevent Users To Check For Updates In Windows 10

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

1. Press W8K + R and put regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

Windows 10 Registry Editor

2. In left pane of Registry Editor window, navigate to following registry key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate

How To Allow Prevent Users To Check For Updates In Windows 10

3. Now in the right pane of WindowsUpdate registry key, right click in blank space, select New > DWORD Value. Name the newly created registry DWORD (REG_DWORD) as SetDisableUXWUAccess. This registry DWORD can be used to allow/prevent users to check for updates in Windows 10. Double click on this registry DWORD to modify its Value data:

How To Allow Prevent Users To Check For Updates In Windows 10

4. Finally, set the Value data to 1 and click OK to prevent users from checking updates. Close Registry Editor and reboot to make changes effective.

After restarting your system, you’ll find that option to check for updates is greyed out (refer below shown screenshot).

How To Allow Prevent Users To Check For Updates In Windows 10

To restore default behavior, that is to allow users to check for updates, you can simply delete SetDisableUXWUAccess registry DWORD.

Group Policy Setting: If you want to prevent users from checking updates on multiple machines in your organization/workplace, you can deploy the relevant GPO setting(s). Configure Remove access to use all Windows Update features setting at Computer configuration > Administrative templates > Windows Components > Windows Update to Enabled. The GPO setting is available in Windows 10 Version 1703 or later.

That’s it!

Leave a Reply

Your email address will not be published. Required fields are marked *