Disable Game Bar integration

GamingTodas las versiones de Windows 10/11Reversible

This will disable the Game Bar integration with games and controllers. This stops annoying ms-gamebar popups when launching games or connecting a controller.

Código para aplicar

Disable Game Bar integrationRegistry
Windows Registry Editor Version 5.00


; Disable allow your controller to open Game Bar

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]

"UseNexusForGameBarEnabled"=dword:00000000

; Disable `ms-gamebar` popups

[HKEY_CLASSES_ROOT\ms-gamebar]

@="URL:ms-gamebar"
"URL Protocol"=""
"NoOpenWith"=""

[HKEY_CLASSES_ROOT\ms-gamebar\shell\open\command]

@="%SystemRoot%/System32/systray.exe"

[HKEY_CLASSES_ROOT\ms-gamebarservices]

@="URL:ms-gamebarservices"
"URL Protocol"=""
"NoOpenWith"=""

[HKEY_CLASSES_ROOT\ms-gamebarservices\shell\open\command]

@="%SystemRoot%/System32/systray.exe"

Código para revertir

Enable Game Bar integrationRegistry
Windows Registry Editor Version 5.00


; Enable allow your controller to open Game Bar

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]

"UseNexusForGameBarEnabled"=dword:00000001

; Enable `ms-gamebar` popups

[HKEY_CLASSES_ROOT\ms-gamebar]

@="URL:ms-gamebar"
"URL Protocol"=""
"NoOpenWith"=-

[-HKEY_CLASSES_ROOT\ms-gamebar\shell\open\command]


[HKEY_CLASSES_ROOT\ms-gamebarservices]

@="URL:ms-gamebarservices"
"URL Protocol"=""
"NoOpenWith"=-

[-HKEY_CLASSES_ROOT\ms-gamebarservices\shell\open\command]

¿Quieres combinarlo con otros ajustes?

Abrir configurador