Browse Source
Merge pull request #207 from 4oo4/master
Disable Windows Network Data Usage Monitor Service
pull/209/head
Alex Hirsch
6 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
|
|
@ -23,7 +23,7 @@ $services = @( |
|
|
|
"XblAuthManager" # Xbox Live Auth Manager |
|
|
|
"XblGameSave" # Xbox Live Game Save Service |
|
|
|
"XboxNetApiSvc" # Xbox Live Networking Service |
|
|
|
|
|
|
|
"ndu" # Windows Network Data Usage Monitor |
|
|
|
# Services which cannot be disabled |
|
|
|
#"WdNisSvc" |
|
|
|
) |
|
|
|