G
gmayer0
Guest
Re: Windows update 100% cpu at every boot killing me
This post has been most helpful. This is the 10th SVCHOST.EXE problem I've
fought and it usually takes 4 hours. (could have reinstalled windows but I
love chasing them down)
you're right. when is microsoft going to get this fixed... it's painful.
SVCHOST.EXE 100% windows update
"Greg H" wrote:
> This problem has affected various systems (not all) at 2 sites I maintain
> since the February updates were released.
>
> I created this batch file (which also re-registers the Windows update
> components), and it has been successful on some systems and not on others.
> ---
> REM Reregister WU components
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUWEB.DLL
>
>
> REM Cleanup WU files
>
> net stop WuAuServ
> rd /S /Q "%windir%\SoftwareDistribution"
> net start WuAuServ
> ---
> I've also installed KB927891 - which I thought was working, but appears to
> not be the solution. Strangely, I recently downloaded/installed KB929338 on
> a system and noted svchost.exe appeared to max out at only 50%, so the system
> was otherwise useable.
>
> I really hope Microsoft resolves this one soon...
This post has been most helpful. This is the 10th SVCHOST.EXE problem I've
fought and it usually takes 4 hours. (could have reinstalled windows but I
love chasing them down)
you're right. when is microsoft going to get this fixed... it's painful.
SVCHOST.EXE 100% windows update
"Greg H" wrote:
> This problem has affected various systems (not all) at 2 sites I maintain
> since the February updates were released.
>
> I created this batch file (which also re-registers the Windows update
> components), and it has been successful on some systems and not on others.
> ---
> REM Reregister WU components
>
> REGSVR32 WUAPI.DLL
> REGSVR32 WUAUENG.DLL
> REGSVR32 WUAUENG1.DLL
> REGSVR32 ATL.DLL
> REGSVR32 WUCLTUI.DLL
> REGSVR32 WUPS.DLL
> REGSVR32 WUPS2.DLL
> REGSVR32 WUWEB.DLL
>
>
> REM Cleanup WU files
>
> net stop WuAuServ
> rd /S /Q "%windir%\SoftwareDistribution"
> net start WuAuServ
> ---
> I've also installed KB927891 - which I thought was working, but appears to
> not be the solution. Strangely, I recently downloaded/installed KB929338 on
> a system and noted svchost.exe appeared to max out at only 50%, so the system
> was otherwise useable.
>
> I really hope Microsoft resolves this one soon...