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 5 years ago committed by GitHub
parent 49546e7ad4
commit 15175bb164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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