Description
Service Host (svchost.exe) is an important process that loads instructions or code from DLL files for important Windows services to run.
To understand how service host works, you need to understand how it interacts with Windows services and DLL files
1. Services. Windows Services are important background apps that handle many important features such as sound, networking, hardware, system security, and the list goes on and on. They are the backbone of an important background features.
2. DLL Files. The code instructions for Windows services are often store in DLL files. This is really effective because at times a single DLL file can have instructions for several services. This saves time and resources
3. The Service Host (svchost.exe) is the process that loads the instructions from the DLL files in order for the Windows Services to run. Therefore, svchost.exe is not a virus, but it is a essential Windows process that allows your system to work perfectly. Unfortunately, malware can guise itself as svchost.exe to trick you.