svchost.exe blowing up my shit.
When I start up the computer, one of the svchost. exe instances hogs all my cpu and destroys my loading time. I always have to end the task in task manager or else I'll sit here forever waiting for stuff to load.
When I start up the computer, one of the svchost.exe instances hogs all my cpu and destroys my loading time. I always have to end the task in task manager or else I'll sit here forever waiting for stuff to load.
Strange thing is, while playing a game today, it popped back on stealing all my cpus resources again.
WTF is going on? Could it be a program disguised as svchost.exe running that is haxoring my boxor? I have Avast! anti virus running as well as a several time a week adaware scheduled cleaning. It's not caught anything strange....
Strange thing is, while playing a game today, it popped back on stealing all my cpus resources again.
WTF is going on? Could it be a program disguised as svchost.exe running that is haxoring my boxor? I have Avast! anti virus running as well as a several time a week adaware scheduled cleaning. It's not caught anything strange....
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
(This is for XP Pro. Home version does not have required command.)
When this hogging starts, press Ctrl+Shift+Esc to start Task Manager. Goto Processes tab. Look for PID of the svchost.exe process which using most CPU time. Then File->New Task(Run...). Type cmd. Then tasklist /svc.
You see list some sort of this:
Quote:Image Name PID Services
=========================
...
svchost.exe 616 DcomLaunch
svchost.exe 664 RpcSs
...
Using the PID, see which service is hogging your system.
Then try disabing the service or setting it to manual via services.msc.
When this hogging starts, press Ctrl+Shift+Esc to start Task Manager. Goto Processes tab. Look for PID of the svchost.exe process which using most CPU time. Then File->New Task(Run...). Type cmd. Then tasklist /svc.
You see list some sort of this:
Quote:Image Name PID Services
=========================
...
svchost.exe 616 DcomLaunch
svchost.exe 664 RpcSs
...
Using the PID, see which service is hogging your system.
Then try disabing the service or setting it to manual via services.msc.