Skip to content

Instantly share code, notes, and snippets.

@minichiello
Created July 26, 2009 01:55
Show Gist options
  • Save minichiello/155404 to your computer and use it in GitHub Desktop.
Save minichiello/155404 to your computer and use it in GitHub Desktop.
Windows Update Fail
net stop wuauserv
net stop bits
net stop cryptsvc
ren %systemroot%\System32\Catroot2 oldcatroot2
net start cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
regsvr32 wuapi.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
net start bits
net start wuauserv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment