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).