Description of Svchost.exe
Wondering what is Svchost.exe and what role does it play in running our system? There are whole lots of svchost.exe processes running in background and we even can’t kill them.
What is svchost.exe?
Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs). The Svchost.exe file is located in the %SystemRoot%\System32 folder. These file first checks for the services part of the registry and maintains a list of them that it should load at the startup.
In Windows, the functionality from internal Windows services have been moved to .dll files instead of .exe files. But .dll files can not be opened directly and thus require a special .exe file called svchost.exe.
Why more than one svchost.exe process is running?
There are more than svchost.exe processes running in the background but having their own functions. One might perform some functions related to some user interface and another may run services required by the firewall.
Check the list of services running in svchost from command line:
• Open command prompt by typing cmd in the Run dialog box.
• Type Tasklist /SVC and then Enter.
/SVC is a switch that shows the list of active services in each process.
So, if you came this far reading the post, you should already be convinced that you need to grab my RSS feed, right?
You May Also Like to Read
- Solution to Svchost.exe not found Problem
- Description of Thumbs.db and how to remove it
- Speed Up your Slow PC
- Remove Happy Birthday virus easily
- Remove Newfolder.exe Virus easily
- Detect and Delete Keyloggers
- 7 Features that you didn’t know about Windows XP –Part 1
- Clear History from Start Menu’s Run Command



September 2nd, 2008 at 7:12 pm
The site truly justifies its tagline…provides easy solutions to common problems…
My rating - 5/5
November 9th, 2008 at 7:15 pm
[...] I came to know that this problem is mostly caused when scanned with either McAfee or AVG Anti Virus (I don’t discourage the use of them). The problem is caused when either the virus or the Anti Virus does some changes in the registry. To know more about the Svchost.exe process, read this. [...]