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

Loading…
Cancel
Save