如何将Chrome浏览器设置为默认打开IE浏览器的网页?
- 内容介绍
- 文章标签
- 相关推荐
本文共计96个文字,预计阅读时间需要1分钟。
注册表编辑器设置将Chrome作为IE默认浏览器:
[HKEY_CLASSES_ROOT\openIE]@=URL:OpenIE ProtocolURL Protocol=
[HKEY_CLASSES_ROOT\openIE\DefaultIcon]@=iexplore.exe,1
chrome_to_ie.regWindows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\openIE] @="URL:OpenIE Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\openIE\DefaultIcon] @="iexplore.exe,1" [HKEY_CLASSES_ROOT\openIE\shell] [HKEY_CLASSES_ROOT\openIE\shell\open] [HKEY_CLASSES_ROOT\openIE\shell\open\command] @="cmd /c set m=%1 & call set m=%%m:openIE:=%% & call \"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %%m%% & exit" javascript
location.href="openIE:www.baidu.com";
本文共计96个文字,预计阅读时间需要1分钟。
注册表编辑器设置将Chrome作为IE默认浏览器:
[HKEY_CLASSES_ROOT\openIE]@=URL:OpenIE ProtocolURL Protocol=
[HKEY_CLASSES_ROOT\openIE\DefaultIcon]@=iexplore.exe,1
chrome_to_ie.regWindows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\openIE] @="URL:OpenIE Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\openIE\DefaultIcon] @="iexplore.exe,1" [HKEY_CLASSES_ROOT\openIE\shell] [HKEY_CLASSES_ROOT\openIE\shell\open] [HKEY_CLASSES_ROOT\openIE\shell\open\command] @="cmd /c set m=%1 & call set m=%%m:openIE:=%% & call \"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %%m%% & exit" javascript
location.href="openIE:www.baidu.com";

