Browse All Articles > Complete Reset for Windows Update
Occasionally Windows/Microsoft Updates will fail to update. We have found a code that will delete all temporary files and re-register all dll's related to Windows/Microsoft Updates! This works 99% of the time to get the updates working again!
The code snippet is for a batch file. Copy the code to a text file and rename the file (whatever you want).bat
Then run the batch file!
net stop wuauserv
rmdir %windir%\softwaredistribution /s /q
rmdir %windir%\system32\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
pause
Comments (6)
Commented:
Commented:
How do I reset Windows Update components?
http://support.microsoft.com/kb/971058
Commented:
http://www.softpedia.com/get/System/System-Miscellaneous/Dial-a-fix.shtml
Commented:
I'm not sure what you are thinking, but that "Dial-a-fix" appears not to have been updated since March 2006.
Surely our readers would be better served by using current tools?
The link posted by 'dstewart' would seem to be much the better decision.
Commented:
Agree with your comment but wrt article - DAF is powerfull tool for Windows OS till XP SP3
View More