• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

svchost jumps to 100% CPU usage after login

mosco

Senior member
If i logout of windows XP Pro and then login, i get a svchost.exe that jumps to 100% CPU usage and doesn't go down. It only happens if i logout and login, if i let windows log me out after a period of inactivity, and try and login i don't have this problem. If i try and end the proccess it tells me that i must restart. I am running all the latest patches, and i have scanned my computer with norton and ad-aware.

Any ideas?
 
hmmm......well thats the network service...does it lower after a while or does it need restarting to take the load of the processor?
 
Get the PID of that instance of svchost from task manager.

Use... uh... I think it's the "SC" command to find out which services are running in that process.

Troubleshoot from there.
 
Type sc at a command prompt to get the syntax. Or look it up. Geez.

But since you're this lazy, do a sc queryex and each service's PID will be displayed.
 
not lazy, just new to windows.

i was able to figure it out after i posted but the when i type in sc queryex, it displays on the screen for a second, and disappears so i can't read it. any ideas about that?
 
Originally posted by: mosco
not lazy, just new to windows.

i was able to figure it out after i posted but the when i type in sc queryex, it displays on the screen for a second, and disappears so i can't read it. any ideas about that?

Go to Start>Run and type cmd.exe. Then run SC from there.
 
SERVICE_NAME: RpcSs
DISPLAY_NAME: Remote Procedure Call (RPC)
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 940
FLAGS :

thats what its called. So now lets see what what google can tell me. Thanks for the cmd.exe tip.

[Edit]

I found some stuff for both Windows 2000 and Windows NT regarding RPC and high CPU usage but none about windows XP. The fixes for 2000 and NT are patches, i have the latest patches for XP.
 
Just scanned with Norton Anti-Virus 2003 with latest anti-virus definitions and came up with nothing. I am really stumped on this. I might just do a re-install when the next nforce drivers get released.
 
Back
Top