Skip to content

Instantly share code, notes, and snippets.

@alancnet
Created October 13, 2014 00:25
Show Gist options
  • Save alancnet/dd131c5de9010152cc73 to your computer and use it in GitHub Desktop.
Save alancnet/dd131c5de9010152cc73 to your computer and use it in GitHub Desktop.
net stop wuauserv
rmdir %windir%\softwaredistribution /s /q
regsvr32 /s wuaueng.dll
regsvr32 /s wuaueng1.dll
regsvr32 /s atl.dll
regsvr32 /s wups.dll
regsvr32 /s wups2.dll
regsvr32 /s wuweb.dll
regsvr32 /s wucltui.dll
net start wuauserv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment