You may want to check for spyware and virus first
But also look at these links explaining why there could be multiple svchost
http://www.jsiinc.com/SUBJ
http://www.winnetmag.com/A
Main Topics
Browse All TopicsI am running WinXP Pro and am having very slow and sluggish response times. I looked at the Task Manager and the services eating up most of my CPU Usage was SVCHost.EXE. There are actually five different SVCHost.EXE running. I did a tasklist /svc from DOS and the PID associated with the highest CPU Usage has around 32 services/programs running. Any reason why this service is doing this. The System Idle Process used to be in the 90+% usage, now it's less than 5%.
Thanks,
Mike
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You may want to check for spyware and virus first
But also look at these links explaining why there could be multiple svchost
http://www.jsiinc.com/SUBJ
http://www.winnetmag.com/A
Brian,
Well....I hate to say that whatever suggestions I got, just caused more problems. I did what was suggested to me and immediately started getting POPUP adds, which I now can't get rid of. Concerning my original problem, it seems to have rectified itself. My CPU Usage (for System Idle Process) is running in the 90+% - which is great. I however did nothing to accomplish that. So, bottom line...I don't know what to tell you.
Sorry.......Mike
The reason why I asked is I had the same problem which is caused by a backdoor trojan which was recently discovered April 4th 2004
Check task manager under processes and see if you have a 5 digit number running as a process in the background also go into your registry by going to start run type regedit hit enter and then go to HKEY_LOCAL MACHINE - Software - Microsoft- Windows - Current Version- Run see if their is a 5 digit number listed here (it is a random number) if so then you have the Trojan known as either RDOM.A ( F-Prot) or Sdown.A by trend micro. Let me know if you find this if you do it has to be gotten rid of it opens a back door of your system to hackers.
Some of the other problems were CPU was at 99% usage with SVCHOST.EXE using 99% of the processor could not access MY Computer, Network Places, the Internet or anything computer would just have the wait icon then refresh the screen all icons would be removed then come back but nothing would happen.
I experienced this problem on two successive boots of Windows XP earlier today. Now everything is fine. An additional symptom is that the computer will not safely shut down -- it gets hung when saving system settings. I found a suspicious entry in the registry location referenced above, but it looks like 9 random letters as opposed to 5 digit numbers. The entry points to C:\WINDOWS\AHNUELRYF.exe, but the file is no longer there.
sugarstevie I would say scan your system good
use
http://housecall.trendmicr
briancassin (and sugarstevie),
First, thanks for the replies. Second, I followed the instructions to get to the HKEY_ (never been there before - and by the way, AWESOME instructions), but found NOTHING. There weren't any 5 or even 9 digit numbers. There were a few processes with strings of LETTERS, but none with numbers. But lastly, I will go ahead and run that URL scan.
Thanks again,
Mike
check the first link in this to see if this is a possibility they have a tool that checks for it...
This is the Sasser worm (or a variant).
See the following links for removal tools and more information:
http://www.microsoft.com/s
http://securityresponse.sy
http://www.trendmicro.com/
Security Patch in response to this vulnerability:
http://www.microsoft.com/t
Also try this go to the site listed below and download the program run it and post the log report up here... I will look through it and see if their is anything suspicious.
http://www.tomcoyote.com/h
Mike,
I too experienced the same problem you did, as I previously commented. I recently did a scan with Lavasoft's AdAware 6.0. It found 18 problems that SpyBot did not find. You might try downloading and running this specific adware detection software and see if it helps. My machine has not hung since I ran the scan.
-Steve
Mike,
The previous report that Ad-aware discovered malware that was causing the problem was erroneous. The system continued to experience the problem. Svchost runs a whole slew of services on behalf of the system – so the trick was to find which one was running away. I downloaded a tool called Process Explorer from http://www.sysinternals.co
-Steve
Ok found my notes here was the problem and solution I had... it wasn't spyware.
http://support.microsoft.c
Mike,
I finally got the bottom of what was causing System Restore Service running under SVCHOST to saturate the CPU at 100%. I'll document it here for any unlucky soles who may encounter the same problem.
Svchost runs a whole slew of services on behalf of the system – so the trick was to find which one was running away. I downloaded a tool called Process Explorer from http://www.sysinternals.co
Next I opened a support case with Microsoft. We used numerous tools to troubleshoot the service. One of the more valuable tools was FILEMON, available at http://www.sysinternals.co
Microsoft determined that the latest restore point in the SRService database was corrupt, and the service was getting hung when it tried to delete one of its files. The restore points comprising the SRService database are stored on my machine at the following location: C:\System Volume Information\_restore{2EDE8
The solution was to manually remove all restore points in the SRService database, using Windows Explorer. Here are the steps to accomplish this.
1. Boot the machine with SRService disabled (Select Start / Control Panel / Administrative Tools / Services. Double click System Restore Service, and set Startup Type to Disabled, then click OK. Re-boot. You may have to rename srsvc.dll, even in the DLL cache, to keep it from starting - it's fairly persistent.)
2. You must grant access to the System Volume Information folder on C: (Article 309531).
2a. Get a command prompt and type the following, including quotes:
cacls "C:\System Volume Information" /E /G username:F
2b. (To undo these permissions later when finished, type the follwing)
cacls "C:\System Volume Information" /E /R username
3. Move the offending folder, in my case C:\System Volume Information\_restore{2EDE8
4. reboot
5. Right click My Computer, and select Properties. This automatically starts SRService and changes its startup from disabled to automatic
6. Click the System Restore tab
7. Select “Turn Off System Restore” and click apply. Notice the _restore… folder disappears in the System Volume Information folder. Warning: all restore points are deleted.
8. Go back and uncheck “Turn Off System Restore” then click apply. Notice the _restore… folder appears in the System Volume Information folder (No, the previous restore points don’t re-appear.)
9. SRService should no longer hog the CPU!
Regards,
Steve
Abdu Allah,
Unfortunately I don't recall how my problem was resolved. I read all of the previous comments. The last one got to be so detailed, I gave up on it. However, the problem appears to have gone away (knock on wood). I still have like 6 SVCHOST.EXE processes running, but their CPU usage is way low, if not 0%. In the meantime, I do run Spybot1.3 Search & Destroy on a regular basis. I couldn't tell you, tho, if that has fixed everything. I have all of the latest updates applied - Windows XP SP2, NAV, and Lavasoft Ad-Aware6.0. At this point, my response time isn't bad. Sorry I couldn't be of more assistance.
Mike
Yes....Spybot1.3 S&D is a great tool to find unwanted files/folders/registries in your system. It is safe to download and install and use. Check out this link: http://www.safer-networkin
mnielson323, Are you sure that Spybot1.3 S&D who has fixed this problem!
I used it but the problem is still exist!
I discovered that it is a common problem, and no one find solution for it,
Have a look here:
http://www.techsupportforu
http://www.winportal.com/c
http://forum.pcvsconsole.c
I had the same problem with SVCHOST eating 99% of my CPU. The problem only occurred when I connected to my DSL connection at home and not when I was connected to the office LAN. I tried every damn solution I found on the net and was about to format and reinstall my XP Professional. As I was cleaning up I uninstalled TuneUp Utilities and the problem disappeared. It seems TuneUp had tried to optimise my computer for broadband access and was causing this issue.
Thanks for all the inputs guys and good luck to those still in dealing with the misery of SVCHOST
Business Accounts
Answer for Membership
by: sunray_2003Posted on 2004-04-08 at 08:38:45ID: 10784380
Check for spywares and virus
----
spyware.ht ml
ownload/dl spybot.sht ml
ownload/dl adaware.sh tml
ublic/cat/ 10/17/10-1 7-150.shtm l
ownload/dl hijackthis .shtml
download/d lkldetecto r.shtml
download/d lxcleaner. shtml
download/d lspywarebl aster.shtm l
download/d lspywaregu ard.shtml
download/d lspysites. shtml
download/d lklhunter. shtml
/downloads /bhod/
.net/bhbla ster.html
ort/click2 findnow.sh tml
o.com/
om/
om/actives can/com/ ac tivescan_p rincipal.h tm
ntivirus/d efault.asp
Use spybot ,ad-ware ,CWshredder and Hijackthis to start with
After installing them, First Update them and then run
Spyware/Adware removal tools:
--------------------------
What is spyware : http://www.spychecker.com/
SpyBot-S&D : http://www.webattack.com/d
Ad-aware : http://www.webattack.com/d
CWShredder: http://www.softpedia.com/p
HijackThis : http://www.webattack.com/d
Pest Patrol : http://www.pestpatrol.com/
Trojan Remover :http://www.simplysup.com/
KL-Detector :http://www.webattack.com/
X-Cleaner Free :http://www.webattack.com/
SpywareBlaster :http://www.webattack.com/
SpywareGuard :http://www.webattack.com/
SpySites :http://www.webattack.com/
Keylogger Hunter :http://www.webattack.com/
BHODemon : http://www.spywareinfo.com
Browser Hijack Blaster : http://www.wilderssecurity
Other spyware removal instructions: http://www.pchell.com/supp
online virus scanner:
---------------------
http://housecall.trendmicr
http://security.symantec.c
http://www.pandasoftware.c
http://www.pcpitstop.com/a