simonallison Posted January 19, 2005 Share Posted January 19, 2005 The errors can occur before SP2 or After SP2 it has been at random with some laptops\PC's. Create a batch file called wu5_fix.bat and add the contents below. ------------------------------------ net.exe stop wuauserv cd /d %windir% rd /s softwaredistribution REGSVR32 C:\WINDOWS\system32\wuapi.dll REGSVR32 C:\WINDOWS\system32\wuaueng.dll REGSVR32 C:\WINDOWS\system32\wucltui.dll REGSVR32 C:\WINDOWS\system32\wups.dll REGSVR32 C:\WINDOWS\system32\msxml3.dll net.exe start wuauserv ------------------------------------ This is what the batch file does: Stops the Automatic Updates Service Removes C:\windows\SoftwareDistribution Registers some DLL's provided for Windows Update. then starts Automatic Updates Service. This will fix most windows update errors. More Soon...... Link to comment https://www.neowin.net/forum/topic/273591-guide-windows-update-fixes/ Share on other sites More sharing options...
Dinggus Posted January 19, 2005 Share Posted January 19, 2005 i haven't got an error yet and i've had SP2 since it came out, but why stop the automatic updates? you can easily do that in your control panel Link to comment https://www.neowin.net/forum/topic/273591-guide-windows-update-fixes/#findComment-585321128 Share on other sites More sharing options...
simonallison Posted January 19, 2005 Author Share Posted January 19, 2005 i haven't got an error yet and i've had SP2 since it came out, but why stop the automatic updates? you can easily do that in your control panel 585321128[/snapback] it stops the service and restarts it. either way works Link to comment https://www.neowin.net/forum/topic/273591-guide-windows-update-fixes/#findComment-585321168 Share on other sites More sharing options...
Recommended Posts