【卸载Edge】
参考:https://www.zhihu.com/question/544598537
使用 bye-bye Edge 软件:
介绍:ShadowWhisperer/Remove-MS-Edge: Uninstall Microsoft Edge silently, through an executable or batch script.
链接:https://pan.baidu.com/s/1GLqEfFj2nliNsfqzQVqJeQ?pwd=6666
提取码:6666
项目地址:https://github.com/ShadowWhisperer/Remove-MS-Edge/tree/main
【启用IE11】
参考:https://www.ithome.com/0/594/658.htm
需要创建一个 .VBS 脚本文件:
1. 创建一个文本文件:IE11.sbs,并输入:
CreateObject("InternetExplorer.Application").Visible=true
2. 双击运行这个脚本文件,IE11 浏览器即可成功打开。