Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Update / Microsoft Update / svchost / Autoupdate / 100% CPU

Reply
Thread Tools Display Modes

Windows Update / Microsoft Update / svchost / Autoupdate / 100% CPU

 
 
Patrick Hopp
Guest
Posts: n/a

 
      04-04-2007
We run a domain with about 500 PC's. We've been having a lot of
problems with svchost crashes or 100% CPU usage related to automatic
updates lately. We have done a lot of experimenting and poking around
on newsgroups, and seen many many different posted 'workarounds', etc

None of them seem to work 100%. We've boiled down the workarounds to a
script that looks like this:

net stop wuauserv
net stop BITS
move c:\windows\SoftwareDistribution c:\windows\SDOld
REGSVR32 /s WUAPI.DLL
REGSVR32 /s WUAUENG.DLL
REGSVR32 /s WUAUENG1.DLL
REGSVR32 /s ATL.DLL
REGSVR32 /s WUCLTUI.DLL
REGSVR32 /s WUPS.DLL
REGSVR32 /s WUPS2.DLL
REGSVR32 /s WUWEB.DLL
I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart

and then we manually restart.

And this works great... **As Long** as you don't resetup/reconfigure
Microsoft Update. As soon as you reenable it, wham, your right back
where you started with 100% CPU usage.

Microsoft Update finally came back with the results on my machine after
close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.

It's not a virus, malwar, spyware, etc. It is replicateable on
machines, vmware sessions, fresh builds, old machines, etc. We have
applied the KB927891 hotfix(read the script above) with no effect.

We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
default other applications and the effect seems to be widespread.

Windows Update works fine after the above script, but we would like to
be able to use Microsoft Update to keep Office, etc up to date. Does
anyone know if there is a fix for this out yet, in the works, anything?

If not does anybody know how to unregister Microsoft Update from a
command line, is it a DLL that can be unregistered? Going to the update
site to turn it off individually on 500 machines doesn't sound like fun.

Thanks,

Pat
 
Reply With Quote
 
 
 
 
usasma
Guest
Posts: n/a

 
      04-04-2007
Suggestions here:
http://www.windowsitpro.com/Article/...649/21649.html

- John

"Patrick Hopp" wrote:

> We run a domain with about 500 PC's. We've been having a lot of
> problems with svchost crashes or 100% CPU usage related to automatic
> updates lately. We have done a lot of experimenting and poking around
> on newsgroups, and seen many many different posted 'workarounds', etc
>
> None of them seem to work 100%. We've boiled down the workarounds to a
> script that looks like this:
>
> net stop wuauserv
> net stop BITS
> move c:\windows\SoftwareDistribution c:\windows\SDOld
> REGSVR32 /s WUAPI.DLL
> REGSVR32 /s WUAUENG.DLL
> REGSVR32 /s WUAUENG1.DLL
> REGSVR32 /s ATL.DLL
> REGSVR32 /s WUCLTUI.DLL
> REGSVR32 /s WUPS.DLL
> REGSVR32 /s WUPS2.DLL
> REGSVR32 /s WUWEB.DLL
> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>
> and then we manually restart.
>
> And this works great... **As Long** as you don't resetup/reconfigure
> Microsoft Update. As soon as you reenable it, wham, your right back
> where you started with 100% CPU usage.
>
> Microsoft Update finally came back with the results on my machine after
> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>
> It's not a virus, malwar, spyware, etc. It is replicateable on
> machines, vmware sessions, fresh builds, old machines, etc. We have
> applied the KB927891 hotfix(read the script above) with no effect.
>
> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
> default other applications and the effect seems to be widespread.
>
> Windows Update works fine after the above script, but we would like to
> be able to use Microsoft Update to keep Office, etc up to date. Does
> anyone know if there is a fix for this out yet, in the works, anything?
>
> If not does anybody know how to unregister Microsoft Update from a
> command line, is it a DLL that can be unregistered? Going to the update
> site to turn it off individually on 500 machines doesn't sound like fun.
>
> Thanks,
>
> Pat
>

 
Reply With Quote
 
PA Bear
Guest
Posts: n/a

 
      04-04-2007
Until a new version of MU is released, reset your default to Windows Update
and obtain Office updates via Office Update website.
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.org

Patrick Hopp wrote:
> We run a domain with about 500 PC's. We've been having a lot of
> problems with svchost crashes or 100% CPU usage related to automatic
> updates lately. We have done a lot of experimenting and poking around
> on newsgroups, and seen many many different posted 'workarounds', etc
>
> None of them seem to work 100%. We've boiled down the workarounds to a
> script that looks like this:
>
> net stop wuauserv
> net stop BITS
> move c:\windows\SoftwareDistribution c:\windows\SDOld
> REGSVR32 /s WUAPI.DLL
> REGSVR32 /s WUAUENG.DLL
> REGSVR32 /s WUAUENG1.DLL
> REGSVR32 /s ATL.DLL
> REGSVR32 /s WUCLTUI.DLL
> REGSVR32 /s WUPS.DLL
> REGSVR32 /s WUPS2.DLL
> REGSVR32 /s WUWEB.DLL
> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>
> and then we manually restart.
>
> And this works great... **As Long** as you don't resetup/reconfigure
> Microsoft Update. As soon as you reenable it, wham, your right back
> where you started with 100% CPU usage.
>
> Microsoft Update finally came back with the results on my machine after
> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>
> It's not a virus, malwar, spyware, etc. It is replicateable on
> machines, vmware sessions, fresh builds, old machines, etc. We have
> applied the KB927891 hotfix(read the script above) with no effect.
>
> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
> default other applications and the effect seems to be widespread.
>
> Windows Update works fine after the above script, but we would like to
> be able to use Microsoft Update to keep Office, etc up to date. Does
> anyone know if there is a fix for this out yet, in the works, anything?
>
> If not does anybody know how to unregister Microsoft Update from a
> command line, is it a DLL that can be unregistered? Going to the update
> site to turn it off individually on 500 machines doesn't sound like fun.
>
> Thanks,
>
> Pat


 
Reply With Quote
 
John [MSFT]
Guest
Posts: n/a

 
      04-04-2007
Install this fix for now:
http://support.microsoft.com/kb/927891/

This fixes the crashes and improves performance for somewhat faster scans,
and improves the 100% CPU issue in some cases. Still working on the full
final solution.

This fix replaces kb/932494 and kb/916089 for a cumulative fix for all three
issues.



"PA Bear" <> wrote in message
news:%...
> Until a new version of MU is released, reset your default to Windows
> Update and obtain Office updates via Office Update website.
> --
> ~Robear Dyer (PA Bear)
> MS MVP-Windows (IE, OE, Security, Shell/User)
> AumHa VSOP & Admin; DTS-L.org
>
> Patrick Hopp wrote:
>> We run a domain with about 500 PC's. We've been having a lot of
>> problems with svchost crashes or 100% CPU usage related to automatic
>> updates lately. We have done a lot of experimenting and poking around
>> on newsgroups, and seen many many different posted 'workarounds', etc
>>
>> None of them seem to work 100%. We've boiled down the workarounds to a
>> script that looks like this:
>>
>> net stop wuauserv
>> net stop BITS
>> move c:\windows\SoftwareDistribution c:\windows\SDOld
>> REGSVR32 /s WUAPI.DLL
>> REGSVR32 /s WUAUENG.DLL
>> REGSVR32 /s WUAUENG1.DLL
>> REGSVR32 /s ATL.DLL
>> REGSVR32 /s WUCLTUI.DLL
>> REGSVR32 /s WUPS.DLL
>> REGSVR32 /s WUPS2.DLL
>> REGSVR32 /s WUWEB.DLL
>> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>>
>> and then we manually restart.
>>
>> And this works great... **As Long** as you don't resetup/reconfigure
>> Microsoft Update. As soon as you reenable it, wham, your right back
>> where you started with 100% CPU usage.
>>
>> Microsoft Update finally came back with the results on my machine after
>> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>>
>> It's not a virus, malwar, spyware, etc. It is replicateable on
>> machines, vmware sessions, fresh builds, old machines, etc. We have
>> applied the KB927891 hotfix(read the script above) with no effect.
>>
>> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
>> default other applications and the effect seems to be widespread.
>>
>> Windows Update works fine after the above script, but we would like to
>> be able to use Microsoft Update to keep Office, etc up to date. Does
>> anyone know if there is a fix for this out yet, in the works, anything?
>>
>> If not does anybody know how to unregister Microsoft Update from a
>> command line, is it a DLL that can be unregistered? Going to the update
>> site to turn it off individually on 500 machines doesn't sound like fun.
>>
>> Thanks,
>>
>> Pat

>


 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      04-04-2007
This what launches MU from the Start Menu, Patrick :

D:\WINDOWS\system32\rundll32.exe D:\WINDOWS\system32\muweb.dll,LaunchMUSite

Perhaps unregistering muweb.dll and reregistering wuweb.dll would do the
trick, although reregistering may not be need for the wu .dll.
I'm not totally convinced that this is correct though ... YMMV

On the other hand, why isn't WSUS being used to pull the updates down
and then push them out to the workstations ?


MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============



Patrick Hopp wrote:

> We run a domain with about 500 PC's. We've been having a lot of
> problems with svchost crashes or 100% CPU usage related to automatic
> updates lately. We have done a lot of experimenting and poking around
> on newsgroups, and seen many many different posted 'workarounds', etc
>
> None of them seem to work 100%. We've boiled down the workarounds to a
> script that looks like this:
>
> net stop wuauserv
> net stop BITS
> move c:\windows\SoftwareDistribution c:\windows\SDOld
> REGSVR32 /s WUAPI.DLL
> REGSVR32 /s WUAUENG.DLL
> REGSVR32 /s WUAUENG1.DLL
> REGSVR32 /s ATL.DLL
> REGSVR32 /s WUCLTUI.DLL
> REGSVR32 /s WUPS.DLL
> REGSVR32 /s WUPS2.DLL
> REGSVR32 /s WUWEB.DLL
> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>
> and then we manually restart.
>
> And this works great... **As Long** as you don't resetup/reconfigure
> Microsoft Update. As soon as you reenable it, wham, your right back
> where you started with 100% CPU usage.
>
> Microsoft Update finally came back with the results on my machine after
> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>
> It's not a virus, malwar, spyware, etc. It is replicateable on
> machines, vmware sessions, fresh builds, old machines, etc. We have
> applied the KB927891 hotfix(read the script above) with no effect.
>
> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
> default other applications and the effect seems to be widespread.
>
> Windows Update works fine after the above script, but we would like to
> be able to use Microsoft Update to keep Office, etc up to date. Does
> anyone know if there is a fix for this out yet, in the works, anything?
>
> If not does anybody know how to unregister Microsoft Update from a
> command line, is it a DLL that can be unregistered? Going to the update
> site to turn it off individually on 500 machines doesn't sound like fun.
>
> Thanks,
>
> Pat

 
Reply With Quote
 
PA Bear
Guest
Posts: n/a

 
      04-04-2007
You may have missed...

> Patrick Hopp wrote:
>> ...We have
>> applied the KB927891 hotfix(read the script above) with no effect.

--
~PA Bear

John [MSFT] wrote:
> Install this fix for now:
> http://support.microsoft.com/kb/927891/
>
> This fixes the crashes and improves performance for somewhat faster scans,
> and improves the 100% CPU issue in some cases. Still working on the full
> final solution.
>
> This fix replaces kb/932494 and kb/916089 for a cumulative fix for all
> three
> issues.
>
>
>
> "PA Bear" <> wrote in message
> news:%...
>> Until a new version of MU is released, reset your default to Windows
>> Update and obtain Office updates via Office Update website.
>> --
>> ~Robear Dyer (PA Bear)
>> MS MVP-Windows (IE, OE, Security, Shell/User)
>> AumHa VSOP & Admin; DTS-L.org
>>
>> Patrick Hopp wrote:
>>> We run a domain with about 500 PC's. We've been having a lot of
>>> problems with svchost crashes or 100% CPU usage related to automatic
>>> updates lately. We have done a lot of experimenting and poking around
>>> on newsgroups, and seen many many different posted 'workarounds', etc
>>>
>>> None of them seem to work 100%. We've boiled down the workarounds to a
>>> script that looks like this:
>>>
>>> net stop wuauserv
>>> net stop BITS
>>> move c:\windows\SoftwareDistribution c:\windows\SDOld
>>> REGSVR32 /s WUAPI.DLL
>>> REGSVR32 /s WUAUENG.DLL
>>> REGSVR32 /s WUAUENG1.DLL
>>> REGSVR32 /s ATL.DLL
>>> REGSVR32 /s WUCLTUI.DLL
>>> REGSVR32 /s WUPS.DLL
>>> REGSVR32 /s WUPS2.DLL
>>> REGSVR32 /s WUWEB.DLL
>>> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>>>
>>> and then we manually restart.
>>>
>>> And this works great... **As Long** as you don't resetup/reconfigure
>>> Microsoft Update. As soon as you reenable it, wham, your right back
>>> where you started with 100% CPU usage.
>>>
>>> Microsoft Update finally came back with the results on my machine after
>>> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>>>
>>> It's not a virus, malwar, spyware, etc. It is replicateable on
>>> machines, vmware sessions, fresh builds, old machines, etc. We have
>>> applied the KB927891 hotfix(read the script above) with no effect.
>>>
>>> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
>>> default other applications and the effect seems to be widespread.
>>>
>>> Windows Update works fine after the above script, but we would like to
>>> be able to use Microsoft Update to keep Office, etc up to date. Does
>>> anyone know if there is a fix for this out yet, in the works, anything?
>>>
>>> If not does anybody know how to unregister Microsoft Update from a
>>> command line, is it a DLL that can be unregistered? Going to the update
>>> site to turn it off individually on 500 machines doesn't sound like fun.
>>>
>>> Thanks,
>>>
>>> Pat


 
Reply With Quote
 
John [MSFT]
Guest
Posts: n/a

 
      04-04-2007
Yep, sorry. This fixes all the known crashes and does some perf
improvements.

There is a corresponding fix "coming soon" in another component that will
fix the "hung UI" issue. It's not the 100% CPU that is the underlying
problem, it is that the UI threads get blocked and the system appears to
hang.


"PA Bear" <> wrote in message
news:...
> You may have missed...
>
>> Patrick Hopp wrote:
>>> ...We have
>>> applied the KB927891 hotfix(read the script above) with no effect.

> --
> ~PA Bear
>
> John [MSFT] wrote:
>> Install this fix for now:
>> http://support.microsoft.com/kb/927891/
>>
>> This fixes the crashes and improves performance for somewhat faster
>> scans,
>> and improves the 100% CPU issue in some cases. Still working on the full
>> final solution.
>>
>> This fix replaces kb/932494 and kb/916089 for a cumulative fix for all
>> three
>> issues.
>>
>>
>>
>> "PA Bear" <> wrote in message
>> news:%...
>>> Until a new version of MU is released, reset your default to Windows
>>> Update and obtain Office updates via Office Update website.
>>> --
>>> ~Robear Dyer (PA Bear)
>>> MS MVP-Windows (IE, OE, Security, Shell/User)
>>> AumHa VSOP & Admin; DTS-L.org
>>>
>>> Patrick Hopp wrote:
>>>> We run a domain with about 500 PC's. We've been having a lot of
>>>> problems with svchost crashes or 100% CPU usage related to automatic
>>>> updates lately. We have done a lot of experimenting and poking around
>>>> on newsgroups, and seen many many different posted 'workarounds', etc
>>>>
>>>> None of them seem to work 100%. We've boiled down the workarounds to a
>>>> script that looks like this:
>>>>
>>>> net stop wuauserv
>>>> net stop BITS
>>>> move c:\windows\SoftwareDistribution c:\windows\SDOld
>>>> REGSVR32 /s WUAPI.DLL
>>>> REGSVR32 /s WUAUENG.DLL
>>>> REGSVR32 /s WUAUENG1.DLL
>>>> REGSVR32 /s ATL.DLL
>>>> REGSVR32 /s WUCLTUI.DLL
>>>> REGSVR32 /s WUPS.DLL
>>>> REGSVR32 /s WUPS2.DLL
>>>> REGSVR32 /s WUWEB.DLL
>>>> I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
>>>>
>>>> and then we manually restart.
>>>>
>>>> And this works great... **As Long** as you don't resetup/reconfigure
>>>> Microsoft Update. As soon as you reenable it, wham, your right back
>>>> where you started with 100% CPU usage.
>>>>
>>>> Microsoft Update finally came back with the results on my machine after
>>>> close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
>>>>
>>>> It's not a virus, malwar, spyware, etc. It is replicateable on
>>>> machines, vmware sessions, fresh builds, old machines, etc. We have
>>>> applied the KB927891 hotfix(read the script above) with no effect.
>>>>
>>>> We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host
>>>> of
>>>> default other applications and the effect seems to be widespread.
>>>>
>>>> Windows Update works fine after the above script, but we would like to
>>>> be able to use Microsoft Update to keep Office, etc up to date. Does
>>>> anyone know if there is a fix for this out yet, in the works, anything?
>>>>
>>>> If not does anybody know how to unregister Microsoft Update from a
>>>> command line, is it a DLL that can be unregistered? Going to the
>>>> update
>>>> site to turn it off individually on 500 machines doesn't sound like
>>>> fun.
>>>>
>>>> Thanks,
>>>>
>>>> Pat

>


 
Reply With Quote
 
Rob
Guest
Posts: n/a

 
      04-23-2007
I've got a WSUS server here and several boxes experience the 99% CPU usage
problem. I had to disable the WSUS box via group policy. Still waiting on a
fix here.

"MowGreen [MVP]" wrote:

> This what launches MU from the Start Menu, Patrick :
>
> D:\WINDOWS\system32\rundll32.exe D:\WINDOWS\system32\muweb.dll,LaunchMUSite
>
> Perhaps unregistering muweb.dll and reregistering wuweb.dll would do the
> trick, although reregistering may not be need for the wu .dll.
> I'm not totally convinced that this is correct though ... YMMV
>
> On the other hand, why isn't WSUS being used to pull the updates down
> and then push them out to the workstations ?
>
>
> MowGreen [MVP 2003-2007]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
>
> Patrick Hopp wrote:
>
> > We run a domain with about 500 PC's. We've been having a lot of
> > problems with svchost crashes or 100% CPU usage related to automatic
> > updates lately. We have done a lot of experimenting and poking around
> > on newsgroups, and seen many many different posted 'workarounds', etc
> >
> > None of them seem to work 100%. We've boiled down the workarounds to a
> > script that looks like this:
> >
> > net stop wuauserv
> > net stop BITS
> > move c:\windows\SoftwareDistribution c:\windows\SDOld
> > REGSVR32 /s WUAPI.DLL
> > REGSVR32 /s WUAUENG.DLL
> > REGSVR32 /s WUAUENG1.DLL
> > REGSVR32 /s ATL.DLL
> > REGSVR32 /s WUCLTUI.DLL
> > REGSVR32 /s WUPS.DLL
> > REGSVR32 /s WUPS2.DLL
> > REGSVR32 /s WUWEB.DLL
> > I:\fixes\svchost\WindowsXP-KB927891-v2-x86-ENU.exe /quiet /norestart
> >
> > and then we manually restart.
> >
> > And this works great... **As Long** as you don't resetup/reconfigure
> > Microsoft Update. As soon as you reenable it, wham, your right back
> > where you started with 100% CPU usage.
> >
> > Microsoft Update finally came back with the results on my machine after
> > close to 20 minutes on a Xeon 3.06 Ghz machine with 4 gigs of ram.
> >
> > It's not a virus, malwar, spyware, etc. It is replicateable on
> > machines, vmware sessions, fresh builds, old machines, etc. We have
> > applied the KB927891 hotfix(read the script above) with no effect.
> >
> > We run Windows XP SP2, Office 2003(some 2007), SMS Client, and a host of
> > default other applications and the effect seems to be widespread.
> >
> > Windows Update works fine after the above script, but we would like to
> > be able to use Microsoft Update to keep Office, etc up to date. Does
> > anyone know if there is a fix for this out yet, in the works, anything?
> >
> > If not does anybody know how to unregister Microsoft Update from a
> > command line, is it a DLL that can be unregistered? Going to the update
> > site to turn it off individually on 500 machines doesn't sound like fun.
> >
> > Thanks,
> >
> > Pat

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
svchost 100% CPU and Possible windows update problems Russell Jesson Windows Vista Performance 9 06-29-2011 04:09 AM
Windows Update, SVCHOST, and 99% CPU usage... help please... buRford Windows Update 34 12-10-2007 03:49 PM
Microsoft Update (or svchost) 100% CPU Usage tiagoclaus@gmail.com Windows Update 2 10-16-2006 05:38 AM
svchost.exe crashes when accessing Microsoft Update ccbell Windows Update 6 09-16-2006 10:10 PM
Windows Update causes svchost.exe 100% CPU tjwib Windows Update 5 01-13-2005 08:32 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59