From 10ab0eda03229d9d4324a44c209e331ef9b08f67 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Sat, 11 May 2024 21:08:33 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 24 +++++++++++++++++------- xaml/inputTweaks.xaml | 1 + 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index 2cee90f7..0c9be24c 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -11139,13 +11139,6 @@ $sync.configs.tweaks = '{ "OriginalValue": "1", "Type": "DWord" }, - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_DXGIHonorFSEWindowsCompatible", - "Value": "1", - "OriginalValue": "0", - "Type": "DWord" - }, { "Path": "HKCU:\\System\\GameConfigStore", "Name": "GameDVR_HonorUserFSEBehaviorMode", @@ -11213,6 +11206,22 @@ $sync.configs.tweaks = '{ "Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" ] }, + "WPFTweaksDisableFSO": { + "Content": "Disable Fullscreen Optimizations", + "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "Order": "a032_", + "registry": [ + { + "Path": "HKCU:\\System\\GameConfigStore", + "Name": "GameDVR_DXGIHonorFSEWindowsCompatible", + "Value": "1", + "OriginalValue": "0", + "Type": "DWord" + } + ] + }, "WPFTweaksEnableipsix": { "Content": "Enable IPv6", "Description": "Enables IPv6.", @@ -13663,6 +13672,7 @@ $inputXML = ' +