Windows Optimization Guide
1. Disable Windows Update via Group Policy Editor
Registry Editor: [Link]
Path:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage
end user experience
Policy to Modify:
Configure Automatic Updates
Recommended Settings:
- Set to 'Disabled' to stop updates.
- Or set to 'Notify for download and auto install' for manual control.
2. Disable NDU (Network Data Usage Monitoring)
Registry Path:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Ndu
Key:
Start
Type:
DWORD
To Disable:
Set 'Start' value to 4
To Enable:
Set 'Start' value to 2
Disabling NDU can save RAM on low-end systems.
3. Speed Up Menu Show Time via Registry
Registry Path:
HKEY_CURRENT_USER\Control Panel\Desktop
Key:
MenuShowDelay
Type:
REG_SZ (String)
Default Value:
400 (milliseconds)
Change it to 0 for instant menu popups.