← All Tweaks
⚡ System Responsiveness
Configure Scheduling Category
Set scheduling priority category for games
Benefit
Ensures games run in high-priority scheduling category
Impact
mediumCommands (2)
$path = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games"
New-ItemProperty -Path $path -Name "Scheduling Category" -PropertyType String -Value "High" -Force