Computer Tips - Windows: Remove Xbox Gaming Overlay

Date: 2023jan6 OS: Windows Language: Powershell Q. Windows: Remove Xbox Gaming Overlay A. "Uninstall" is grayed out in the GUI. But there is a way. Start PowerShell with "Run as Admin" and do:
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
As a bonus, here's how to uninstall Maps:
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage