Skip to content

codebreathe/Uninstall-Edge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Uninstall-Edge

https://sspai.com/post/70320


省流版:三步卸载 Microsoft Edge

  1. 管理员模式打开 powershell
  2. cd 'C:\Program Files (x86)\Microsoft\Edge\Application\*\Installer'
  3. ./setup --uninstall --force-uninstall --system-level

详细版

一、管理员模式打开 powershell

在开始菜单搜索 powershell 并右键或直接选择管理员模式打开

image

image

二、进入 edge Installer 目录

复制这段内容,粘贴到 powershell 窗口里(右键即可),回车执行,执行成功会看到提示的前缀有变化:

cd 'C:\Program Files (x86)\Microsoft\Edge\Application\9*\Installer'

image


补充说明:

这里的通配符 * 是匹配了 edge 的版本号,我本地是 96.0.1054.57 版本。所以我最终进入了 C:\Program Files (x86)\Microsoft\Edge\Application\96.0.1054.57\Installer 目录。

三、卸载

复制这段内容,粘贴到 powershell 窗口里,回车执行:

./setup --uninstall --force-uninstall --system-level

效果:image

OK,结束了!

你的电脑上不再有 edge 了,再也不会出现这些事情:

  1. image
  2. da2x/EdgeDeflector#141
  3. https://zhuanlan.zhihu.com/p/411101495

当然,你还是要手动去设置里把 edge 的默认设置都改成别的浏览器

image

About

如何卸载 Microsoft Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published