This repository has been archived by the owner on Feb 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
WSDservices.py
38 lines (36 loc) · 1.58 KB
/
WSDservices.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
services = [
"uhssvc", # Microsoft Update Health Service
"wuauserv", # Windows Update Service
"XboxGipSvc", # Xbox Accessory Management Service
"XblGameSave", # Xbox Live Game Save Service
"XblAuthManager", # Xbox Live Auth Manager
"XboxNetApiSvc", # Xbox Live Networking Service
"wercplsupport", # Problem Reports and Solutions
"WalletService", # Wallet Service
"Fax", # Fax
"WerSvc", # Windows Error Reporting Service
"pla", # Performance logs and alerts
"RstMwService", # Windows store communication
"lfsvc", # Geolocation Service
"diagnosticshub.standardcollector.service",
# Microsoft® Diagnostics Hub Standard Collector
"wlidsvc", # Microsoft Windows Live ID Service
"PNRPAutoReg", # PNRP Machine Name Publication Service
"WMPNetworkSvc", # Windows Media Player Network Sharing Service
"icssvc", # Windows Mobile Hotspot Service
"DoSvc", # Delivery Optimization service
"DiagTrack", # Environment and telemetry
"DusmSvc", # Data usage
"dmwappushsvc", # Device Management Wireless Application Protocol
"TrustedInstaller",
# Windows Module Installer
"UevAgentService",# User Experience Virtualization Service
"utcsvc" # Diagnostics Tracking Service
#"NcbService"
]
thirdpartyservices = [
### THIRD PARTY
"MozillaMaintenance",
# Mozilla Maintenance Service
"AGMService" # Adobe Genuine Monitor Service
]