Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Windows 20H1 registry keys to INF #22

Open
StefanG3D opened this issue Mar 1, 2020 · 0 comments
Open

Adding Windows 20H1 registry keys to INF #22

StefanG3D opened this issue Mar 1, 2020 · 0 comments

Comments

@StefanG3D
Copy link
Collaborator

Since Windows 20H1 is around the corner i thought about injecting some keys into the INF.
A good spot is [nv_global_addreg] which has only 1 entry.

TdrDelay is of course very old and works fine.
HwSchMode requires a WDDM 2.7 driver and 20H1, works with this configuration.

UserGpuPreferences require 20H1, these entries are not written into registry.
Does anyone know how to fix that?

And do you like the idea at all?

[nv_global_addreg]
HKR,,VgaCompatible,%REG_DWORD%,0
HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers",TdrDelay,%REG_DWORD%,5
HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers",HwSchMode,%REG_DWORD%,2
HKCU,"Software\Microsoft\DirectX\UserGpuPreferences",VRROptimizeEnable,%REG_SZ%,1
HKCU,"Software\Microsoft\DirectX\UserGpuPreferences","%%ProgramFiles(x86)%%\\Steam\\steamapps\\common\\3DMark\\bin\\x64\\3DMark.exe",%REG_SZ%,2
HKCU,"Software\Microsoft\DirectX\UserGpuPreferences","%%ProgramFiles(x86)%%\\Steam\\steamapps\\common\\3DMark\\bin\\x86\\3DMark.exe",%REG_SZ%,2
HKCU,"Software\Microsoft\DirectX\UserGpuPreferences","%%ProgramFiles%%\\SquareEnix\\ffxv.exe",%REG_SZ%,2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant