Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

Full Screen Optimization #209

Closed AnubisMann closed 5 years ago

AnubisMann commented 5 years ago

Tweak for video game users: Disable full screen optimization Steps:

HKEY_CURRENT_USER\System\GameConfigStore

Create a new 32-bit DWORD value called GameDVR_DSEBehavior

Assign 2 to turn off full-screen optimizations or 0 to enable them

Disassembler0 commented 5 years ago

Can it be merged with DisableXboxFeatures tweak? There is already something related to GameConfigStore key and *GameDVR* values. I would even think that when the DVR is disabled completely, the full-screen optimization is disabled too. Or is it worth to have it as separate tweak?