How to uninstall the following?

healee 31 Reputation points
2020-07-28T03:31:54.023+00:00

I would like to remove People, Map, Xbox Game Bar and Your Phone. They’re all dimmed out. How can I uninstall them?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,923 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Teemo Tang 11,376 Reputation points
    2020-07-29T02:08:30.35+00:00

    Welcome to Microsoft Q&A Platform.
    Open PowerShell as administrator.
    Type or copy-paste the following command:

    Get-AppxPackage Maps | Remove-AppxPackage

    Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage

    Get-AppxPackage Microsoft.People | Remove-AppxPackage

    When we need to remove the Xbox Game Bar, thing will be a little complex, refer to this article to remove:

    https://gist.github.com/joshschmelzle/04c57d957c5bb92e85ae9180021b26dc

    0 comments No comments