Win10 can uninstall, Win10 uninstall self-tape application tutorial

Source: Internet
Author: User

1. Start PowerShell: Enter "PowerShell" in the search box, right-click on "Windows PowerShell" labeled "Desktop Application", select "Run as Administrator" command;

Run as Administrator PowerShell
2. In the Open PowerShell window, enter the "Get-appxpackage | Select Name, Packagefullname "(note spaces and English punctuation) to view the list of installed applications;
Application List installed
3, input "Get-appxpackage-allusers Packagefullname | Remove-appxpackage to uninstall the specified application, where Packagefullname is the string in the list on the right of the previous illustration. Here we do not need to enter a full long string of names, you can use the form of partial character Degaton to simplify the command.
For example, to uninstall the WINDOWS10 built-in voice recorder, the application's corresponding detailed name is: Microsoft.windowssoundrecorder_10.1507.7010.0_x86__8wekyb3d8bbwe, we can use *soundrecorder* to replace this long string of names, namely: Get-appxpackage-allusers *soundrecorder* | Remove-appxpackage
Note: We can use Get-appxpackage-allusers | Remove-appxpackage to uninstall all built-in applications, but this is not recommended, because it will be uninstalled with the Windows Store, which can easily affect subsequent use.
WIN10 built-in application of the corresponding uninstall command, unlisted applications can be through the "Start menu-all applications" right key Uninstall
Calendar, mail
Get-appxpackage *communicationsapps* | Remove-appxpackage
Network
Get-appxpackage *people* | Remove-appxpackage
Groove Music
Get-appxpackage *zunemusic* | Remove-appxpackage
Movies and Television
Get-appxpackage *zunevideo* | Remove-appxpackage
• Command Get-appxpackage *zune* | Remove-appxpackage can delete both previous items
Financial
Get-appxpackage *bingfinance* | Remove-appxpackage
Information
Get-appxpackage *bingnews* | Remove-appxpackage
Sports
Get-appxpackage *bingsports* | Remove-appxpackage
Weather
Get-appxpackage *bingweather* | Remove-appxpackage
• Command Get-appxpackage *bing* | Remove-appxpackage can delete the above four items at the same time
OneNote
Get-appxpackage *onenote* | Remove-appxpackage
Alarm clock and clock
Get-appxpackage *alarms* | Remove-appxpackage
Calculator
Get-appxpackage *calculator* | Remove-appxpackage
Camera
Get-appxpackage *camera* | Remove-appxpackage
Photo
Get-appxpackage *photos* | Remove-appxpackage
Map
Get-appxpackage *maps* | Remove-appxpackage
Voice recorder
Get-appxpackage *soundrecorder* | Remove-appxpackage
Xbox
Get-appxpackage *xbox* | Remove-appxpackage
4, if you need to restore the application of uninstall, you can use the command Get-appxpackage-allusers | foreach {Add-appxpackage-register $ ($_). installlocation) appxmanifest.xml "-disabledevelopmentmode}", which will reload all the built-in applications.

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.