HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-29-2007, 02:02 AM
Joeskimon
 
Posts: n/a
Default svchost.exe 100%


What's the latest on this?
I read somewhere there was a fix coming out around June this year.
I've got workstations maxing out at 100% stopping all other apps.
What's the perminant fix?
Reply With Quote
Sponsored Links
  #2  
Old 05-29-2007, 02:30 AM
Shenan Stanley
 
Posts: n/a
Default Re: svchost.exe 100%

Joeskimon wrote:
> What's the latest on this?
> I read somewhere there was a fix coming out around June this year.
> I've got workstations maxing out at 100% stopping all other apps.
> What's the perminant fix?


1) Reboot and logon as a user with Administrative Privs...
2) Immediately run the following batch script (You will have to create it by
cutting/pasting as directed.)

- Click Start, Run, type: notepad C:\register.bat and press Enter. Choose
Yes when you are prompted.
- Copy the following commands and then paste them into the opened Notepad
window:

regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
regsvr32 urlmon.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
regsvr32 inetcomm.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
regsvr32 WUAPI.DLL /s
regsvr32 WUAUENG.DLL /s
regsvr32 ATL.DLL /s
regsvr32 WUCLTUI.DLL /s
regsvr32 WUPS.DLL /s
regsvr32 WUWEB.DLL /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
regsvr32 /s urlmon.dll
regsvr32 /s mshtml.dll
regsvr32 /s shdocvw.dll
regsvr32 /s browseui.dll
regsvr32 /s jscript.dll
regsvr32 /s vbscript.dll
regsvr32 /s scrrun.dll
regsvr32 /s msxml.dll
regsvr32 /s actxprxy.dll
regsvr32 /s softpub.dll
regsvr32 /s wintrust.dll
regsvr32 /s dssenh.dll
regsvr32 /s rsaenh.dll
regsvr32 /s gpkcsp.dll
regsvr32 /s sccbase.dll
regsvr32 /s slbcsp.dll
regsvr32 /s cryptdlg.dll
regsvr32 /s schannel.dll
regsvr32 /s oleaut32.dll
regsvr32 /s ole32.dll
regsvr32 /s shell32.dll
regsvr32 /s initpki.dll
regsvr32 /s msscript.ocx
regsvr32 /s dispex.dll
regsvr32 jscript.dll /s
del %temp% /Q /F
net stop wuauserv
ren %windir%\system32\catroot2 catroot2.old
cd /d %windir%\SoftwareDistribution
rd /s DataStore /Q
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 urlmon.dll /s
net start wuauserv
exit

- After you paste the above commands, please close the Notepad window.
Choose Yes when you are prompted to save the file.
- Click Start, Run, type:
C:\register.bat and press Enter to run the commands I have pasted.
The Process may take sometime.

3) Download/Install Windows Update v3.
http://go.microsoft.com/fwlink/?LinkID=91237

4) Download/Install the 927891 patch.
http://www.microsoft.com/downloads/d...9-404327772E5A

5) Reboot.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #3  
Old 05-29-2007, 02:45 AM
Tiberius
 
Posts: n/a
Default Re: svchost.exe 100%

eeeeeeeeekkkkkk!!!!!!!!!





"Shenan Stanley" <newshelper@gmail.com> wrote in message
news:eJpof$YoHHA.4424@TK2MSFTNGP03.phx.gbl...
> Joeskimon wrote:
>> What's the latest on this?
>> I read somewhere there was a fix coming out around June this year.
>> I've got workstations maxing out at 100% stopping all other apps.
>> What's the perminant fix?

>
> 1) Reboot and logon as a user with Administrative Privs...
> 2) Immediately run the following batch script (You will have to create it
> by
> cutting/pasting as directed.)
>
> - Click Start, Run, type: notepad C:\register.bat and press Enter. Choose
> Yes when you are prompted.
> - Copy the following commands and then paste them into the opened Notepad
> window:
>
> regsvr32 comcat.dll /s
> regsvr32 shdoc401.dll /s
> regsvr32 shdoc401.dll /i /s
> regsvr32 asctrls.ocx /s
> regsvr32 oleaut32.dll /s
> regsvr32 shdocvw.dll /I /s
> regsvr32 shdocvw.dll /s
> regsvr32 browseui.dll /s
> regsvr32 browseui.dll /I /s
> regsvr32 msrating.dll /s
> regsvr32 mlang.dll /s
> regsvr32 hlink.dll /s
> regsvr32 mshtmled.dll /s
> regsvr32 urlmon.dll /s
> regsvr32 plugin.ocx /s
> regsvr32 sendmail.dll /s
> regsvr32 scrobj.dll /s
> regsvr32 mmefxe.ocx /s
> regsvr32 corpol.dll /s
> regsvr32 jscript.dll /s
> regsvr32 msxml.dll /s
> regsvr32 imgutil.dll /s
> regsvr32 thumbvw.dll /s
> regsvr32 cryptext.dll /s
> regsvr32 rsabase.dll /s
> regsvr32 inseng.dll /s
> regsvr32 iesetup.dll /i /s
> regsvr32 cryptdlg.dll /s
> regsvr32 actxprxy.dll /s
> regsvr32 dispex.dll /s
> regsvr32 occache.dll /s
> regsvr32 occache.dll /i /s
> regsvr32 iepeers.dll /s
> regsvr32 urlmon.dll /i /s
> regsvr32 cdfview.dll /s
> regsvr32 webcheck.dll /s
> regsvr32 mobsync.dll /s
> regsvr32 pngfilt.dll /s
> regsvr32 licmgr10.dll /s
> regsvr32 icmfilter.dll /s
> regsvr32 hhctrl.ocx /s
> regsvr32 inetcfg.dll /s
> regsvr32 tdc.ocx /s
> regsvr32 MSR2C.DLL /s
> regsvr32 msident.dll /s
> regsvr32 msieftp.dll /s
> regsvr32 xmsconf.ocx /s
> regsvr32 ils.dll /s
> regsvr32 msoeacct.dll /s
> regsvr32 inetcomm.dll /s
> regsvr32 msdxm.ocx /s
> regsvr32 dxmasf.dll /s
> regsvr32 l3codecx.ax /s
> regsvr32 acelpdec.ax /s
> regsvr32 mpg4ds32.ax /s
> regsvr32 voxmsdec.ax /s
> regsvr32 danim.dll /s
> regsvr32 Daxctle.ocx /s
> regsvr32 lmrt.dll /s
> regsvr32 datime.dll /s
> regsvr32 dxtrans.dll /s
> regsvr32 dxtmsft.dll /s
> regsvr32 WEBPOST.DLL /s
> regsvr32 WPWIZDLL.DLL /s
> regsvr32 POSTWPP.DLL /s
> regsvr32 CRSWPP.DLL /s
> regsvr32 FTPWPP.DLL /s
> regsvr32 FPWPP.DLL /s
> regsvr32 WUAPI.DLL /s
> regsvr32 WUAUENG.DLL /s
> regsvr32 ATL.DLL /s
> regsvr32 WUCLTUI.DLL /s
> regsvr32 WUPS.DLL /s
> regsvr32 WUWEB.DLL /s
> regsvr32 wshom.ocx /s
> regsvr32 wshext.dll /s
> regsvr32 vbscript.dll /s
> regsvr32 scrrun.dll mstinit.exe /setup /s
> regsvr32 msnsspc.dll /SspcCreateSspiReg /s
> regsvr32 msapsspc.dll /SspcCreateSspiReg /s
> regsvr32 /s urlmon.dll
> regsvr32 /s mshtml.dll
> regsvr32 /s shdocvw.dll
> regsvr32 /s browseui.dll
> regsvr32 /s jscript.dll
> regsvr32 /s vbscript.dll
> regsvr32 /s scrrun.dll
> regsvr32 /s msxml.dll
> regsvr32 /s actxprxy.dll
> regsvr32 /s softpub.dll
> regsvr32 /s wintrust.dll
> regsvr32 /s dssenh.dll
> regsvr32 /s rsaenh.dll
> regsvr32 /s gpkcsp.dll
> regsvr32 /s sccbase.dll
> regsvr32 /s slbcsp.dll
> regsvr32 /s cryptdlg.dll
> regsvr32 /s schannel.dll
> regsvr32 /s oleaut32.dll
> regsvr32 /s ole32.dll
> regsvr32 /s shell32.dll
> regsvr32 /s initpki.dll
> regsvr32 /s msscript.ocx
> regsvr32 /s dispex.dll
> regsvr32 jscript.dll /s
> del %temp% /Q /F
> net stop wuauserv
> ren %windir%\system32\catroot2 catroot2.old
> cd /d %windir%\SoftwareDistribution
> rd /s DataStore /Q
> regsvr32 wuapi.dll /s
> regsvr32 wups.dll /s
> regsvr32 wuaueng.dll /s
> regsvr32 wucltui.dll /s
> regsvr32 wuweb.dll /s
> regsvr32 msxml.dll /s
> regsvr32 msxml2.dll /s
> regsvr32 msxml3.dll /s
> regsvr32 urlmon.dll /s
> net start wuauserv
> exit
>
> - After you paste the above commands, please close the Notepad window.
> Choose Yes when you are prompted to save the file.
> - Click Start, Run, type:
> C:\register.bat and press Enter to run the commands I have pasted.
> The Process may take sometime.
>
> 3) Download/Install Windows Update v3.
> http://go.microsoft.com/fwlink/?LinkID=91237
>
> 4) Download/Install the 927891 patch.
> http://www.microsoft.com/downloads/d...9-404327772E5A
>
> 5) Reboot.
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>



Reply With Quote
  #4  
Old 05-29-2007, 03:10 AM
Shenan Stanley
 
Posts: n/a
Default Re: svchost.exe 100%

Joeskimon wrote:
> What's the latest on this?
> I read somewhere there was a fix coming out around June this year.
> I've got workstations maxing out at 100% stopping all other apps.
> What's the perminant fix?


Shenan Stanley wrote:
> 1) Reboot and logon as a user with Administrative Privs...
> 2) Immediately run the following batch script (You will have to
> create it by
> cutting/pasting as directed.)
>
> - Click Start, Run, type: notepad C:\register.bat and press
> Enter. Choose Yes when you are prompted.
> - Copy the following commands and then paste them into the opened
> Notepad window:
>

<snipped script>
>
> - After you paste the above commands, please close the Notepad
> window. Choose Yes when you are prompted to save the file.
> - Click Start, Run, type:
> C:\register.bat and press Enter to run the commands I have pasted.
> The Process may take sometime.
>
> 3) Download/Install Windows Update v3.
> http://go.microsoft.com/fwlink/?LinkID=91237
>
> 4) Download/Install the 927891 patch.
> http://www.microsoft.com/downloads/d...9-404327772E5A
>
> 5) Reboot.


Tiberius wrote:
> eeeeeeeeekkkkkk!!!!!!!!!


If it helps - I have seen many cases where just 3 & 4 fixes the issue.

However - having seen times where it did not fix it without re-registering
almost all of the associated DLLs and clearing out histories/etc - I leave
that in there.

Not like it couldn't be easily automated.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
svchost.exe again jchchye Windows XP 2 05-09-2007 04:07 AM
svchost Mike Benton Windows Vista 9 05-05-2007 05:35 PM
svchost.exe Larry E Windows Vista 11 04-15-2007 12:01 AM
svchost using up to 99% CPU Computer logon password Windows XP 2 04-14-2007 07:21 PM


All times are GMT. The time now is 04:10 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger