- Local time
- 3:02 PM
- Posts
- 107
- OS
- Windows 11 27783
For the DirectXUserGlobalSettings registry key, you can set the following options for it:
Here is the full key in the script as of now.
I obtained the VEN&DEV&SUBSYS values for the "HighPerfAdapter" option by going to:HighPerfAdapter=10DE&2684&89321043;VRROptimizeEnable=0;AutoHDREnable=1;SwapEffectUpgradeEnable=1
Is there some wmic wizardry I can use to have the VEN&DEV&SUBSYS values entered automatically for any GPU configuration? Or perhaps another method?Device Manager > Display Adapters > "GPUNAME" > Properties > Details > Property > Hardware Ids
Here is the full key in the script as of now.
reg add "HKCU\Software\Microsoft\DirectX\UserGpuPreferences" /v "DirectXUserGlobalSettings" /t REG_SZ /d "HighPerfAdapter=10DE&2684&89321043;VRROptimizeEnable=0;AutoHDREnable=1;SwapEffectUpgradeEnable=1" /f
- Windows Build/Version
- Windows 11 27729
My Computer
System One
-
- OS
- Windows 11 27783
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Other Info
- https://www.github.com/shoober420