Svchost Exe What Is It – History of Svchost Exe
Let’s see how Microsoft answer to this the question svchost exe what is it? According to Microsoft Corporation, Svchost.exe is a standard host process term for services that run from dynamic-link libraries.
Microsoft started shifting all of the functionality from internal Windows services into .dll files as a replacement for .exe files. From a programming standpoint, this makes more implication for reusability, but the problem is that .dll file can’t be directly launched from Windows, it has to be loaded up from a running .exe. Hence, the svchost.exe process was born.
At startup, Svchost.exe verifies the services part of the registry to create a list of services that it must load. Multiple instances of Svchost.exe can run at the same time.
Comments are closed.