Skip to content
- Start a Command Prompt as Administrator
- Stop the Windows Update Services
- net stop bits
- net stop wuauserv
- net stop cryptsvc
- Delete/rename the temporary files
- del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
- ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
- ren %Systemroot%\System32\catroot2 catroot2.old
- Start the Windows Update Services
- net start bits
- net start wuauserv
- net start cryptsvc
- Re-register Windows Update client
- wuauclt /resetauthorization /detectnow
- wuauclt /reportnow
- Restart Windows and check Windows Update, once it is all working, delete the old folders we created above.
- del %systemroot%\SoftwareDistribution.old
- del %Systemroot%\System32\catroot2.old