Как удалить службы игр xbox в windows 11

Некоторые предустановленные приложения Windows 11 и 10 нельзя удалить в параметрах приложений и другими очевидными способами. Одно из таких приложений — Xbox Game Bar. Оно может быть полезным, например, для записи видео с экрана, но далеко не всем пользователям оно нужно.

В этой инструкции подробно о способах удалить Xbox Game Bar как встроенными средствами системы — с помощью PowerShell, так и с помощью сторонних программ-деинсталляторов.

Удаление Xbox Game Bar в PowerShell

Стандартный способ удаления приложения Xbox Game Bar — использование команды Windows PowerShell. Шаги для этого будут следующими:

  1. Запустите Терминал Windows или Windows PowerShell от имени Администратора. В Windows 11 и 10 сделать это можно в контекстном меню кнопки «Пуск».
  2. Введите команду
    Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage

    и нажмите Enter.

    Удалить Xbox Game Bar в PowerShell

  3. В результате приложение Xbox Game Bar будет удалено для текущего пользователя, но сам пакет приложения останется на компьютере.
  4. Ещё три варианта команд, которые удаляет все приложения Xbox (не только Game Bar), также запускаем в PowerShell (первая команда оставляет хранящиеся на компьютере пакеты приложений, вторая и третья — удаляет их):
Get-AppxPackage | select-string xbox | Remove-AppxPackage
dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox | ForEach-Object {$_.Line.Split(':')[1].Trim()} | ForEach-Object { dism /Online /Remove-ProvisionedAppxPackage /PackageName:$_}
Удаление Xbox Game Bar командой Dism

Get-ProvisionedAppxPackage -Online | Where-Object { $_.PackageName -match "xbox" } | ForEach-Object { Remove-ProvisionedAppxPackage -Online -allusers -PackageName $_.PackageName }

Ещё один способ удалить Xbox Game Bar и другие, имеющие отношение к Xbox в PowerShell, указав конкретные пакеты приложений вручную (ключевое в контексте рассматриваемой темы — XboxGamingOverlay):

  1. Используем команду
    Get-AppxPackage | Select-String xbox

    чтобы получить имена пакетов.

  2. Используем по порядку команды
    Remove-AppxPackage имя_пакета

    для удаления каждого из них, имя пакета можно скопировать в буфер обмена прямо в PowerShell.

  3. Чтобы удалить их для всех пользователей, используем параметр -allusers
    Remove-AppxPackage -allusers имя_пакета
  4. Для удаления не только установленного приложения, но и соответствующего пакета для всех пользователей:
    Remove-ProvisionedAppxPackage -Online -allusers -PackageName имя_пакета

Обратите внимание, что после удаления Xbox Game Bar, вы можете начать получать сообщения об ошибках вида «Вам понадобится новое приложение, чтобы открыть эту ссылку ms-gamingoverlay» или «Получите приложение, чтобы открыть эту ссылку ms-gamingoverlay». Подробно про ошибки ms-gamingoverlay.

Сторонние деинсталляторы

Удалить Xbox Game Bar в BC Uninstaller

Многие сторонние программы для удаления программ и встроенных приложений Windows позволяют, в том числе, легко удалить Xbox Game Bar. Среди рекомендуемых решений для этих целей:

  • BC Uninstaller
  • HiBit Uninstaller

Обе программы отлично справятся с задачей удаления Xbox Game Bar с компьютера, а делается это в простом графическом интерфейсе. Но при необходимости вы можете использовать и другие функциональные бесплатные деинсталляторы с функцией удаления встроенных приложений Windows 11 и других версий.

  • Home
  • News
  • How to Delete, Remove, Uninstall, or Disable Xbox Apps Windows 11?

By Helen | Follow |
Last Updated

This article produced by MiniTool introduces 4 methods to uninstall the Xbox app from Windows 11. Also, it shows you the way to remove Xbox Game Bar and the guide to turn off Xbox-involved services. Find the details below!

Although the Windows operating system (OS) built-in apps have brought great convenience for many of its users, there are still some people who don’t like part of the self-contained applications, Xbox for example, especially for non-game lovers. Then, how to get rid of this issue? The direct way is to delete Xbox app from your computer.

The first and easiest way to remove Win11 Xbox is to uninstall it directly from the Windows Start menu.

  1. Click on the Start menu to find the target Xbox software icon.
  2. If you can see the Xbox tool directly, click on the All apps
  3. Right-click on the Xbox icon and select Uninstall.
  4. Then, it will prompt asking whether you would like to uninstall the target program or not. Just click Yes to confirm.

uninstall Xbox app from Windows 11 Start

Wait until the process completes.

#2 How to delete Xbox App Windows 11 Within Settings?

You can also delete the Xbox application from the system Settings app.

  1. Open Windows 11 Settings.
  2. Click Apps & Features in the left menu.
  3. In the right area, click on the More (three vertical dots) option next to the target app and choose Uninstall.

uninstall Xbox app from Windows 11 Settings

Wait patiently until the procedure finishes.

#3 How to Uninstall Xbox Windows 11 Using Command?

Finally, you can also try to delete Xbox from Win 11 with the help of a command-line. Yet, please do it carefully for a little mistake may cause a great problem in the command. Run Windows 11 PowerShell as administrator. Then, type one of the following commands to remove Xbox.

  • get-appxpackage *xboxapp* | remove-appxpackage (Only delete Xbox for current user account.)
  • get-appxpackage -allusers *xboxapp* | Remove-AppxPackage (Uninstall Xbox for all user accounts.)
  • get-appxprovisionedpackage –online | where-object {$_.packagename –like “*xboxapp*”} | remove-appxprovisionedpackage –online (Remove Xbox for all user accounts for now and in the future.)

How to Delete Xbox Game Bar Windows 11?

Furthermore, you may also need to delete the Xbox Gamer Bar in your Windows eleven. To do that, you can rely on Windows PowerShell or Windows Terminal. Run Windows Terminal as administrator and type this command into it and press Enter:

  • Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage (Only for the current user)
  • Get-AppxPackage -AllUsers *Microsoft.XboxGamingOverlay* | Remove-AppxPackage (For all users)

remove Windows 11 Xbox Game Bar using command

How to Disable Xbox Game Bar in Windows 11?

If you simply want to stop Xbox Game Bar from working to occupy computer resources, you can just disable it. Just go to Settings > Gaming > Xbox Game Bar and turn off the Open Xbox Game Bar using this button on a controller option.

turn off Windows 11 Xbox Game Bar service

Or, navigate to Settings > Gaming > Captures and switch off the Record what happened option.

disable Windows 11 record what happened service

To ensure Game Bar does not run any background processes, move to Settings > Apps > Apps & features, scroll down to find Xbox Game Bar, click on the more (vertical ellipsis) option besides and choose Advanced options. On the next screen, scroll down to find the Background apps permissions section and select Never. Furthermore, continue to scroll down to click the Terminate button to close the app and its related processes immediately.   

stop Windows 11 Xbox Game Bar from running in the background

Tip: Besides the Xbox app and Xbox Game Bar, there are several other Xbox-involved apps that are preinstalled in Windows 11, including Xbox Gaming Services, Xbox Identify Provider, and Xbox Speech To Text Overlay.

How to Disable Xbox Game DVR App Capture via Registry Editor?

You may keep receiving a “You’ll need a new app to open this ms-gamingoverlay link – Look for an app in the Microsoft Store” message each time you try to open a game after you have successfully deleted Xbox Game Bar. The reason is that Windows is still trying to run Xbox Game DVR (ms-gamingoverlay) on the game. To solve this problem, you have to turn off the Game DVR App Capture through Registry manually.

  1. Open Windows 11 Registry Editor.
  2. Move to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR.
  3. Right-click on AppCaptureEnabled and select Modify.
  4. In the popup, change the Value data from 1 to 0.
  5. Click OK to save the changes.

disable Windows 11 Xbox Game DVR App Capture

Finally, you need to restart your machine.

How to Reinstall Xbox for Windows 11?

It is easy to reinstall Xbox on your Win11. Just go to Microsoft Store, search for Xbox app or Xbox Game Bar and install them from there.

Windows 11 Assistant Software Recommended

The new and powerful Windows 11 will bring you many benefits. At the same time, it will also bring you some unexpected damages such as data loss. Thus, it is strongly recommended that you back up your crucial files before or after upgrading to Win11 with a robust and reliable program like MiniTool ShadowMaker, which will assist you to protect your increasing data automatically on schedules!

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

Related Articles

  • Best 4K Games on PC/Consoles & Is 4K Gaming Worth It
  • 4K Switch Review: Definition, Benefits, & Nintendo Switch Prospect
  • The Evolution of Xbox: Embracing 4K Gaming and Entertainment
  • Xbox One/360 Compatible Video Formats & How to Play Video on Them

About The Author

Position: Columnist

Helen Graduated from university in 2014 and started working as a tech editor in the same year. Her articles focus on data backup & recovery and disk management. Through an in-depth exploration of computer technology, Helen has successfully helped thousands of users solve their annoying problems.

В этой публикации, друзья, рассмотрим, как удалить Xbox Game Bar в Windows 11. Xbox Game Bar – это встроенная в Windows 10 и 11 игровая панель инструментов. Запускается клавишами Win+G. Позволяет записывать экранное видео игровых процессов, делать скриншоты, транслировать игры, общаться с пользователями сообщества Xbox. Предоставляет доступ к настройкам звука. Отображает данные мониторинга системных ресурсов и FPS в играх. Если по какой-то причине нужно удалить эту игровую панель, это можно сделать.

Игровая панель Xbox Game Bar интегрирована в Windows 11. Её невозможно удалить средствами самой операционной системы. В разделе установленных программ и приложений системных параметров приложение Xbox Game Bar даже не отображается. Из всех компонентов Xbox сможем удалить только приложения Xbox и Xbox Live для взаимодействия с экосистемой Xbox.

Удалять Xbox Game Bar необходимо специальным образом.

Удаление этой игровой панели сделает невозможным использование её функций. Если вы не используете эти функции, конечно, вы можете удалить панель. А если она когда-нибудь вам понадобится, Xbox Game Bar можно восстановить, и как это сделать, рассмотрим в конце публикации.

Простой и юзабильный способ удаления Xbox Game Bar – с помощью сторонних программ-деинсталляторов. Однако не все таковые предусматривают функционал удаления современных приложений из Microsoft Store, и уж тем более интегрированных в Windows. Какие же деинсталляторы годятся для решения поставленной задачи?

Из бесплатных деинсталляторов удалить Xbox Game Bar может, например, программа Wise Program Uninstaller. С её помощью можно удалить не только приложение панели Game Bar, но все компоненты Xbox, если игровая консоль от Microsoft не используется. В случае критической нехватки места на диске С даже 350 Мб высвобождаемого дискового пространства при удалении всех компонентов Xbox могут иметь значение.

Удалить Xbox Game Bar может платная программа-деинсталлятор Uninstall Tool. Но смысл её использовать есть при постановке задачи по полному удалению ПО Xbox с компьютера, т.е. удалению всех компонентов, связанных с игровой консолью. Их Uninstall Tool обнаруживает лучше, чем другие деинсталляторы. Тогда как Wise Program Uninstaller обнаружила 6 компонентов Xbox, программа Uninstall Tool нашла 7.

Чтобы и бесплатно, и эффективно зачистить Xbox, удалить все компоненты игровой консоли, можно прибегнуть к программе WingetUI, это графический интерфейс штатного менеджера пакетов Windows 11 Winget. WingetUI, как и платная программа-деинсталлятор Uninstall Tool, обнаруживает 7 компонентов Xbox, в числе которых – панель Xbox Game Bar, которую можем удалить и отдельно.

Друзья, если вы ещё не знакомы с программой WingetUI, выбирайте её и знакомьтесь с её функционалом. Она предоставит вам возможности как то: установка программ из надёжных источников, пакетная установка и обновление программ, пакетное удаление программ. С её помощью трудозатраты на установку софта при новой установке Windows сократятся в разы. В окне WingetUI заходим в раздел «Установленные пакеты». Отмечаем только Xbox Game Bar, либо ставим галочки для всех компонентов Xbox. Жмём «Удалить выбранные пакеты».

Подтверждаем удаление.

И ожидаем завершения операций по удалению.

Друзья, возможно, кому-то из вас, чем разбираться с программами-деинсталляторами, проще удалить Xbox Game Bar с помощью штатного консольного средства Windows PowerShell. Запускаем непосредственно PowerShell или терминал Windows 11 от имени администратора (можно в меню по клавишам Win+X).

Чтобы удалить Xbox Game Bar для используемой учётной записи, вводим команду:

Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage

С помощью PowerShell также можем удалить все компоненты Xbox. И удалить можем по-разному. Можем удалить с оставлением на компьютере пакетов Xbox, что в будущем позволит быстро восстановить приложения Xbox, если они нам понадобятся. Т.е. это будет, по сути, решением, как отключить Xbox Game Bar. Для этого вводим команду:

Get-AppxPackage | select-string xbox | Remove-AppxPackage

А можем удалить все компоненты Xbox без оставления на компьютере пакетов Xbox. Так пакеты не будут занимать место на диске С, это вариант, если мы в обозримом будущем с высокой вероятностью не будем использовать приложения Xbox. Для этого вводим команду:

dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox | ForEach-Object {$_.Line.Split(':')[1].Trim()} | ForEach-Object { dism /Online /Remove-ProvisionedAppxPackage /PackageName:$_}

Или:

Get-ProvisionedAppxPackage -Online | Where-Object { $_.PackageName -match "xbox" } | ForEach-Object { Remove-ProvisionedAppxPackage -Online -allusers -PackageName $_.PackageName }

Чтобы восстановить игровую панель Xbox Game Bar, проходим по ссылке её приложения на сайте Microsoft Store. Жмём «Скачать».

Откроется приложение магазина, жмём «Получить».

И дожидаемся установки приложения.


Readers help support Windows Report. We may get a commission if you buy through our links.

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

Xbox Game Bar allows gamers to capture a video of the game screen, take screenshots, and communicate with friends via Xbox Social.

Game DVR is a feature of the app that is responsible for continuously recording your screen so you can capture a clip of the game whenever you want.

In order to prevent Xbox from constantly collecting video from your screen and consuming your resources, you may turn off the auto-capture option.

The Record what happened feature can be disabled by navigating to Settings, followed by Gaming then Captures, and unchecking the box.

It is not yet possible to completely eliminate the Xbox Game Bar in Windows 11. In contrast to Windows 10, the toggle button to turn off the Xbox Game Bar is no longer available in the Settings menu.

If the feature is causing you problems, you can remove it instead of disabling it.

However, if you find that you can’t uninstall it or that the uninstall option is greyed out, we will present you a list of alternative methods to follow, right after we get a better grasp of the Xbox Game Bar.

What does the Xbox Game Bar do?

The answer to the question of what the Xbox Game Bar accomplishes is deceivingly straightforward. It is a gaming overlay that is included in Windows 11. It was created by Microsoft to allow us to use a variety of widgets while playing games on our PCs.

xbox-game-bar-search uninstall xbox game bar windows 11

When you use a simple keyboard shortcut, you can gain access to widgets in the Xbox Game Bar, which allow you to capture game clips while still in the game, take screenshots, find friends, monitor and manage performance, and so on, all without having to exit the game you’re currently playing.

Xbox Game Bar allows you to effortlessly record gameplay and take screenshots of your game while you are still in the middle of it. All you have to do is open the Xbox Game Bar and select the Capture widget from the list of options.

In this manner, you can preserve all of your gaming for eternity, from beginning to end, or merely save highlights, such as your most recent boss battles or Pentakills, for later reference.

When you first activate it, the overlay app immediately displays all of the audio channels that are currently active on your Windows device. Each of them has its own volume control slider, which you can use to adjust the volume of each audio channel separately.

Because of the Xbox Game Bar, you no longer have to go back to the desktop in order to modify the volume of other apps or media players. Instead, you can complete the task directly from your game.

What can I do if I can’t uninstall Xbox Game Bar in Windows 11?

1. Use Windows Terminal

  1. 1. Right-click on the Start icon and select Windows Terminal (Admin). If you do not see it, select Command Prompt or Powershell.

    windows-terminal uninstall xbox game bar windows 11

  2. 2. Select Powershell or Command Prompt from the tool’s menu. If you are already using one of these, skip to step 3.

    Command Prompt

  3. 3. In the command line tool’s window, type or paste in the following command: Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage

    remove-gamebar-command uninstall xbox game bar windows 11

  4. 4. Press Enter to run the command.

  5. 5. The tool will now show the progress of the removal. Do not close the window at this stage as the removal is still in progress.

  6. 6. Once done, try to press Windows + G. The Xbox Game Bar overlay shouldn’t show up as it is already removed from your Windows 11.

  7. If you cannot remove the Xbox Game Bar using traditional methods, you can force uninstall it using the built-in Windows Terminal. All you need to do is open this tool and input a command, then it will delete the Xbox Game Bar for you.

To reinstall the app again, simply go to Microsoft Store, search for Xbox Game Bar, and install it from there.

2. Disable the launch shortcut

  1. Press the Windows key + I to open the Settings app, then go to Gaming followed by Xbox Game Bar.
    gaming-xboxgamebar  uninstall xbox game bar windows 11

  2. Turn off the toggle next to the Open Xbox Game Bar using this button on a controller option. This will only disable the launch shortcut.
    turn-off-gamebar-shortcut  uninstall xbox game bar windows 11

  3. To make sure the app doesn’t run in the background, go back to Settings, then Apps and lastly Apps & features.
    apps-apps-and-feature uninstall xbox game bar windows 11

  4. Search for the Xbox Game Bar app, click on the three-dot menu, and choose Advanced Options.
    xboxgamebar-advanced-options  uninstall xbox game bar windows 11

  5. Scroll down until you meet the Background apps permissions section and choose the Never option from the drop-down menu.
    never-bg-process uninstall xbox game bar windows 11

  6. Then scroll down further down the page and click the Terminate button to immediately stop the app and its related processes.
    terminate-xbox-gamebar  uninstall xbox game bar windows 11

Do I need Xbox Game Bar and is it safe?

Gamebar.exe is completely safe. It is a genuine program designed and distributed by Microsoft that manages the background operations that are required in order for the Xbox Game Bar to function properly.

xbox-game-bar-widgets uninstall xbox game bar windows 11

In fact, it comes preinstalled on all Windows 11 computers as the default program. There are, however, some hazards that could arise.

A small number of customers have experienced instances where malware is attempting to pass itself off as the Xbox Game Bar. If you are concerned about the chance of this happening, you should pick an antivirus and malware detection tool that you can rely on, our recommendation is to give it a try to ESET.

As a general rule, gamebar.exe will consume very little processing power. It is possible that this figure will climb somewhat if you are recording gameplay footage, but during normal day-to-day, you should see it utilize no more than 1 to 2 percent of your system’s resources in Task Manager.

If you’re a frequent gamer on either Xbox or PC, the Xbox Game Bar can be a useful tool that allows you to stay in touch with friends, capture incredible gameplay moments, or simply listen to music while gaming.

But, if you solely use your Windows computer for business or online browsing, you don’t need the feature. While there is no danger in leaving it enabled, you can quickly disable the gamebar.exe by following the steps outlined above and never have to worry about it again.


Loredana Harsana

Windows Software Expert

Loredana is a passionate writer with a keen interest in PC software and technology. She started off writing about mobile phones back when Samsung Galaxy S II was on top of the world and she fell in love with tech of all sorts.

Whenever she’s not at her work desk, you’ll find her enjoying refreshing tea flavors, spilling stories on paper, and listening to the radio.


Sign in to your XDA account

An image showing the Xbox app running on an Alienware laptop.

Windows 11 is great for gaming, thanks to features like DirectStorage, Auto HDR, and of course, having the largest library of games out of any platform. Many of those games can be obtained through the Xbox app, which is built into WIndows 11 and gives you access to a ton of games (including cloud gaming) plus social features.

But Xbox isn’t the only platform for gaming on Windows, and in fact, it’s not the most popular one, with platforms like Steam and the Epic Games Store being more appealing to more users. So if you don’t want to see Xbox on your PC, you can remove it. Here’s how.

Window with light shining through and Windows 11 text

Related

Windows 11: Everything you need to know

Windows 11 is the latest and greatest operating system from Microsoft, and it packs a ton of changes. Here’s what you need to know.

How to remove the Xbox app in Windows 11 using the Settings app

Uninstalling the Xbox app in Windows 11 is the same as uninstalling any app in Windows 10 and 11. If you’re not familiar with the process, follow the steps below to completely remove the Xbox app from your system.

  1. Open the Settings app.
  2. Click Apps from the left sidebar.
  3. In the Apps menu, select click Installed apps.
  4. Type «Xbox» into the search bar, right-click on the three dots next to the app, and select Uninstall from the drop-down menu.

  5. Windows will ask you for a confirmation, so click on Uninstall once again to remove the app.

Now, if you search for the Xbox app in the Start menu, you’ll find that it has been successfully removed from your system. You can quickly reinstall the app from the Microsoft Store whenever you want.

How to remove the Xbox app in Windows 11 using PowerShell

The traditional method of uninstalling apps works just fine for the Xbox app, but that’s not always the case. Sometimes, Windows will automatically download and reinstall the app in the background without asking you. If you want to permanently remove the Xbox app for good, you can use a few commands in PowerShell to get the job done.

  1. From the Start menu, search for PowerShell by typing it into the search bar.
  2. Click Run as Administrator, and click Yes on the confirmation dialog box that pops up afterward.

    Windows 11 screenshot that shows the PowerShell app in the Start menu

  3. Use any of these three commands to successfully remove the Xbox app from your system:

    get-appxpackage *xboxapp* | remove-appxpackage
    Windows 11 screenshot that shows a command in PowerShell that will uninstall the Xbox app

    

This will uninstall the app for the current user, but there are variations of this command if you want to remove the app for all users. If you want to remove the app for existing users, you can use this command:

get-appxpackage -allusers *xboxapp* | remove-appxpackage    

If you want to remove it and prevent it from being installed for user accounts created in the future, you can use this command instead:

get-appxprovisionedpackage –online | where-object {$_.packagename –like “*xboxapp*”} | remove-appxprovisionedpackage –onlinedsda

This will only affect the Xbox app, so there’s no need to worry about changes to other parts of your system.

Getting rid of the Xbox app in Windows 11

Microsoft’s native Windows 11 apps and features are useful, but they can be a bit buggy and intrusive at times. The Xbox app is great when it works, but terribly frustrating when it doesn’t, plus you might just not need it. When the app eventually starts giving you a headache, just follow the methods above to quickly uninstall it. We recommend the PowerShell method if you want to get rid of the app for good. While you’re at it, you might as well disable the Xbox Game Bar if you don’t get much use out of it.

Desktop PC setup showing a gaming PC, monitor, keyboard, mouse, and headset

Related

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Apple xcode для windows
  • Бесплатное приложение для веб камеры windows 7
  • Как исправить ошибку opencl dll для windows 10
  • Как ввести пользователя в домен windows server 2019
  • Не загружается windows после замены оперативной памяти не