How to uninstall the Edge browser in win7 system? Tutorial on uninstalling Edge browser in win7

WBOY
Release: 2024-02-09 22:48:45
forward
1293 people have browsed it

php editor Baicao will introduce you to the tutorial on uninstalling the Edge browser in win7 system. Edge browser is the default browser on Windows 10 systems, but in some cases, users may want to uninstall it or replace it with another browser. Although the Edge browser cannot be uninstalled directly in win7 system, we can use some methods to disable it or use another browser as the default browser. Next, we will introduce in detail the steps to uninstall the Edge browser on win7 system to help you solve related problems.

How to uninstall the Edge browser in win7 system? Tutorial on uninstalling Edge browser in win7

Win7 uninstall Edge browser tutorial:

1. First, we press win x, and on the pop-up menu, we select "Command Prompt" (administrator)".

How to uninstall the Edge browser in win7 system? Tutorial on uninstalling Edge browser in win7

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 press any key That's it.

How to uninstall the Edge browser in win7 system? Tutorial on uninstalling Edge browser in win7

#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 in win7 system? Tutorial on uninstalling Edge browser in win7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template