← All Tweaks
⚡ System Responsiveness
Configure SFIO Priority
Set System File I/O priority for games
Benefit
Prioritizes disk I/O for game asset loading
Impact
mediumCommands (2)
$path = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games"
New-ItemProperty -Path $path -Name "SFIO Priority" -PropertyType String -Value "High" -Force