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, 2333👍, 0💬
Popular Posts:
How to write a batch file? I want to print "Hello world!" message on the screen. You can follow this...
I get the message "cyberlink powercinema resident program has stopped working" on startup on my Dell...
What contents are stored in a Web Archive (.mht) file? When you convert a word document into a singl...
What is "Remote Desktop Services UserMode Port Redirector" in my Windows 7 service list? And how is ...
Where to find tutorials on using Windows Batch File? I want to learn everything about Windows Batch ...