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 = '
+
diff --git a/xaml/inputTweaks.xaml b/xaml/inputTweaks.xaml
index 9b17b071..45accfba 100644
--- a/xaml/inputTweaks.xaml
+++ b/xaml/inputTweaks.xaml
@@ -33,6 +33,7 @@
+