Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active August 29, 2015 13:56
Show Gist options
  • Save wormeyman/9042022 to your computer and use it in GitHub Desktop.
Save wormeyman/9042022 to your computer and use it in GitHub Desktop.
Disable WSUS on local machine, this gets overwritten pretty fast.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\' -name UseWUServer -value '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment