-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Every time you connect an XBox controller there's a popup to open this ms-gamebar link. This happens since tiny11 removes ms-gamebar (thanks for that btw, I really don't like all these overlays). However, some registry items need to be edited too to fully get rid of it. This reddit post shows how to do it (first comment): https://www.reddit.com/r/Windows11/comments/zwmeew/is_there_a_way_to_disable_this_blasted_msgamebar/
reg add HKCR\ms-gamebar /f /ve /d URL:ms-gamebar 2>&1 >''
reg add HKCR\ms-gamebar /f /v "URL Protocol" /d "" 2>&1 >''
reg add HKCR\ms-gamebar /f /v "NoOpenWith" /d "" 2>&1 >''
reg add HKCR\ms-gamebar\shell\open\command /f /ve /d "\\"$env:SystemRoot\System32\systray.exe\"" 2>&1 >''
reg add HKCR\ms-gamebarservices /f /ve /d URL:ms-gamebarservices 2>&1 >''
reg add HKCR\ms-gamebarservices /f /v "URL Protocol" /d "" 2>&1 >''
reg add HKCR\ms-gamebarservices /f /v "NoOpenWith" /d "" 2>&1 >''
reg add HKCR\ms-gamebarservices\shell\open\command /f /ve /d "\\"$env:SystemRoot\System32\systray.exe\"" 2>&1 >''Could you integrate that into the patcher?
Thank you already for tiny11, it's really nice! :)
Miiraak and Eladriagon
Metadata
Metadata
Assignees
Labels
No labels