Browse Source

Disable Windows Network Data Usage Monitor

This service can still cause huge memory leaks Windows 10, and disabling it seems to help quite a bit with performance. NDU service is probably not needed for most desktops/laptops that aren't using a mobile data plan.

https://bluebluewave.wordpress.com/2014/02/27/memory-leak-in-windows-8-1-with-killer-e2200-and-windows-network-data-usage-monitoring/
pull/207/head
4oo4 7 years ago
committed by GitHub
parent
commit
15175bb164
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 "XblAuthManager" # Xbox Live Auth Manager
"XblGameSave" # Xbox Live Game Save Service "XblGameSave" # Xbox Live Game Save Service
"XboxNetApiSvc" # Xbox Live Networking Service "XboxNetApiSvc" # Xbox Live Networking Service
"ndu" # Windows Network Data Usage Monitor
# Services which cannot be disabled # Services which cannot be disabled
#"WdNisSvc" #"WdNisSvc"
) )

Loading…
Cancel
Save