Completely uninstall the method of the metro application that comes with win8

  
                                    

1. First, in the Start menu, find the application we want to uninstall. Here is an example of “Map”. Right click on the “Map” icon and the menu will appear below, as shown below:

2. Left click on “Uninstall” in the menu below, click to pop up the confirmation window, click “ Uninstall & rdquo; can be, as shown below:

3, at this time, the application "map" & rdquo; disappeared from the start menu. Move the mouse to the lower left corner, right click, and click “Command Prompt (Administrator)” in the pop-up shortcut window, as shown below:

4. After opening the command prompt window, We enter the command “DISM.exe /Online /Get-ProvisionedAppxPackages” (excluding quotes, the same below), press Enter, as shown below:

5, where we find the corresponding “ map & rdquo; The details (according to the uninstalled application to find the corresponding information), as shown below:

6, record (can be in the command prompt "right-click - mark - enter" to copy) Package name, continue to enter the command “DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingMaps_1.2.0.136_x86__8wekyb3d8bbwe” (replace the corresponding package name according to the command content), as shown below:

7, after input is correct, press Enter, the system will automatically delete the corresponding content, as shown below:

8, if you want to verify whether to delete, you can repeat the operation according to step 4, which has been found Deleted information corresponding to the application.

Copyright © Windows knowledge All Rights Reserved