ntdevlabs / tiny11builder

Scripts to build a trimmed-down Windows 11 image.
10.34k stars 877 forks source link

Pick an application prompt #257

Open Kerrash opened 1 month ago

Kerrash commented 1 month ago

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

image

Remanent commented 1 month ago

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 commented 1 month ago

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

ShapeLayer commented 2 weeks ago

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 commented 2 weeks ago

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