Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
'svchost.exe -k netsvcs' Services on Windows 7
Where are services hosted by "svchost.exe -k netsvcs" on Windows 7? What is the meaning of "-k netsvcs" parameter?
✍: FYIcenter.com
"svchost.exe -k netsvcs" command is used
to invoke the svchost.exe program to load the DLL file for the given service
specified in the registry.
"-k netsvcs" is the process grouping parameter. It allows Windows to load multiple DLL files under a single shared svchost.exe process of the same group name.
In other words, all services that are launched by the same "svchost.exe -k netsvcs" command will be running under a single shared process of svchost.exe.
The advantage of using a shared process is to save process resources. But services of a shared process have execution environment dependency. If one service is running into problem, all other services of the same shared process will be impacted.
Here is a list of services hosted by the shared process of "svchost.exe -k netsvcs":
"Server - srvsvc.dll" Service on Windows 7
"Application Experience - aelupsvc.dll" Service on Windows 7
"Application Information - Appinfo.dll" Service on Windows 7
"Application Management - appmgmts.dll" Service on Windows 7
"Intel Bluetooth Service - ibtsiva.exe" Service on Windows 7
"Wireless PAN DHCP Server - PanDhcpDns.exe" Service on Windows 7
"Intel(R) Content Protection HECI Service - IntelCpHeciSvc.exe" Service on Windows 7
"Background Intelligent Transfer Service - qmgr.dll" Service on Windows 7
"BitLocker Drive Encryption Service - BDESVC.dll" Service on Windows 7
"Certificate Propagation - certprop.dll" Service on Windows 7
"CNG Key Isolation - KeyIso.dll" Service on Windows 7
"Computer Browser - Browser.dll" Service on Windows 7
"Extensible Authentication Protocol - eapsvc.dll" Service on Windows 7
"Group Policy Client - gpsvc.dll" Service on Windows 7
"Health Key and Certificate Management - kmsvc.dll" Service on Windows 7
"IKE and AuthIP IPsec Keying Modules - IKEEXT.DLL" Service on Windows 7
"Internet Connection Sharing (ICS) - ipnathlp.dll" Service on Windows 7
"IP Helper - iphlpsvc.dll" Service on Windows 7
"Microsoft iSCSI Initiator Service - iscsiexe.dll" Service on Windows 7
"Multimedia Class Scheduler - MMCSS.dll" Service on Windows 7
"Problem Reports and Solutions Control Panel Support - wercplsupport.dll" Service on Windows 7
"Remote Access Auto Connection Manager - RasAuto.dll" Service on Windows 7
"Remote Access Connection Manager - RasMan.dll" Service on Windows 7
"Remote Desktop Configuration - SessEnv.dll" Service on Windows 7
"Routing and Remote Access - mprdim.dll" Service on Windows 7
"Secondary Logon - seclogon.dll" Service on Windows 7
"Shell Hardware Detection - shsvcs.dll" Service on Windows 7
"Smart Card Removal Policy - certprop.dll" Service on Windows 7
"System Event Notification Service - SENS.dll" Service on Windows 7
"Task Scheduler - schedsvc.dll" Service on Windows 7
"Themes - themeservice.dll" Service on Windows 7
"User Profile Service - ProfSvc.dll" Service on Windows 7
"Windows Management Instrumentation - wmisvc.dll" Service on Windows 7
Â
⇒ "Server - srvsvc.dll" Service on Windows 7
⇠"WLAN AutoConfig - Wlansvc.dll" Service on Windows 7
⇑⇑ Windows 7 Services Tutorials
2016-08-16, 10422👍, 0💬
Popular Posts:
Can I remove startup application "ISUSPM.exe - InstallShield Update Service Update Manager" to speed...
How to get file properties in Windows PowerShell? I want to know when the file was originally create...
How set up "live tv" in Windows Media Center on Windows 7? If you have TV tuner installed on your co...
The overtype key seems to have been disabled since the last round of updates. I have tried following...
.VOB File Name Extension - DVD Video Object Files .vob is the file name extension for DVD-Video Obje...