Browse Source

Update disable-services.ps1

Information which services are actually behind the often cryptic names
pull/24/head
narutards 9 years ago
parent
commit
f39a6dcb86
  1. 39
      scripts/disable-services.ps1

39
scripts/disable-services.ps1

@ -3,25 +3,26 @@
# certain services comment out the corresponding lines below.
$services = @(
"diagnosticshub.standardcollector.service"
"DiagTrack"
"dmwappushservice"
"HomeGroupListener"
"HomeGroupProvider"
"lfsvc"
"MapsBroker"
"NetTcpPortSharing"
"RemoteAccess"
"RemoteRegistry"
"SharedAccess"
"TrkWks"
"WbioSrvc"
"WMPNetworkSvc"
"wscsvc"
"WSearch"
"XblAuthManager"
"XblGameSave"
"XboxNetApiSvc"
"diagnosticshub.standardcollector.service" # Microsoft (R) Diagnostics Hub Standard Collector Service
"DiagTrack" # Diagnostics Tracking Service
"dmwappushservice" # WAP Push Message Routing Service
"HomeGroupListener" # HomeGroup Listener
"HomeGroupProvider" # HomeGroup Provider
"lfsvc" # Geolocation Service
"MapsBroker" # Downloaded Maps Manager
"NetTcpPortSharing" # Net.Tcp Port Sharing Service
"RemoteAccess" # Routing and Remote Access
"RemoteRegistry" # Remote Registry
"SharedAccess" # Internet Connection Sharing (ICS)
"TrkWks" # Distributed Link Tracking Client
"WbioSrvc" # Windows Biometric Service
#"WlanSvc" # WLAN AutoConfig
"WMPNetworkSvc" # Windows Media Player Network Sharing Service
"wscsvc" # Windows Security Center Service
"WSearch" # Windows Search
"XblAuthManager" # Xbox Live Auth Manager
"XblGameSave" # Xbox Live Game Save Service
"XboxNetApiSvc" # Xbox Live Networking Service
# Services which cannot be disabled
#"WdNisSvc"

Loading…
Cancel
Save