From 0e2eff8352a7f5bb3744b36bd01def01d6ba7a7a Mon Sep 17 00:00:00 2001 From: luffitys Date: Fri, 14 Aug 2020 06:52:38 +0200 Subject: [PATCH] Don't disable service 'wscsvc' --- 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 69d48b5..b273938 100644 --- a/scripts/disable-services.ps1 +++ b/scripts/disable-services.ps1 @@ -16,7 +16,7 @@ $services = @( "WbioSrvc" # Windows Biometric Service (required for Fingerprint reader / facial detection) #"WlanSvc" # WLAN AutoConfig "WMPNetworkSvc" # Windows Media Player Network Sharing Service - "wscsvc" # Windows Security Center Service + #"wscsvc" # Windows Security Center Service #"WSearch" # Windows Search "XblAuthManager" # Xbox Live Auth Manager "XblGameSave" # Xbox Live Game Save Service