1、保存为 VBS 运行: ```vb Set openIE=CreateObject("InternetExplorer.Application") openIE.Visible = TRUE openIE.navigate "https://www.baidu.com" Set openIE = Nothing ``` 2、快捷方式添加 -Embedding 参数: ```vb ""C:\Program Files (x86)\Internet Explorer\iexplore.exe" https://about:blank/ -Embedding ``` ```bash "C:\Program Files (x86)\Internet Explorer\iexplore.exe" https://www.baidu.com/#ie={inputEncoding}&wd=%s -Embedding ``` 3、删除Edge中的dll ```bash C:\Program Files (x86)\Microsoft\Edge\Application\****\BHO ie_to_edge_bho_64.dll ``` 4、VBS打开 ```bash CreateObject("InternetExplorer.Application").Visible=true ``` 八零网管(Devilink) 2023-02-17 赏感谢支持关闭微信 支付宝 上一篇: 永劫无间特权分流协议 下一篇: 单纯的做个记录,各微软原版Server镜像初始安装后的资源占用。 评论已关闭
评论已关闭