Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

ms-gamingoverlay link prompt #62

Closed MrSt0on closed 4 months ago

MrSt0on commented 4 months ago

After uninstall the game overlay, windows still wants to open it and prompting with an annoying link to the store, if starting a game. This will resolve this issue:

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0
Raphire commented 4 months ago

Thanks for the suggestion! This has been added in 6ec319b