Remove Xbox Game Overlay

OptioneelNiet standaard geselecteerd (systeem-app)

Game overlay, required/useful for some games (Part of Xbox Game Bar)

App-ID
Microsoft.XboxGameOverlay

Verwijdercommando

Remove Xbox Game OverlayPowerShell
# Remove Xbox Game Overlay (Microsoft.XboxGameOverlay)
Get-AppxPackage -Name "Microsoft.XboxGameOverlay" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.XboxGameOverlay" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator