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 application services running directly as 2 processes.
⇒ Number of System Services on Windows 7
⇐ What Is a Service on Windows 7?
2016-07-08, ∼3504🔥, 0💬
Popular Posts:
How to select system language during the Windows 7 initial set up process? If you bought your comput...
A collection of 7 tutorials on Internet connections with wireless routers covering: What are require...
How do I know which version of Internet Explorer (IE) is on my computer? If you want to know which v...
How can I get detailed system information from my Windows Server 2012? A quick way to get detailed i...
How to remove quickset.exe from the startup application list to gain performance and reduce security...