Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
svchost.exe Executable Program on Windows Server 2008
What is the "svchost.exe (Host Process for Windows Services)" system executable program on Windows Server 2008? I want to know how svchost.exe is used to host services.
✍: FYIcenter.com
"svchost.exe (Host Process for Windows Services)" is a Windows Server 2008 system executable program that
is used to launch and host multiple Windows services.
One advantage of using svchost.exe to host services is called shared service processes, where a number of services can share a process in order to reduce resource consumption. Grouping multiple services into a single process conserves computing resources.
If a service is configured to be launched and hosted by svchost.exe, it will need two piece of information:
For example, service "CertPropSvc (Certificate Propagation)" is configured to be launched and hosted by svchost.exe. It has the following settings:
So if "CertPropSvc (Certificate Propagation)" service is started, certprop.dll will be loaded to system and hosted by a svchost.exe process labeled as "netsvcs", together with other services in this group.
Detailed information on "svchost.exe" program:
Name: svchost.exe Location: C:\Windows\system32\svchost.exe Description: Host Process for Windows Services File version: 6.1.7600.16385 Size: 26.5 KB (27,136 bytes) Modified: Monday, July 13, 2009, 9:39:46 PM
2017-11-04, 1363👍, 0💬
Popular Posts:
A collection of 39 tutorials on understanding and managing Windows startup programs - Part II Contin...
What is shdocvw.dll DLL file - Shell Doc Object and Control Library? DLL shdocvw.dll is the Microsof...
How to add a program into the startup folder? If you find an interesting program that you want to ad...
How set up "live tv" in Windows Media Center on Windows 7? If you have TV tuner installed on your co...
How to start Apache server manually on Windows systems? If you followed our Apache server installati...