the Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022, for certain versions of Windows 10.
某个版本起的 win10 将不再有 IE11 ?
然而 Edge 有 IE 模式,不知道一大堆控件还能不能用
1
aqutor 2021-05-20 09:46:40 +08:00
After the Internet Explorer desktop application is retired on June 15, 2022, it will be out of support. After this date, the IE11 desktop application will be disabled and will redirect to Microsoft Edge if a user tries to access it.
从 2022 年 6 月 15 日开始,IE 浏览器将被终止支持。在这个日期后,如果用户尝试使用 IE 将会被重定向至 Edge 。 这些版本会受到影响: Internet Explorer 11 desktop application delivered via the Semi-Annual Channel (SAC): Windows 10 client SKUs (version 20H2 and later) Windows 10 IoT (version 20H2 and later) 这些版本不会受到影响: Out of scope at the time of this announcement (unaffected): Internet Explorer mode in Microsoft Edge Internet Explorer platform (MSHTML/Trident), including WebOC Internet Explorer 11 desktop application on: Windows 8.1 Windows 7 Extended Security Updates (ESU) Windows 10 Server SAC (all versions) Windows 10 IoT Long-Term Servicing Channel (LTSC) (all versions) Windows 10 Server LTSC (all versions) Windows 10 client LTSC (all versions) In-market Windows 10 LTSC and Windows Server are out of scope (unaffected) for this change. 参考来源:Internet Explorer 11 desktop app retirement FAQ ( https://techcommunity.microsoft.com/t5/windows-it-pro-blog/internet-explorer-11-desktop-app-retirement-faq/ba-p/2366549 ) |
2
grewer 2021-05-20 09:57:26 +08:00
不影响一堆 win7
|
3
codehz 2021-05-20 10:42:59 +08:00
ie 控件还是会继续维护
以及企业版的 ie 模式会继续维护到 2029 年 |
4
kisshere 2021-05-20 11:03:50 +08:00 via Android
然而好多公司还在用 IE8
|
5
Dragonphy 2021-05-20 11:09:26 +08:00
指望 Edge 的 IE 模式是不靠谱的,海康威视的 web 根本访问不了
|
6
NanFengXiangWan 2021-05-20 11:19:45 +08:00
@Dragonphy edge Dev 版 这些支持切换 IE 内核模式
|
7
hs0000t 2021-05-20 11:37:38 +08:00
LTSC 用户情绪稳定
|
8
doublleft 2021-05-20 12:32:50 +08:00
微软呐要不就不搞,要搞就谁也跟不上
|
9
g00001 2021-05-20 12:42:23 +08:00
IE 控件还会长期保留 —— Windows 上太多软件用到 IE 控件了,
新系统已经找不到 IE 浏览器了,必须用 IE 访问的网页,可以用 aardio 写几句代码调用 IE 控件打开: import web.form; var wb = web.form(winform); wb.go("http://www.baidu.com") 微软现在提供了 WebView2 控件,基于最新的 Chromium 内核,并且跟 IE 控件一样可以在 JavaScript 里调用 COM 对象,比 Electron 方便太多了,用 aardio 调用 WebView2 的例子: import web.view; var wb = web.view(winform); wb.external = { methodWithParametersAndReturnValue = function(a,b){ return a + b; } } wb.html = /* <script> (async ()=>{ var n = await aardio.methodWithParametersAndReturnValue(123,2) document.write("返回值:"+n) })()</script> */ |
10
q197 2021-05-20 16:17:10 +08:00
不知道现在正确的网银使用方式是什么?我都是用 ie 装插件,毕竟这个保证成功。
|
11
XIU2 2021-05-20 16:20:36 +08:00
赶紧毁灭吧,一天不停止支持,那些网站就一天不更新换代。。。
|
12
Jirajine 2021-05-20 16:28:02 +08:00 via Android
是否会影响与 IE 相关的 shell 扩展?如 qttabbar 。
|
14
reiji 2021-05-20 16:39:47 +08:00
前端人狂喜
|
15
dfkjgklfdjg 2021-05-21 09:58:28 +08:00
@reiji 先别急着开心,现在还有事业单位要求兼容 IE8 呢。
|
16
wlh 2021-05-21 14:57:34 +08:00
我这还有机子 XP+IE6,就为了用某些奇葩的 OA
|
17
Fule 2021-05-21 19:05:33 +08:00
俺们公司有一台电脑,Windows XP + IE 8,专门用来访问政一府网站。
|