Help - Search - Members - Calendar
Full Version: [GUIDE] Windows Update Fixes
Neowin Forums > Help & Discussion Center > A Collection of Essential Guides
sy89
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......
Dinggus
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
sy89
QUOTE(Dinggus @ Jan 19 2005, 16:25)
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
[right][snapback]585321128[/snapback][/right]


it stops the service and restarts it. either way works
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.