•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Windows NT / 2000 / XP / 2003 section within the Tech Talk category of DaniWeb, a massive community of 397,843 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,558 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Windows NT / 2000 / XP / 2003 advertiser:
Views: 414363 | Replies: 49 | Solved
![]() |
•
•
Join Date: Apr 2004
Posts: 20
Reputation:
Rep Power: 5
Solved Threads: 2
On the subject of Proccesses running 99% of the CPU in WinXP, is it bad to right-click them in the Task Manager and lower their priority? That ended up being the solution when I had a problem with MCShield and its 99% CPU usage.
Maybe there's a chance that the screwy hijacker thinks it's still giving you a hard time but Windows is simply ignoring it thereby freeing up the computer for you? -The end of my WinXP story is not happy, but that was a victorious moment when I lowered the Priority....
That might also be a way to get around "Access is Denied" for you, BennettB. Don't make it disappear, just make it quiet.
Maybe there's a chance that the screwy hijacker thinks it's still giving you a hard time but Windows is simply ignoring it thereby freeing up the computer for you? -The end of my WinXP story is not happy, but that was a victorious moment when I lowered the Priority....
That might also be a way to get around "Access is Denied" for you, BennettB. Don't make it disappear, just make it quiet.
•
•
Join Date: Apr 2004
Posts: 555
Reputation:
Rep Power: 6
Solved Threads: 6
•
•
•
•
Originally Posted by Jason
you should first find out wich service is running under the svchost.exe proces and try disabling each service that started under svchost.exe one by one.
Hi I am having the same problem were svchost is taking up all of my processor. And I was wondering how to look at each process running under this program.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
Much information on svchost, the legit Windows programs that use it, viewing the programs that are using it, and how it can be compromised by a virus or other hack, can be found here:
http://ask-leo.com/archives/000105.html
http://ask-leo.com/archives/000105.html
Last edited by DMR : Oct 3rd, 2005 at 9:30 am.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
Good to know Leo- thanks.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
•
•
•
•
Originally Posted by aSeptik
Hi All!!!
To resolve this problem:
Svchost.exe Takes 99% of CPU memory Usage
go to my Home and read the article!
Regards,
aSeptik
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: May 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 1
I may have found the answer - this worked for me and took 2 min to sort the problem!
I found it here: http://www.it-digger.com/modules/new..._id=2&forum=14
This problem is caused by Microsoft Windows Installer 3.1 v2 (Msi.dll version 3.1.4000.2435) that tries to scan for Microsoft Office update.
There are a number of ways to correct this (bug)!! The following is what I did and it worked:
I am a happy boy!
Other solution:
-*- obtain the Microsoft updated version of Msi.dll (version 3.1.4000.2805)
(There is no link at the moment of writing this article you must contact Microsoft Product Support Services)!!!!!!
I found it here: http://www.it-digger.com/modules/new..._id=2&forum=14
This problem is caused by Microsoft Windows Installer 3.1 v2 (Msi.dll version 3.1.4000.2435) that tries to scan for Microsoft Office update.
There are a number of ways to correct this (bug)!! The following is what I did and it worked:
- Go to the the Microsoft Update page: http://update.microsoft.com
- Click 'Change settings' on the left tap
- Click the option at the bottom of the page to disable microsoft update.
I am a happy boy!
Other solution:
-*- obtain the Microsoft updated version of Msi.dll (version 3.1.4000.2805)
(There is no link at the moment of writing this article you must contact Microsoft Product Support Services)!!!!!!
•
•
Join Date: May 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 1
Dummy description of svchost.exe is that it acts as an agent for different applications. It fetches or gets its "manual" and does what it's told. This means that if its manual is corrupted ( due to some biterror somewhere along the path) it can loop, get nowhere, ask for more and more resources and never finish.
In that case it is possible to run msconfig from /Run and type "tasklist /svc" and figure out which processses that asks for its help, and by trial-and-error detect which process that is the cause of the problem. ( Important thing is that its not the process that calls svchost that is corrupted, most likely it is the "manual" it presents for svchost) Good ol' reinstallment of the application that runs the process is nr1 thing to do... if you detect the process that is.
Deleting the svchost.exe file will most likely not solve your problem and is neither advisable as it is being used by multiple applications on your system ranging from detecting network channels to displaying nice fonts..The problem is most likely not the svchost.exe itself.
The "manual" I mention is a .dll file
Case 2 is trickier:
Hackers can design a process or thread that calls svchost.exe to do certain instructions, then imediatly it will shut itself down, making it harder to detect it in tasklist, as the process is already terminated and maybe designed to cover its identity as even being seen as a process to the operating system.
Svchost.exe though has not terminated, it either does heavy amounts of work that leads to nowhere but eats resources ( picture you get put to dig a hole in the ground, and when it is deep enough , you are instructed to fill it), or it can easily enough be asked to ask CPU for loads of resources ( "o'boy mr CPU.. heavy shipment coming in, I need your full attention") but no work is ever being done. This can explain the reason why it jumps from 10% to100% back and forth. Regardless of the two ways a hacker can "trick" svchost.exe to do work w/o any goal other than to eat CPU resources, problem is still the fact that it gets initiated by a process or thread no longer running. If you can find a suspicious process in your pc, sure.. it might be it, but a virus program will never find these as it has no similarity to any virus. Format the computer and reinstall :/
For those who wants to see what happens when svchost.exe is deleted, when you get the Shutdown in 50 seconds timer, type shutdown -a in /Run to terminate the timer
In that case it is possible to run msconfig from /Run and type "tasklist /svc" and figure out which processses that asks for its help, and by trial-and-error detect which process that is the cause of the problem. ( Important thing is that its not the process that calls svchost that is corrupted, most likely it is the "manual" it presents for svchost) Good ol' reinstallment of the application that runs the process is nr1 thing to do... if you detect the process that is.
Deleting the svchost.exe file will most likely not solve your problem and is neither advisable as it is being used by multiple applications on your system ranging from detecting network channels to displaying nice fonts..The problem is most likely not the svchost.exe itself.
The "manual" I mention is a .dll file
Case 2 is trickier:
Hackers can design a process or thread that calls svchost.exe to do certain instructions, then imediatly it will shut itself down, making it harder to detect it in tasklist, as the process is already terminated and maybe designed to cover its identity as even being seen as a process to the operating system.
Svchost.exe though has not terminated, it either does heavy amounts of work that leads to nowhere but eats resources ( picture you get put to dig a hole in the ground, and when it is deep enough , you are instructed to fill it), or it can easily enough be asked to ask CPU for loads of resources ( "o'boy mr CPU.. heavy shipment coming in, I need your full attention") but no work is ever being done. This can explain the reason why it jumps from 10% to100% back and forth. Regardless of the two ways a hacker can "trick" svchost.exe to do work w/o any goal other than to eat CPU resources, problem is still the fact that it gets initiated by a process or thread no longer running. If you can find a suspicious process in your pc, sure.. it might be it, but a virus program will never find these as it has no similarity to any virus. Format the computer and reinstall :/
For those who wants to see what happens when svchost.exe is deleted, when you get the Shutdown in 50 seconds timer, type shutdown -a in /Run to terminate the timer
![]() | Mark as Unsolved |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
•
•
•
•
antivirus apple browser choose command computer console crack debian defender dell development download explorer fiji hoax install internet ipod leopard licensing linux microsoft mobile news office open operating os photo prompt reactos research security server software source spyware survey system tiger ubuntu unix upgrade virus vista windows windows update windows vista xp
- svchost.exe 100% cpu usage pissing me off :( (Windows NT / 2000 / XP / 2003)
- Windows 2000 pro - svchost.exe using 100% cpu (Windows NT / 2000 / XP / 2003)
- svchost.exe takes 100% of cpu (Windows NT / 2000 / XP / 2003)
- svchost.exe using 100% cpu (Viruses, Spyware and other Nasties)
Other Threads in the Windows NT / 2000 / XP / 2003 Forum
- Previous Thread: Windows XP problems
- Next Thread: Help! I can't download anything!



Linear Mode