> For the complete documentation index, see [llms.txt](https://byster-one.gitbook.io/byster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://byster-one.gitbook.io/byster/byster-zhong-wen/overlays.md).

# 4. Game Bar 和覆盖层

覆盖层可能会捕获游戏窗口，并与程序发生冲突。

## Xbox Game Bar

### Windows 10

打开 `设置 → 游戏 → Xbox Game Bar` 并禁用 Game Bar。然后打开“游戏模式”并将其关闭。

### Windows 11

打开 `设置 → 游戏 → Xbox Game Bar`，禁用通过控制器打开该功能。然后打开“游戏模式”并将其关闭。

### 完全卸载 Game Bar

如果仅禁用仍不能解决问题：

1. 以管理员身份运行 PowerShell。
2. 执行：

```powershell
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
```

## 第三方覆盖层

在以下应用中禁用游戏内覆盖层：

* NVIDIA App / GeForce Experience；
* Discord；
* Overwolf；
* Razer Cortex；
* Steam 以及其他在游戏画面上显示信息的应用。

更改后关闭这些应用并重新启动游戏。
