Uninstall the system preinstalled application in WIN10?

Source: Internet
Author: User
To uninstall all of these built-in applications, use Windows PowerShell, an application that comes with the WIN10 system, to open it, click All Apps in the Start menu, and then locate the Windows Power Shell folder, right click on the Windows PowerShell (Note that it is not Windows PowerShell ISE), and then click Run as Administrator, and it is turned on.

When Windows PowerShell is turned on, you start typing the command.

To uninstall OneNote, enter the inside

Get-appxpackage *onenote* | Remove-appxpackage

Can be copied, carriage return execution

To uninstall the load, enter

Get-appxpackage *3d* | Remove-appxpackage

To uninstall camera (camera), enter

Get-appxpackage *camera* | Remove-appxpackage

To uninstall messages and calendars, enter

Get-appxpackage *communi* | Remove-appxpackage

To uninstall a news subscription, enter

Get-appxpackage *bing* | Remove-appxpackage

To uninstall Groove music, movies, and TV:

Get-appxpackage *zune* | Remove-appxpackage

To unload the manned vein, enter

Get-appxpackage *people* | Remove-appxpackage

To uninstall a mobile companion (phone companion), enter

Get-appxpackage *phone* | Remove-appxpackage

To uninstall photos, enter

Get-appxpackage *photo* | Remove-appxpackage

To uninstall the card game, enter

Get-appxpackage *solit* | Remove-appxpackage

To uninstall the recorder, enter

Get-appxpackage *soundrec* | Remove-appxpackage

To uninstall the Xbox, enter

Get-appxpackage *xbox* | Remove-appxpackage

When you uninstall the Xbox, you will be prompted with many errors, in fact it has been uninstalled, you can not worry!

After all uninstall is complete, only the application store is left.

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.