← All Tweaks
🎮 GPU
Disable Fullscreen Optimizations
Disable Windows fullscreen optimizations for better performance
Benefit
Better frame consistency and reduced input lag in fullscreen games
Impact
mediumCommands (2)
New-ItemProperty -Path "HKCU:\System\GameConfigStore" -Name "GameDVR_DXGIHonorFSEWindowsCompatible" -PropertyType DWord -Value 1 -Force
New-ItemProperty -Path "HKCU:\System\GameConfigStore" -Name "GameDVR_FSEBehavior" -PropertyType DWord -Value 2 -Force