From f39a6dcb867abd78fd3d222948b44fd7e84e8189 Mon Sep 17 00:00:00 2001 From: narutards Date: Fri, 21 Aug 2015 10:45:46 +0200 Subject: [PATCH] Update disable-services.ps1 Information which services are actually behind the often cryptic names --- scripts/disable-services.ps1 | 39 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/scripts/disable-services.ps1 b/scripts/disable-services.ps1 index 7a2d9d3..1803134 100644 --- a/scripts/disable-services.ps1 +++ b/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"