Try one of these two solutions: (I believe you already tried the first one, but no completely)
#### 1st Option - Repair Automatic Updates System ####
Copy the text below in to a new notepad document and save it as repair.cmd. Double click on the file to run it.
net stop bits
net stop /s wuauserv
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
%windir%\system32\regsvr32
net start bits
net start wuauserv
wuauclt /resetauthorization /detectnow
#### 2nd Option - Remove and Reinstall of Automatic Updates ####
Copy the text below in to a new notepad document and save it as reinstall.cmd. Double click on the file to run it.
net stop bits
net stop /s wuauserv
regsvr32 /u wuaueng.dll /s
del /f /s /q %windir%\SoftwareDistribut
del /f /s /q %windir%\windowsupdate.log
regsvr32 wuaueng.dll /s
net start bits
net start wuauserv
wuauclt.exe /resetauthorization /detectnow
Hope this works.
Cheers,
PP
Main Topics
Browse All Topics





by: David-HowardPosted on 2008-05-13 at 14:02:42ID: 21559262
Maybe you could give this a try. om/kb/8962 24
http://support.microsoft.c
I would also recommend running SFC SCANNOW. It won't take long and it might just correct the issue. You'll need your OS CD.
To do this simply go to the Run box on the Start Menu and type in:
sfc /scannow
This command will initiate the Windows File Protection service to scan all protected files and verify their integrity, replacing any files with which it finds a problem.
David