Skip to content

Instantly share code, notes, and snippets.

@nakami
Created April 24, 2018 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nakami/49c17fe9a6ffc443d3827e36d2f406c1 to your computer and use it in GitHub Desktop.
Save nakami/49c17fe9a6ffc443d3827e36d2f406c1 to your computer and use it in GitHub Desktop.
run in elevated powershell:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment