# openIE **Repository Path**: pengwish/openIE ## Basic Information - **Project Name**: openIE - **Description**: 浏览器调启IE,并跳转链接 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2024-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 跳转IE ## README ## 概述 该程序通过修改注册表建立Windows自定义协议打开IE浏览器。 ## 文件结构 ![image](https://www.wishpeng.top/static/mdImg/openIE/1.png) ## 打包程序 1. 使用WinRAR程序,添加到压缩文件; 2. 创建自解压格式(exe); ![image](https://www.wishpeng.top/static/mdImg/openIE/2.png) 3. 设置安装路径%SystemRoot%,为系统windows路径,如c:\Windows; ![image](https://www.wishpeng.top/static/mdImg/openIE/3.png) 4. 运行路径配置 %SystemRoot%\openIE\runreg.bat。 ![image](https://www.wishpeng.top/static/mdImg/openIE/4.png) ## 程序安装 1. 双击打包的exe程序; 2. 如果提示下图,全部选是; ![image](https://www.wishpeng.top/static/mdImg/openIE/5.png) 3. 如遇安全软件拦截请选择允许,无任何其他不安全操作。 ![image](https://www.wishpeng.top/static/mdImg/openIE/6.png) ## 测试 用非IE浏览器打开index.html,点击页面**跳转IE浏览器**按钮。 ## 程序卸载 右击文件uninstall.bat以管理员身份运行 ## 注意事项 保证windows系统下面有该程序。如无法打开请检查该路径是否存在; ``` C:\\Program Files\Internet Explorer\iexplore.exe ``` ## 参考链接 https://blog.csdn.net/q1424966670/article/details/102663051 https://www.cnblogs.com/lvjy-net/p/8310342.html https://blog.csdn.net/qq_35440678/article/details/53264410