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:
Categories of Services on Windows 7?
What kinds of services are running on Windows 7?
✍: FYIcenter.com
Since there are many services are running on Windows 7.
We can group them into different categories:
1. Services hosted by "svchost.exe" - Those services are system programs written in DLL files and loaded to shared "svchost.exe" processes running in CPU. Each shared "svchost.exe" process can host multiple DLL services to save process resource.
For example, "RpcSc - Remote Procedure Call (RPC)" and "PrcEptMapper - PRC Endpoint Mapper" are 2 DLL services hosted by 1 shared "svchost.exe" process, named as "rpcss" group.
2. Services hosted by "lsass.exe" - Those services are system programs written in DLL files and loaded to a single shared "lsass.exe" process running in CPU.
For example, "SamSs - Security Account Manager" and "EFS - Encrypting File System" are 2 DLL services hosted by the shared "lsass.exe" process.
3. System services running directly - Those services are system programs written in EXE files and loaded to run directly. Each of them is a single process running in CPU.
For example, "Fax" and "spooler - Print Spooler" are 2 EXE system services running directly as 2 processes.
4. Application services - Those services are application programs written in EXE files and loaded to run directly. Each of them is a single process running in CPU.
For example, "btwdins - Bluetooth Service" and "McAfeeFramework - McAfee Framework Service" are 2 EXE applicatoin services running directly as 2 processes.
Â
⇒ Number of System Services on Windows 7
⇠What Is a Service on Windows 7?
⇑ Introduction of Services on Windows 7
⇑⇑ Windows 7 Services Tutorials
2016-07-08, 2457👍, 0💬
Popular Posts:
Can I disable Windows service "usnsvc.exe: Messenger Sharing USN Journal Reader Service" to speedup ...
What is NicConfigSvc.exe process - Internal Network Card Power Management Service? Process nicconfig...
How to install Apache server on Windows systems? If you followed our downloading Apache server tutor...
Where to find tutorials on managing Windows 8 startup programs? Here is a collection of tutorials on...
Can I remove startup application "GoogleDesktop.exe - Google Desktop Search" to speedup my computer ...