From 4472fa2450f5e943f775f00b213dcd5fed1801a4 Mon Sep 17 00:00:00 2001 From: David de Caires e Freitas Date: Mon, 31 Jan 2022 11:18:37 +0200 Subject: [PATCH] wscsv not disabled in upstream source anymore The original source of this file has commented out WSCSVC for some reason, perhaps this project should do the same... --- 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 406dc2c3..94337b49 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