Skip to content

Instantly share code, notes, and snippets.

@SCP002
Last active June 19, 2021 18:58
Show Gist options
  • Save SCP002/8b0d9d579d765d1f20be69c6c7b418b3 to your computer and use it in GitHub Desktop.
Save SCP002/8b0d9d579d765d1f20be69c6c7b418b3 to your computer and use it in GitHub Desktop.
Windows Registry: Disable Windows 10 updates.
Windows Registry Editor Version 5.00
; Disable Windows 10 updates.
; To enable it back, delete these values.
; Tested with Windows 10 Pro 20H2, build 19042.1052
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DoNotConnectToWindowsUpdateInternetLocations"=dword:00000001
"UpdateServiceUrlAlternate"="server.wsus"
"WUServer"="server.wsus"
"WUStatusServer"="server.wsus"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment