mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-17 18:27:42 -06:00
Made disabling Fullscreen optimizations its own tweak (#1934)
* Removed "GameDVR_DXGIHonorFSEWindowsCompatible" modification from "Disable GameDVR" tweak * Created advanced tweak "Disable fullscreen optimizations" Disables fullscreen optimizations in all applications. (Which can cause problems with Color Management in Exclusive Fullscreen)
This commit is contained in:
parent
2b0efd3eb3
commit
2cc9474aa3
@ -2757,13 +2757,6 @@
|
|||||||
"OriginalValue": "1",
|
"OriginalValue": "1",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Path": "HKCU:\\System\\GameConfigStore",
|
|
||||||
"Name": "GameDVR_DXGIHonorFSEWindowsCompatible",
|
|
||||||
"Value": "1",
|
|
||||||
"OriginalValue": "0",
|
|
||||||
"Type": "DWord"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Path": "HKCU:\\System\\GameConfigStore",
|
"Path": "HKCU:\\System\\GameConfigStore",
|
||||||
"Name": "GameDVR_HonorUserFSEBehaviorMode",
|
"Name": "GameDVR_HonorUserFSEBehaviorMode",
|
||||||
@ -2832,6 +2825,22 @@
|
|||||||
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
"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": {
|
"WPFTweaksEnableipsix": {
|
||||||
"Content": "Enable IPv6",
|
"Content": "Enable IPv6",
|
||||||
"Description": "Enables IPv6.",
|
"Description": "Enables IPv6.",
|
||||||
|
Loading…
Reference in New Issue
Block a user