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

Enh: Disable Windows GameDVR in msix #5409

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

shun2wang
Copy link
Contributor

@shun2wang shun2wang commented Jan 31, 2024

to disable Windows GameDVR in msix.

Im just added the .reg file but not make it work with Msix installer, I leave it to you @RensDofferhoff and you may push some commit in this PR.

Or we can do it by cmd/powershell script like:

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR /v AppCaptureEnabled /t REG_DWORD /d 0 /f
reg add HKCU\System\GameConfigStore /v GameDVR_Enabled /t REG_DWORD /d 0 /f
reg add HKLM\Software\Policies\Microsoft\Windows\GameDVR /v AllowGameDVR /t REG_DWORD /d 0 /f

Which is more easier?

to disable Windows GameDVR in msix
@JorisGoosen
Copy link
Contributor

When there is a working version of this @FBartos can be guinneapig

@shun2wang
Copy link
Contributor Author

shun2wang commented May 21, 2024

According to this document create a .dat registry file to make some virtual registry entries will works for MSIX things.

and then close this pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants