PDA

View Full Version : Wierd Windows Updates problem WIN2k


Jlone
August 25th, 2006, 08:23 PM
I am trying to install windows updates but instead of seeing a list of updates to instal, it shows ONE update at a time.

After I install that ONE update, the process repeats. I've tried Dial A Fix to fix the windows updates, but I get the same problem. PLEASE HELP!


-- Jlone

leroys1000
August 25th, 2006, 09:58 PM
Try the new site instead.
Microsoft update. (http://update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en-us)

Spider
August 28th, 2006, 04:22 AM
Run this batch file.
@echo off
start /w net.exe stop wuauserv
rd "c:\winnt\softwaredistribution" /s /q
start /w net.exe start wuauserv
regsvr32 oleaut32.dll jscript.dll vbscript.dll msxml.dll softpub.dll wintrust.dll initpki.dll cryptdlg.dll wuapi.dll wups.dll wuaueng.dll wucltui.dll msxml3.dll /s
@cls
It will stop the update service
delete the c:\windows\softwaredistribution folder
re-register 13 *.dll(s)
start the update service