Browse Source

Merge pull request #207 from 4oo4/master

Disable Windows Network Data Usage Monitor Service
pull/209/head
Alex Hirsch 5 years ago
committed by GitHub
parent
commit
9c0a88d63f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/disable-services.ps1

2
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"
)

Loading…
Cancel
Save