php editor Zimo introduces you a simple and effective method to forcefully uninstall the Edge browser. The Edge browser is the default browser that comes with Windows systems, but sometimes we may need to uninstall it, for example, if some problems occur or we want to change to another browser. In this article, we will show you how to force uninstall the Edge browser via Command Prompt or PowerShell so that you can complete the operation smoothly.
1. Right-click the lower left corner to start, and click "windows powershell (administrator)" to open.
2. Enter the command interface and enter the code get-appxpackage *edge* to find the edge package.
3. Find packagefullname in the edge package, select it and copy it.
4. Then enter the commands Remove-appxpackage and packagefullname to remove the edge package.
5. Press Enter and enter Microsoft Edge in win10 system to remove it.
The above is the detailed content of How to force uninstall the Edge browser?. For more information, please follow other related articles on the PHP Chinese website!