Xbox游戏栏是(Xbox Game Bar)Windows 11中的一项出色功能,可让游戏玩家从桌面快速访问游戏相关功能。您可以使用其小部件来记录游戏剪辑、截取屏幕截图、与玩家朋友聊天(chat with your gamer friends)以及监控性能。

Xbox Game Bar虽然很有用,但它会降低您的电脑速度。如果您发现计算机的性能受到影响或者您根本没有使用该功能,则应考虑禁用或卸载它。在这篇博文中,我们将讨论如何禁用或卸载 Xbox Game Bar,而不影响计算机上的其他程序,并更好地控制您的电脑。
什么是 Xbox 游戏栏?
Xbox Game Bar(Xbox Game Bar)是一个可自定义的游戏叠加层,具有多种功能。您无需离开游戏即可开始录制游戏玩法(start recording gameplay)或开始直播。它甚至可以让您在游戏中
播放Spotify ,并在长时间的游戏过程中享受美妙的音乐。(Spotify)
然而,许多用户更喜欢使用替代工具或单独的工具来进行流媒体、录制或聊天。也就是说,Xbox Game Bar并不容易卸载,即使您禁用它,它也会继续在后台运行。这可能会导致电脑问题和崩溃。
为什么不允许卸载(Allowed)Xbox Game(Xbox Game Bar) Bar ?
Xbox Game Bar是(Xbox Game Bar)Windows系统内置的应用程序。这就是为什么如果您尝试通过“添加(Add)或删除程序”(Remove Programs)卸载它,您会发现其卸载按钮呈灰色。作为系统应用程序,无法快速删除。
幸运的是,您可以禁用Xbox 游戏栏(Xbox Game Bar),甚至阻止它在后台运行。您也可以卸载它,但这比简单的点击要花费更多的时间和精力。
使用PowerShell卸载Xbox Game Bar
PowerShell是从 Windows PC 中完全删除 Xbox Game Bar应用程序的最佳选择。(Game Bar)但在开始卸载Game Bar之前,请创建一个系统还原点(system restore point),以防出现问题。
然后按照以下步骤使用PowerShell卸载Xbox Game Bar:
- 转到Windows搜索栏并输入“PowerShell”进行查找。

- 右键单击(Right-click)该应用程序并选择以管理员身份运行以打开(Run)PowerShell。

- Windows PowerShell命令栏将打开,键入以下命令:
dism /Online /Get-ProvisionedAppxPackages | 选择字符串PackageName | Select-String xbox并按 Enter 键。

- 此命令将显示您系统的软件包。要删除Xbox游戏栏,您可以通过(Xbox)DISM(部署映像服务(Deployment Image Service)和管理(Management))或 cmdlet 命令
来完成。
使用 DISM 命令
以下是如何使用DISM方法。只需(Just)键入以下命令,并在每条命令后按Enter键:(Enter)
Dism /Online/获取-ProvisionedAppxPackages | '
选择字符串包名称 | '
选择字符串 xbox | '
ForEach-Object {$_.Line.Split(':')[1] .Trim ()} | '
ForEach-Object { dism /Online /Remove-ProvisionedApxPackage /PackageName:$_}

使用 Cmdlet 命令
以下是使用 cmdlet 选项的方法:
获取-ProvisionedAppxPackage - 在线 | '
Where-Object { $_.PackageName -match “xbox”} | '
ForEach-Object { 删除-ProvisionedAppexPackage -Online -PackageName $_.PackageName}

如果您想为所有用户删除Xbox 游戏栏,请改用以下命令:(Xbox Game Bar)
获取-ProvisionedAppxPackage - 在线 | '
Where-Object { $_.PackageName -match “xbox”} | '
ForEach-Object { 删除-ProvisionedAppexPackage -Online -AllUsers -PackageName$_.PackageName }

要检查 Xbox 软件包是否已成功删除,请在命令提示符中键入:dism /Online /Get-ProvisionedAppxPackages | 选择字符串PackageName | Select-Stringxbox
如果PowerShell未显示任何结果,则您已成功从 Windows 11 或 10 设备中
删除Xbox Game Bar 。
卸载带有第三方程序的(Third Party Programs)Xbox Game Bar
如果PowerShell太复杂并且您不想弄乱它,您可以使用卸载程序应用程序从电脑中删除Xbox Game Bar 。这些应用程序旨在删除Windows系统不允许您卸载的系统绑定应用程序。市场上有很多这样的应用程序,而且它们的工作原理都相似。
你必须:
- 在Microsoft Store(Microsoft Store)中查找卸载程序应用程序,将其下载并安装到你的电脑上。
- 启动它并找到Xbox Game Bar。
- 单击“删除”(Click Remove)或“卸载”(Uninstall),具体取决于您选择的应用程序。
- 重新启动计算机以实施更改。
如果您不想从设备中永久删除Xbox Game Bar,则不必这样做。在这种情况下,请继续阅读以了解如何正确禁用它。
使用注册表编辑器(Registry Editor)禁用 Xbox游戏栏(Game Bar)
如果PowerShell太复杂并且您不想弄乱它,则可以禁用它。
您可以使用注册表编辑器(Registry Editor)删除Xbox Game Bar。请记住(Remember),使用此方法不会卸载Xbox Game Bar ;你只会禁用它。您需要执行以下操作:
- 按(Press)Windows键(Windows)+ R 键盘快捷键打开“运行”(Run)对话框。接下来,键入 regedit.exe 打开注册表编辑器(Registry Editor)。您还可以使用搜索功能并输入注册表编辑器(Registry Editor)来查找它并以管理员身份运行它。

- 在顶部地址栏中键入以下行:computerHKEY_Current_UserSOFTWAREMicrosoftWindowsCurrentVersionGameDVR。按(Hit)Enter 键转到该地址。您也可以手动导航到此部分。

- 在左侧菜单中找到GameDVR文件夹并选择它。(GameDVR)然后双击右侧面板上的
AppCaptureEnabled选项。(AppCaptureEnabled)

- 当提示打开时,在数值(Value)数据下键入 0,然后按确定。

您必须重新启动电脑才能实施这些更改。这就是全部内容。您已成功从 PC禁用 Xbox游戏栏。(Game Bar)此方法适用于Windows 11和Windows 10。
如何在Windows 10上禁用 Xbox(Windows 10)游戏栏(Game Bar)
在Windows 10上禁用 Xbox游戏栏(Game Bar)是不够的。它会继续在后台运行并影响您的计算机的性能。您必须禁用Xbox Bar及其后台访问。就是这样:
- 按键盘上的Windows键 + i转到Windows 设置。(Windows Settings)或者,在“开始(Start)”菜单的搜索栏中键入“设置”。

- (Type Xbox Game Bar)在窗口顶部的搜索框中
键入 Xbox Game Bar ,然后按 Enter 键。

- 这将打开Xbox 游戏栏(Xbox Game Bar)设置,您可以在其中将其关闭。
- 在控制器选项上找到(Find Open Xbox Game Bar)使用此按钮打开 Xbox 游戏栏,然后取消选中其旁边的框。

现在,您可以放心,游戏栏(Game Bar)不会妨碍您的工作。
如何在Windows 11上禁用 Xbox(Windows 11)游戏栏(Game Bar)
在Windows 11(Windows 11)设备上禁用 Xbox Game Bar非常简单,但与Windows 10存在一些差异。因此,如果您是Windows 11用户,请按照以下步骤操作:
- 打开“设置”菜单。
- 转到位于左栏中的
游戏。(Gaming)

- 选择 Xbox 游戏栏。

- 拨动开关将其关闭。

- 在左侧面板中,找到“应用程序”。

- 选择应用程序和功能选项。

- 在应用程序列表字段中,键入 Xbox 以查找Game Bar。

- 单击(Click)旁边的三点菜单,然后选择“高级”(Advanced)选项。

- 向下滚动,(Scroll)直到找到后台应用程序权限,然后从下拉菜单中
选择从不。(Never)

- 向下滚动(Scroll)找到终止(Terminate)。这将阻止应用程序在后台运行。

恭喜!您已成功在 Windows 11 电脑上
禁用 Xbox游戏栏。(Game Bar)
总而言之,在Windows 11上禁用或卸载(Windows 11)Xbox应用程序非常简单。请记住(Remember)在卸载游戏栏之前创建一个还原点。除此之外,您无需担心任何事情。
How to Disable or Uninstall Xbox Game Bar in Windows 11
The Xbox Game Bar is a great feature in Windows 11 that lets gamers quіckly access game-related features from the desktop. You can use its widgets to record game cliрs, take screenshots, chat with your gamer friends, and monitor performance.

Although useful, Xbox Game Bar can slow down your PC. If you notice that the performance of your computer is affected or you’re not using the feature at all, you should consider disabling or uninstalling it. In this blog post, we’ll discuss how you can disable or uninstall Xbox Game Bar without affecting other programs on your computer and gain more control over your PC.
What Is the Xbox Game Bar?
The Xbox Game Bar is a customizable gaming overlay with several features. You won’t need to leave the game to start recording gameplay or to start a live stream. It will even allow you to play Spotify in-game and enjoy good music during those long gaming sessions.
However, many users prefer to use alternatives or separate tools for streaming, recording, or chatting. That said, the Xbox Game Bar is not easy to uninstall, and even if you disable it, it’ll continue running in the background. This can cause PC issues and crashes.
Why Are You Not Allowed to Uninstall Xbox Game Bar?
The Xbox Game Bar is an app built into the Windows system. That’s why if you try to uninstall it through Add or Remove Programs, you’ll notice its uninstall button is grayed out. As a system application, it cannot be quickly deleted.
Luckily you can disable the Xbox Game Bar and even stop it from working in the background. You can also uninstall it, but it will take more time and effort than a simple click.
Uninstall Xbox Game Bar With PowerShell
PowerShell is your best option for completely removing the Xbox Game Bar app from your Windows PC. But before you start uninstalling the Game Bar with it, create a system restore point in case something goes wrong.
Then follow these steps to uninstall the Xbox Game Bar with PowerShell:
- Go to the Windows search bar and type “PowerShell” to find it.

- Right-click on the app and select Run as administrator to open PowerShell.

- Windows PowerShell command bar will open, type the following command:
dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox and hit enter.

- This command will show your system’s packages. To delete the Xbox game bar you can do it by DISM (Deployment Image Service and Management) or cmdlet commands.
Using the DISM Command
Here’s how to use the DISM method. Just type the following commands, pressing Enter after each one:
Dism /Online /Get-ProvisionedAppxPackages | ‘
Select-String PackageName | ‘
Select-String xbox | ‘
ForEach-Object {$_.Line.Split(‘:’)[1].Trim()} | ‘
ForEach-Object { dism /Online /Remove-ProvisionedApxPackage /PackageName:$_}

Using the Cmdlet Command
Here’s how to use the cmdlet option:
Get-ProvisionedAppxPackage -Online | ‘
Where-Object { $_.PackageName -match “xbox”} | ‘
ForEach-Object { Remove-ProvisionedAppexPackage -Online -PackageName$_.PackageName}

If you want to remove the Xbox Game Bar for all users, use these commands instead:
Get-ProvisionedAppxPackage -Online | ‘
Where-Object { $_.PackageName -match “xbox”} | ‘
ForEach-Object { Remove-ProvisionedAppexPackage -Online -AllUsers -PackageName$_.PackageName }

To check if the Xbox packages were successfully removed, type this in the command prompt: dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox
If PowerShell doesn’t display any results, you have successfully removed the Xbox Game Bar from your Windows 11 or 10 device.
Uninstall the Xbox Game Bar with Third Party Programs
If PowerShell is too complicated and you don’t want to mess with it, you can use uninstaller apps to remove Xbox Game Bar from your PC. These apps are designed to remove system-bound apps that your Windows system won’t allow you to uninstall. There are plenty of such apps on the market, and they all work similarly.
You’ll have to:
- Find an uninstaller app in the Microsoft Store to download and install on your PC.
- Launch it and find the Xbox Game Bar.
- Click Remove or Uninstall, depending on the app you choose.
- Restart your computer to implement the change.
If you don’t want to permanently remove the Xbox Game Bar from your device, you don’t have to. In that case, continue reading to learn how to correctly disable it.
Disable Xbox Game Bar with Registry Editor
If PowerShell is too complicated and you don’t want to mess with it, you can disable it instead.
You can use the Registry Editor to remove the Xbox Game Bar. Remember that you won’t uninstall the Xbox Game Bar with this method; you will only disable it. Here’s what you need to do:
- Press the Windows key + R keyboard shortcut to open the Run dialog. Next, type regedit.exe to open the Registry Editor. You can also use the search function and type Registry Editor to find it and run it as administrator.

- Type the following line in the top address bar: computer\HKEY_Current_User\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR. Hit enter to go to the address. You can also manually navigate to this section.

- Find the GameDVR folder on the left side menu and select it. Then double-click the AppCaptureEnabled option on the right panel.

- When the prompt opens, type 0 under Value data and press OK.

You’ll have to reboot your PC to implement these changes. And that’s all there is to it. You successfully disabled Xbox Game Bar from your PC. This method works on both Windows 11 and Windows 10.
How to Disable Xbox Game Bar on Windows 10
Disabling the Xbox Game Bar on Windows 10 is not enough. It’ll keep running in the background and affect your computer’s performance. You’ll have to disable both the Xbox Bar and its background access. Here’s how:
- Go to Windows Settings by pressing the Windows key + i on your keyboard. Alternatively, type Settings in the search bar in the Start menu.

- Type Xbox Game Bar in the search box at the top of the window and hit enter.

- This will open the Xbox Game Bar settings, where you can toggle it off.
- Find Open Xbox Game Bar using this button on a controller option and uncheck the box next to it.

Now, you can rest assured that the Game Bar won’t hamper your work.
How to Disable Xbox Game Bar on Windows 11
Disabling Xbox Game Bar is pretty straightforward on Windows 11 devices, but there are some differences from Windows 10. So if you’re a Windows 11 user, follow these steps:
- Open the Settings menu.
- Go to Gaming located in the left column.

- Select Xbox Game Bar.

- Toggle the switch to turn it off.

- On the left panel, find Apps.

- Select the Apps & Features option.

- In the apps list field, type Xbox to find the Game Bar.

- Click the three dots menu next to it, and select the Advanced option.

- Scroll down until you find Background apps permissions, and select Never from the drop-down menu.

- Scroll down to find Terminate. This will stop the app from running in the background.

Congrats! You successfully disabled Xbox Game Bar on your Windows 11 PC.
All in all, disabling or uninstalling the Xbox app on Windows 11 is easy. Remember to create a restore point before uninstalling the game bar. Other than this, you don’t have to worry about anything.