win10 uninstall edge
The Windows 10 system comes with the edge browser, but many netizens are accustomed to using other third-party browsers and never I have used the edge browser, so how do we uninstall the edge browser? Let’s take a look at how to operate it.
1. On the Windows 10 desktop, click the Cortana search icon below and enter powershell in the pop-up search box to search
2. Right-click the Windows Powershell menu item in the search results and select the "Run as administrator" menu item in the pop-up menu.
3. In the opened Windows Powershell window, enter the command get-appxpackage *edge*
4. After pressing Enter, you can see the PackageFullName item and copy all the names behind it.
5. Then enter remove-appxpackage Microsoft.MicrosoftEdge_25.10586.0.0_neutral__8wekyb3d8bbwe (PackageFullName from the previous step)## in the command prompt window.
##6. At this time, just wait for the Windows 10 system to automatically uninstall the edge browser.
The above is the detailed content of Uninstall edge on win10. For more information, please follow other related articles on the PHP Chinese website!