mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-12-16 15:55:05 -06:00
Add option to fully disable ms-gamebar and ms-gamingoverlay popups #367
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
; Enable allow your controller to open Game Bar
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
|
||||
"UseNexusForGameBarEnabled"=dword:00000001
|
||||
20
Regfiles/Undo/Enable_Game_Bar_Integration.reg
Normal file
20
Regfiles/Undo/Enable_Game_Bar_Integration.reg
Normal file
@@ -0,0 +1,20 @@
|
||||
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-gamebar"
|
||||
"URL Protocol"=""
|
||||
"NoOpenWith"=-
|
||||
|
||||
[-HKEY_CLASSES_ROOT\ms-gamebar\shell\open\command]
|
||||
Reference in New Issue
Block a user