Browse Source

Merge pull request #262 from Luffitys/master

Don't disable service 'wscsvc'
pull/267/head
Alex Hirsch 4 years ago
committed by GitHub
parent
commit
316e5bed54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/disable-services.ps1

2
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

Loading…
Cancel
Save