前言:微软的吃相真恶心,连正常的uninstall按钮都不提供。
1、下载老版本setup替换到Edge\Application\134.0.3124.93\Installer中,文件提取码:4web
2、在Installer文件夹里使用强制卸载命令.\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
3、重启电脑
4、官网下载最新edge安装
5、新建txt改为reg后缀添加注册表 内容如下
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"="~ RUNASADMIN"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"="~ RUNASADMIN"
最终解决