Home > Article > System Tutorial > How to uninstall the Edge browser on Win7?
Some users have also downloaded and installed the edge browser in win7 system, but want to uninstall it after using it for a period of time. How to uninstall it? Here is a method for you, I hope it will be helpful to you.
1. First, we press win x, and on the pop-up menu, we select "Command Prompt (Administrator)"
2. Then enter the following code in the command prompt box that pops up:
powershell dir $env:LoCALAppdATA\packages\*edge*^|ren -newname
MicrosoftEdge.old ; dir $env:windir\systemApps\*edge*\AppxManifest.xml ^|Add-
Appxpackage -disabledevelopmentMode -Register ;& mklink /J %pUBLiC%\desktop
\MicrosoftEdge.old %LoCALAppdATA%\packages\MicrosoftEdge.old & pause
When we see the message "Please press any key to continue...", we can just press any key.
3. Of course, if an error occurs during the above steps, we only need to restart the computer and continue to repeat steps 1-2.
The above is the detailed content of How to uninstall the Edge browser on Win7?. For more information, please follow other related articles on the PHP Chinese website!