From 45078225a99b347b72854a75c70eb3f14db52e86 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 6 Oct 2015 21:06:21 +0200 Subject: [PATCH] Do not disable Windows Search service by default ref #39 --- scripts/disable-services.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disable-services.ps1 b/scripts/disable-services.ps1 index e5d8cae..81729dc 100644 --- a/scripts/disable-services.ps1 +++ b/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