diff --git a/README.md b/README.md index 14b8942..aadc677 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ send me a pull request. - [10se1ucgo](https://github.com/10se1ucgo) - [maci0](https://github.com/maci0) +- [narutards](https://github.com/narutards) - [tumpio](https://github.com/tumpio) ## License diff --git a/scripts/disable-services.ps1 b/scripts/disable-services.ps1 index 7a2d9d3..e5d8cae 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"