| | |
svchost.exe using 100% cpu!
![]() |
•
•
Join Date: Apr 2004
Posts: 20
Reputation:
Solved Threads: 1
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: 573
Reputation:
Solved Threads: 5
•
•
•
•
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.
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 10:30 am.
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: Oct 2005
Posts: 1
Reputation:
Solved Threads: 0
Hi All!!!
To resolve this problem:
Svchost.exe Takes 99% of CPU memory Usage
go to my Home and read the article!
Regards,
aSeptik
To resolve this problem:
Svchost.exe Takes 99% of CPU memory Usage
go to my Home and read the article!
Regards,
aSeptik
•
•
•
•
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:
Solved Threads: 0
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:
Solved Threads: 0
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 Solved |
Similar Threads
- svchost.exe 100% cpu usage pissing me off :( (Windows NT / 2000 / XP)
- Windows 2000 pro - svchost.exe using 100% cpu (Windows NT / 2000 / XP)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: Repair missing /corrupt file...?
- Next Thread: svchost.exe - High CPU useage at start up
| Thread Tools | Search this Thread |
.net 3.5 3daccelertion 64bit 2010 activedirectory alaris android apache application arm auto black blue book canonical cellphones chinese codeplex collaboration combofix computer computerfreezes crash desktop desktops domain dotnetnuke drive error errors explorer features folder fonts freeze gadgets hardware home intel killprocess laptop laptops latitude lcd linux load mac markshuttleworth microsoft minimalizes mobile monitor netbooks novell nvidia opensource operatingsystems options oracle osinstallationproblem osx outlook partition patch port product proxy raid rds reformat remotedesktopconnection retail screen server. sp1 sp3 spyware studios ubuntu unreadable update upgrade usb verizon videogames virtual virus vulnerability wab webos weecam win win32/heur window windows windows7 windowsxp worm xp






