Browse Source

Customized disable-services.ps1

pull/280/head
Benoît Dubreuil 4 years ago
parent
commit
c9a8607ac3
  1. 14
      scripts/disable-services.ps1

14
scripts/disable-services.ps1

@ -5,25 +5,25 @@
$services = @( $services = @(
"diagnosticshub.standardcollector.service" # Microsoft (R) Diagnostics Hub Standard Collector Service "diagnosticshub.standardcollector.service" # Microsoft (R) Diagnostics Hub Standard Collector Service
"DiagTrack" # Diagnostics Tracking Service "DiagTrack" # Diagnostics Tracking Service
"dmwappushservice" # WAP Push Message Routing Service (see known issues) # "dmwappushservice" # WAP Push Message Routing Service (see known issues)
"lfsvc" # Geolocation Service "lfsvc" # Geolocation Service
"MapsBroker" # Downloaded Maps Manager "MapsBroker" # Downloaded Maps Manager
"NetTcpPortSharing" # Net.Tcp Port Sharing Service "NetTcpPortSharing" # Net.Tcp Port Sharing Service
"RemoteAccess" # Routing and Remote Access # "RemoteAccess" # Routing and Remote Access
"RemoteRegistry" # Remote Registry # "RemoteRegistry" # Remote Registry
"SharedAccess" # Internet Connection Sharing (ICS) "SharedAccess" # Internet Connection Sharing (ICS)
"TrkWks" # Distributed Link Tracking Client "TrkWks" # Distributed Link Tracking Client
"WbioSrvc" # Windows Biometric Service (required for Fingerprint reader / facial detection) "WbioSrvc" # Windows Biometric Service (required for Fingerprint reader / facial detection)
#"WlanSvc" # WLAN AutoConfig # "WlanSvc" # WLAN AutoConfig
"WMPNetworkSvc" # Windows Media Player Network Sharing Service "WMPNetworkSvc" # Windows Media Player Network Sharing Service
#"wscsvc" # Windows Security Center Service # "wscsvc" # Windows Security Center Service
#"WSearch" # Windows Search # "WSearch" # Windows Search
"XblAuthManager" # Xbox Live Auth Manager "XblAuthManager" # Xbox Live Auth Manager
"XblGameSave" # Xbox Live Game Save Service "XblGameSave" # Xbox Live Game Save Service
"XboxNetApiSvc" # Xbox Live Networking Service "XboxNetApiSvc" # Xbox Live Networking Service
"ndu" # Windows Network Data Usage Monitor "ndu" # Windows Network Data Usage Monitor
# Services which cannot be disabled # Services which cannot be disabled
#"WdNisSvc" # "WdNisSvc"
) )
foreach ($service in $services) { foreach ($service in $services) {

Loading…
Cancel
Save