The Xbox Game Bar just served me an advertisement and Je veux get rid of it. Malheureusement, I no longer see an option to désactiver it in Paramètres.
J'ai aussi ne peut pas désinstaller it as a programme parce que the "Désinstaller" bouton is greyed out. Comment puis-je get rid of this app?
Comment uninstaller the Xbox Game Bar?
Re: Comment uninstaller the Xbox Game Bar?
## Steps to supprimer Game Bar
-
Open PowerShell as administrator
-
Uninstallez le Game Bar:
```
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
```
- Désactiver the game recorder logiciel :
```
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
```
Note the third step fonctionne around around the overlay problème mentioned by @dmiguel (see [reddit](https://old.reddit.com/r/WindowsHelp/comments/108ngxr/properly_uninstalling_xbox_gamebar_and_resolve/)).
-
Open PowerShell as administrator
-
Uninstallez le Game Bar:
```
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
```
- Désactiver the game recorder logiciel :
```
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
```
Note the third step fonctionne around around the overlay problème mentioned by @dmiguel (see [reddit](https://old.reddit.com/r/WindowsHelp/comments/108ngxr/properly_uninstalling_xbox_gamebar_and_resolve/)).