Browse Source

Do not disable Windows Search service by default

ref #39
pull/41/head
Alex Hirsch 9 years ago
parent
commit
45078225a9
  1. 2
      scripts/disable-services.ps1

2
scripts/disable-services.ps1

@ -19,7 +19,7 @@ $services = @(
#"WlanSvc" # WLAN AutoConfig
"WMPNetworkSvc" # Windows Media Player Network Sharing Service
"wscsvc" # Windows Security Center Service
"WSearch" # Windows Search
#"WSearch" # Windows Search
"XblAuthManager" # Xbox Live Auth Manager
"XblGameSave" # Xbox Live Game Save Service
"XboxNetApiSvc" # Xbox Live Networking Service

Loading…
Cancel
Save