Skip to main content
GameDev.net gamedev.net
🔒 Locked

svchost.exe is cancer

Started by AndreTheGiant Sep 18, 2006 at 11:06 AM 6 replies 2.2k views
Original Post
AndreTheGiant
AndreTheGiant
Lately at work, my computer goes into these episodes where it is practically unusuable for 10-20 minutes at a time. I open task manager, and find that svchost.exe is using 99% of the CPU during this time. I dont know whtas causing it and I cant find a way to make it stop. The latest Symantec virus definitions say my machine is clean. (Not surprising; you can see my extremely low opinion of virus-scanning software here link) I thought it might be my google desktop installation, that it might be re-indexing my hard drive or something like that, so I uninstalled it but that didnt help. Does anyone else have this problem? It is unaccepable and whatever software is causing it is most certainly a virus, wether Symantec deems it so or not.
ToohrVyk
ToohrVyk
Look at the list of services currently running under svchost, disable those that seem inappropriate.
superpig
superpig
SVCHost is the general-purpose 'service host process.' The majority of the services running on your machine are being hosted by it (i.e. the services exist in DLLs or something and SVCHost just loads the DLL and executes the service function).

I have a sneaking suspicion that your problem may be related to the Help and Support service. Try turning it off and see if the problem persists.
Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse
Ravuya
Ravuya
At work, my svchost usually goes batshit because McAfee is busy trying to scan the files that SMS is uploading to my box.

I think having a virus would actually make the poor thing more efficient.
benryves
benryves
I was just about to post this exact same thread, but saw yours instead. [rolleyes]

It seems to be a problem (for me, at least) with something the latest Windows Update installs. I set up a laptop with a fresh XP Home + SP2 install this weekend, and ran Windows Update on it this morning. As soon as I did that, it performed as you described (99% CPU usage from svchost.exe). It has been 100% reproducable (use safe mode and System Restore to undo the updates, it works fine, reinstall the updates, it breaks). The machine is completely unusable (no applications will open, as there is no spare CPU time. You cannot even shutdown the machine).

Other people have this problem too.

According to Process Explorer, the problematic service is Windows Management Instrumentation.

I am yet to see if Automatic Updates have the same problem. I have only tried with the web-based Windows Update.
[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]
nullsquared
nullsquared
Quote:

...
I am yet to see if Automatic Updates have the same problem. I have only tried with the web-based Windows Update.


Automatic updates have no problem... Atleast for me.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.