Home  >  Article  >  System Tutorial  >  Tutorial on uninstalling the edge browser that comes with win10

Tutorial on uninstalling the edge browser that comes with win10

WBOY
WBOYforward
2024-01-05 19:49:323046browse

Now the latest win10 system will come with edge browser, and we will find that this edge browser cannot be uninstalled using normal software uninstallation methods. At this time, we need to use the command command to uninstall. The specific method can be viewed Tutorial below.

How to uninstall edge browser from win10

1. First, right-click the "windows icon" button in the lower left corner and click "windows powershell (administrator)" in the pop-up menu

Tutorial on uninstalling the edge browser that comes with win10

2. Enter "get-appxpackage *edge*" and press Enter to confirm.

Find the installation package name of edge browser.

Tutorial on uninstalling the edge browser that comes with win10

3. Then go to the location shown in the picture. You can see that the name of the installation package is on the right side of PackageFullName.

Here is "Microsoft.MicrosoftEdge_44 .18362.449.0_neutral__8wekyb3d8bbwe”

Tutorial on uninstalling the edge browser that comes with win10

4. We can copy it to Notepad and then add “remove-appxpackage” in front of it

Tutorial on uninstalling the edge browser that comes with win10

5. Then copy and paste it into the previous command window, press Enter to confirm, and you can delete the edge browser.

Tutorial on uninstalling the edge browser that comes with win10

The above is the detailed content of Tutorial on uninstalling the edge browser that comes with win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete