Skip to content

Instantly share code, notes, and snippets.

@faizal2007
Last active December 12, 2023 10:56
Show Gist options
  • Save faizal2007/42e989f0e8397636913c9267aaff947a to your computer and use it in GitHub Desktop.
Save faizal2007/42e989f0e8397636913c9267aaff947a to your computer and use it in GitHub Desktop.
wsus-set.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000001
"WUServer"="http://192.168.8.53:8530"
"WUStatusServer"="http://192.168.8.53:8530"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000f
"AutoInstallMinorUpdates"=dword:00000001
"UseWUServer"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment