V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
wqy398398398001
V2EX  ›  问与答

Windows 10 Version 22H2 升级后 ie 打不开

  •  
  •   wqy398398398001 · Oct 13, 2023 · 2464 views
    This topic created in 929 days ago, the information mentioned may be changed or developed.

    Windows 10 Version 22H2 升级后 ie 打不开 以往的方法都失效,工作需要用 IE 作为默认浏览器,不跳转 edge ,该如何解决。

    13 replies    2023-10-16 09:37:25 +08:00
    Sezxy
        1
    Sezxy  
       Oct 13, 2023
    卸载更新
    xtreme1
        2
    xtreme1  
       Oct 13, 2023
    powershell
    & "C:\Program Files (x86)\Internet Explorer\iexplore.exe" placeholder -embedding
    shinession
        3
    shinession  
       Oct 13, 2023
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID" /v {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} /t REG_SZ /d 0 /f

    用 cmd 运行上面的命令试试
    wqy398398398001
        4
    wqy398398398001  
    OP
       Oct 13, 2023
    @shinession 试了一下,失败
    wqy398398398001
        5
    wqy398398398001  
    OP
       Oct 13, 2023
    @xtreme1 感谢,成功打开 ie 并使用, 有一个问题没有解决,任何其他程序内调用,还是会自动跳转 edge ,有没有办法取消这个跳转?谢谢大佬~
    wqy398398398001
        6
    wqy398398398001  
    OP
       Oct 13, 2023
    @Goooooos 我尝试下,这个是万不得已的选择 T.T
    Kevin2018
        7
    Kevin2018  
       Oct 13, 2023
    万能的办法:网上找个绿色版的 360 安全 / 极速浏览器,选择 IE 模式 打开你的网站就好了,之后无论 Windows 怎么升级只要 IE 内核在都能用到。如果嫌弃 360 的话,就找找世界之窗浏览器 V3 或 V5 版,这是基于 IE 开发的浏览器,即使 IE 无法打开,还是能调用到 Windows 的 IE 内核使用的。
    atuocn
        8
    atuocn  
       Oct 13, 2023
    看一下 Edge 的 IE Mode 。方法是:
    1. 注册表添加 组策略, SiteList 是 sites.xml 文件 url 地址,个人电脑可以 file 指向本机磁盘文件。

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
    "InternetExplorerIntegrationLevel"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode]
    "SiteList"="file:///C:/iemode/sites.xml"

    2. 准备 sites.xml 文件,自己编辑一下,把需要用 ie mode 的站点地址加入

    <site-list version="2">
    <site url="exsample.com/xxxx">
    <compat-mode>IE8Enterprise</compat-mode>
    <open-in>IE11</open-in>
    </site>
    </site-list>

    3. 如果能正常工作,打开站点时,Edge 地址栏,地址左侧会出现 IE 小图标。表示该站点用 IE 内核打开。
    DiusqGmNpuIil11x
        9
    DiusqGmNpuIil11x  
       Oct 13, 2023   ❤️ 1
    新建一个快捷方式,位置输入
    ["C:\Program Files\Internet Explorer\iexplore.exe" https://www.baidu.com/#ie={inputEncoding}&wd=%s -Embedding] (去掉 [] )
    即可
    Win11 可用
    wqy398398398001
        10
    wqy398398398001  
    OP
       Oct 15, 2023
    感谢大家,现在能够打开独立的 IE ,但是涉及到之前软件内嵌和跳转的仍然是自动跳转 edge ,这个有办法解决吗,谢谢大家~
    wqy398398398001
        11
    wqy398398398001  
    OP
       Oct 15, 2023
    @atuocn 谢谢,遇到了新问题,在 IE 能显示的内容,在这个模式下不能显示,没有排查出问题,很疑惑。
    atuocn
        12
    atuocn  
       Oct 16, 2023
    compat-mode 改一改,看你原来站点的 IE 版本兼容模式。

    在 “兼容模式”下,选择以下选项之一:

    IE8Enterprise 。 在 IE8 企业模式中加载站点。
    IE7Enterprise 。 在 IE7 企业模式中加载站点。
    IE[x]。 其中 [x] 表示文档模式编号,在指定的文档模式中加载站点。
    Default Mode 。 使用适用于页面的默认兼容性模式加载站点。

    另外,在 Edge 下,地址栏输入:edge://compat ,检查 IE mode 的站点是否生效。

    详细配置,可参考 https://learn.microsoft.com/en-us/deployedge/edge-ie-mode-site-list-manager
    atuocn
        13
    atuocn  
       Oct 16, 2023
    IE 模式的好处是,可以通过企业的组策略,由 IT 推送给所有加入域的电脑。适合企业部署。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   951 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 42ms · UTC 20:24 · PVG 04:24 · LAX 13:24 · JFK 16:24
    ♥ Do have faith in what you're doing.