All Tweaks

System Responsiveness

Configure Scheduling Category

Set scheduling priority category for games

Benefit

Ensures games run in high-priority scheduling category

Impact

medium

Commands (2)

$path = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games"
New-ItemProperty -Path $path -Name "Scheduling Category" -PropertyType String -Value "High" -Force