Use Process Explorer to see what services are hosted on that svchost.exe.
Edit: if it doesn't list processes under svchost that's taking all the memory, open svchost, go to the "Services" tab to find the services running on the host. The "Threads" tab may also be of some use for when the CPU load spikes.
__________________
Golden Rule of Programming: Never assume.
try { SteamDownload(); }
catch (Steamception ex) { RageQuit(); }
Last edited by FordGT90Concept; Feb 10, 2013 at 04:17 PM.
|