Memory Compression & Standby List Optimization
Fix memory leaks without restarting:
powershell
Copy
# Check current memory compression
Get-MMAgent
# Optimize standby list (clears cached memory)
rundll32.exe advapi32.dll,ProcessIdleTasks
# Aggressive memory cleanup (gaming sessions)
# Download EmptyStandbyList.exe from Sysinternals
EmptyStandbyList.exe workingsets
