Created
April 24, 2018 19:57
-
-
Save nakami/49c17fe9a6ffc443d3827e36d2f406c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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