Al Iguana wrote:
> thanks, I tried that before I posted. Actually I found a fix for it online,
> seems it working for most people who can't access the v5 site. Apparently,
> Winupdate is caching bad data (or data from a previous OS if you've
> upgraded). Here is the fix:
>
> 1) Open Notepad
>
> 2) Cut/paste the following into it:
>
> 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
>
> (snip)
> (for anyone else trying this, please be aware that these instructions are
> for XPhome - on XPpro the wuapi.dll etc are in c:\winnt\system32\)
Hi
Actually, it is normal for WinXP Pro to have it's windows folder as
C:\Windows\ (Usually you got C:\Winnt\ only if you have upgraded from
NT/Win2k)
Here is a version of the batch file that uses environment variables
also for the placement of the Windows folder, so the batch file will
work without modifications regardless of OS path (I have changed it
to be totally unattended as well):
--------------------8<----------------------
net.exe stop wuauserv
cd /d %windir%
rd /s /q softwaredistribution
regsvr32.exe /s %windir%\system32\wuapi.dll
regsvr32.exe /s %windir%\system32\wuaueng.dll
regsvr32.exe /s %windir%\system32\wucltui.dll
regsvr32.exe /s %windir%\system32\wups.dll
regsvr32.exe /s %windir%\system32\msxml3.dll
net.exe start wuauserv
--------------------8<----------------------
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx