The issue was most likely related to corruption in
SoftwareDistrbution\DataStore due to it being scanned by antiviral
software when files are locked by system processes -
Virus scanning recommendations for computers that are running Windows
Server 2003, Windows 2000, or Windows XP
http://support.microsoft.com/kb/822158
Either that or - When you use Automatic Updates to scan for updates or
to apply updates to applications that use Windows Installer, you
experience issues that involve the Svchost.exe process
http://support.microsoft.com/kb/932494
Not really hard to fix but not really easy to find the fixes <w>
MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============
dvo wrote:
> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100% CPU
> usage for several minutes for no reason, where taskmgr.exe and explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.