如何将Chrome浏览器设置为默认打开IE浏览器的网页?

2026-04-06 11:481阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计96个文字,预计阅读时间需要1分钟。

如何将Chrome浏览器设置为默认打开IE浏览器的网页?

注册表编辑器设置将Chrome作为IE默认浏览器:

[HKEY_CLASSES_ROOT\openIE]@=URL:OpenIE ProtocolURL Protocol=

[HKEY_CLASSES_ROOT\openIE\DefaultIcon]@=iexplore.exe,1

chrome_to_ie.reg

Windows 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";

如何将Chrome浏览器设置为默认打开IE浏览器的网页?

本文共计96个文字,预计阅读时间需要1分钟。

如何将Chrome浏览器设置为默认打开IE浏览器的网页?

注册表编辑器设置将Chrome作为IE默认浏览器:

[HKEY_CLASSES_ROOT\openIE]@=URL:OpenIE ProtocolURL Protocol=

[HKEY_CLASSES_ROOT\openIE\DefaultIcon]@=iexplore.exe,1

chrome_to_ie.reg

Windows 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";

如何将Chrome浏览器设置为默认打开IE浏览器的网页?