Find Out What Is Behind The Scenes With ’svchost.exe’

Posted Feb 21, 2009 | by Jason Faulkner  

If you look at your Windows Task Manager Processes tab, you will probably see several copies of ’svchost.exe’ running. This is normal and is the process name that your background services run as. If you ever are curious what each one is actually ‘hosting’, here is an easy way to find out.

  1. Download and run Process Explorer.
  2. Double-click on a svchost.exe entry.
  3. Look at the Services tab.
  4. You should see a list of the respective service names under the ‘Display Name’ column. Click on the entry for more information.

This is a really handy feature to know not only for informational purposes, but for troubleshooting as well. If a certain instance of svchost.exe is eating up a bunch of memory, now you know how to find out what it is doing.

Which Of These Traits Applies To YOUR Computing Life?...

One Response to “Find Out What Is Behind The Scenes With ’svchost.exe’”

  1. Sharron Field says:

    Knowing exactly what process is running is indeed extremely useful; especially in the case of svchost:

    A lot of malware presents its process as svchost.exe, or variations of; such as scvhost.exe or svcvhost.exe, so knowing exactly what’s going on can assist greatly in the hunt for malware on a compromised system.

    Addendum: Do NOT shut down any instance of svchost.exe simply because it is suspected malware: Confirm that it definitely is in fact a malware process first, before killing it and deleting its registry key.

Leave a Reply