Win10 method of unloading a self-band application via PowerShell command

Source: Internet
Author: User
Tip: Because the uninstall is random software, before the operation, be sure to back up your important files, to avoid the failure of the system to cause the crash and data loss.
Find PowerShell in the Start menu, right-click, select "Run as Administrator", and then enter the appropriate command.
OneNote:
Get-appxpackage *onenote* | Remove-appxpackage
The following:
Get-appxpackage *3d* | Remove-appxpackage
Camera Camera:
Get-appxpackage *camera* | Remove-appxpackage
Messages and calendars:
Get-appxpackage *communi* | Remove-appxpackage
News Subscriptions:
Get-appxpackage *bing* | Remove-appxpackage
Groove Music, film and television:
Get-appxpackage *zune* | Remove-appxpackage
Network:
Get-appxpackage *people* | Remove-appxpackage
Mobile Companion (phone companion):
Get-appxpackage *phone* | Remove-appxpackage
Photo:
Get-appxpackage *photo* | Remove-appxpackage
Card games:
Get-appxpackage *solit* | Remove-appxpackage
Recorder:
Get-appxpackage *soundrec* | Remove-appxpackage
Xbox:
Get-appxpackage *xbox* | Remove-appxpackage

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.