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

Pick an application prompt #257

Open
Kerrash opened this issue Oct 23, 2024 · 4 comments
Open

Pick an application prompt #257

Kerrash opened this issue Oct 23, 2024 · 4 comments

Comments

@Kerrash
Copy link

Kerrash commented Oct 23, 2024

I regularly get a prompt to pick an application that can open 'ms-gamingoverlay'.
Is there a way to prevent this?

image

@Remanent
Copy link

You’re getting that error because tiny11 strips out the Xbox software which includes the game bar, which is what is creating this error message. You should be able to reinstall the game bar from the Microsoft store app.

@Kerrash
Copy link
Author

Kerrash commented Oct 24, 2024

My appologies. I found the method to re-install it. Thanks

@ShapeLayer
Copy link

I had the same issue. But after I did the below tasks, they no longer occurred:

  1. Change settings to do not use Xbox.
    • Open Settings > Gaming > Xbox Game Bar
      Turn Off the toggle next to the ‘Open Xbox Game Bar using this button on a controller’ option.
    • Open Settings > Gaming > Captures
      Turn off "Record what happened"
    • Source: John DeV
  2. Edit registry value
    Set AppCaptureEnabled value to 0 at HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR (If it doesn't exist, create a new one.)
    REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR " /v AppCaptureEnabled /t REG_DWORD /d 0 /f

In my case, the second method works. But I'm not sure whether the first is unnecessary or not.

@wormmus
Copy link

wormmus commented Nov 11, 2024

Just adding the Registry Key ShapeLayer gave fixes this. Just fixed mine by doing that.

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

4 participants