← All Tweaks
⚡ System Responsiveness
Configure Task Priority
Set thread priority for games task
Benefit
Ensures game threads get high priority
Impact
mediumCommands (2)
$path = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games"
New-ItemProperty -Path $path -Name "Priority" -PropertyType DWord -Value 6 -Force