前段时间我把xbox game bar卸载了。结果打开游戏或者连接蓝牙手柄时,总是有个弹窗提醒“无法打开此 ms-gamingoverlay 链接”,看着很烦人。

1,打开游戏不弹出提醒。

以管理员身份运行cmd:

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0
重启电脑生效。

2,连接手柄不弹出提醒。

以管理员身份运行cmd:

reg add HKCR\ms-gamebar /f /v "URL Protocol" /d ""
reg add HKCR\ms-gamebar /f /v "NoOpenWith" /d ""
reg add HKCR\ms-gamebarservices /f /v "URL Protocol" /d ""
reg add HKCR\ms-gamebarservices /f /v "NoOpenWith" /d ""

reg add HKCR\ms-gamebar /f /ve /d URL:ms-gamebar
reg add HKCR\ms-gamebar\shell\open\command /f /ve /d "\"%SystemRoot%\System32\systray.exe\""
reg add HKCR\ms-gamebarservices /f /ve /d URL:ms-gamebarservices
reg add HKCR\ms-gamebarservices\shell\open\command /f /ve /d "\"%SystemRoot%\System32\systray.exe\""
重启电脑生效。

Logo

立足具身智能前沿赛道,致力于搭建全球化、开源化、全栈式技术交流与实践共创平台。

更多推荐