为了占用更小的内存和降低cpu使用率,需要关闭不需要的服务。
有些服务在正常开机的情况下无法关闭,需要进入安全模式关闭,或者在使用NTlite精简的时候禁用。
有些服务在某些系统上没有,可以忽略,设置为禁用。如果需要某项服务,可自行打开
安全模式
在安全模式下,仅仅只需要开启以下服务就能维持系统的运行,但此时网络和程序无法运行,具体服务名称如下:
- State Repository Service
 - Cryptographic Services
 - Tile Data model server
 - Remote Procedure Call (RPC)
 - RPC Endpoint Mapper
 - User Profile Service
 - Local Session Manager
 - DCOM Server Process Launcher
 - CoreMessaging
 - Background Tasks Infrastructure Service
 - User Manager
 - System Events Broker
 
正常模式
正常模式下,想要正确访问网络、运行程序、识别硬件,那么需要开启如下服务,具体服务名称如下:
- 启动类型:手动
- Cryptographic Services
 - State Repository Service
 - Windows Management Instrumentation
 - Windows Process Activation Service(可能不存在)
 - Remote Desktop Services(需要远程,则开启)
 - Remote Procedure Call (RPC)
 - Wired AutoConfig
 
 - 启动类型:手动(触发器启动)
- Application Information
 - Device Association Service
 - Time Broker
 - Windows Connection Manager
 
 - 启动类型:自动
- Background Tasks Infrastructure Service
 - CoreMessaging
 - DCOM Server Process Launcher
 - DHCP Client
 - Local Session Manager
 - Network Location Awareness
 - Network Store Interface Service
 - RPC Endpoint Mapper
 - Security Accounts Manager
 - System Event Notification Service
 - Task Scheduler
 - Tile Data model server
 - User Profile Service
 - Windows Audio
 - Windows Audio Endpoint Builder
 - Windows Event Log
 - Windows Font Cache Service
 - WLAN AutoConfig
 
 - 启动类型:自动(触发器启动)
- Group Policy Client
 - System Events Broker
 - User Manager
 
 - 启动类型:自动(延迟启动)
- Network List Service
 - Windows Search(不使用windows自带的搜索,可以禁用)
 
 
windows10系统服务优化前后对照表
