How to uninstall the Modern application of Xbox, contacts, weather, etc. that comes with Win10?

  

The Modern application in Win10 can generally be uninstalled in the right-click menu, but some of the built-in Modern applications, such as Xbox, weather, contacts, photos, etc., cannot be uninstalled in the right-click menu. So how do you uninstall the Modern applications such as Xbox, contacts, and weather that Win10 comes with? If you have the need to uninstall these applications, you can refer to the following method.

• First click on the search (Cortana icon) in the taskbar to enter PowerShell, right click on PowerShell in the search results, select “Run as administrator”.

• Enter the following command to enter, PS will list a list of all installed applications in the system.

Get-AppxPackage -AllUsers

• Find the app you want to uninstall from the list and find its full name, PackageFullName. If you think it's too long, you can copy the results into Notepad to find keywords.

• After finding the full name of the application package, enter the following command to uninstall the corresponding application, and replace PackageFullName with the full name of the application package.

Remove-AppxPackage PackageFullName

For example, uninstall the built-in contacts application, you can enter the following command.

Remove-AppxPackage Microsoft.People_1.10241.0.0_x86__8wekyb3d8bbwe

After Uninstalling Results:

The above is the Xbox, contacts, weather, etc. that Win10 comes with. How to uninstall the Modern application, I hope to help everyone!

Copyright © Windows knowledge All Rights Reserved