32 字
1 分钟
不断弹出的 ms-gamingoverlay
2026-02-03

修改 GameBar 设置#

对 Windows10 有效。

关掉这里的 Game Bar 即可.


修改注册表#

https://www.reddit.com/r/Windows11/comments/wwc9if/comment/ilodbyj/

Terminal window
## AveYo: fix ms-gamebar annoyance after uninstalling Xbox
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 >''

来自评论区 @NightB1rd

https://www.bilibili.com/video/BV1jdxDeZEEP

Terminal window
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v AppCaptureEnabled /d 0
reg add HKCU\System\GameConfigStore /f /t REG_DWORD /v GameDVR_Enabled /d 0
不断弹出的 ms-gamingoverlay
https://nekoside.com/posts/不断弹出的-ms-gamingoverlay/
作者
nekoside
发布于
2026-02-03
许可协议
CC BY-NC-SA 4.0

目录