PowerShell command to uninstall the Win10 built-in application, powershellwin10

Source: Internet
Author: User

PowerShell command to uninstall the Win10 built-in application, powershellwin10

Windows 10 is pre-installed with a large number of applications. The tile on the right of the Start Menu shows most of them, including: contacts, calendars, emails, information, Xbox, Groove music, Camera cameras, movies and TVs, photos, mobile assistants, weather, OneNote, app stores, card games, recorders, etc.

I am a little obsessive-compulsive disorder (⊙ o ⊙), and many of these pre-installed applications do not provide the uninstall option. After searching on the internet, I finally found a method and made some records for backup.

Run Windows Powershell as administrator.

    

Enter the following code in the "Administrator: Windows Powershell" window:

Get-AppxPackage * Application name * | Remove-AppxPackage

Note: The name of the application to be detached is in the middle of the asterisk.

Some users may be afraid that the entered Application name is not accurate, so the following lists the specific commands for uninstalling these Win10 built-in applications:

Unmount OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

Unmount 3D:

Get-AppxPackage *3d* | Remove-AppxPackage

Uninstall the Camera:

Get-AppxPackage *camera* | Remove-AppxPackage

Uninstall email and calendar:

Get-AppxPackage *communi* | Remove-AppxPackage

Uninstall info:

Get-AppxPackage *bing* | Remove-AppxPackage

Uninstall Groove music, movies, and TV:

Get-AppxPackage *zune* | Remove-AppxPackage

Uninstall contacts:

Get-AppxPackage *people* | Remove-AppxPackage

Uninstall mobile ASSISTANT:

Get-AppxPackage *phone* | Remove-AppxPackage

Unmount a photo:

Get-AppxPackage *photo* | Remove-AppxPackage

Uninstall card games:

Get-AppxPackage *solit* | Remove-AppxPackage

Detach a recorder:

Get-AppxPackage *soundrec* | Remove-AppxPackage

Uninstall Xbox:

Get-AppxPackage * xbox * | Remove-AppxPackage

Note: After the command is run, a large number of error messages are returned. However, the Xbox application has been uninstalled and the error message can be ignored.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.