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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|