Skip to content

[Feature Request] disable ms-gamebar popup #540

@coen22

Description

@coen22

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions