Windows 10 中的 Meltdown/Spectre 补丁安装后 Internet Explorer 无法运行

Windows 10 中的 Meltdown/Spectre 补丁安装后 Internet Explorer 无法运行

在此处输入图片描述

在 Meltdown/Spectre 成为新闻后不久,这种情况就开始发生。我尝试过:

  • 卸载并重新安装 IE。
  • 重置 IE 设置
  • 卸载KB4056892

搜索结果显示 AMD 处理器的 PC 存在启动问题,但我使用的是英特尔处理器,没有其他明显症状。我使用的是 Win 10 Enterprise(1709 内部版本 16299.125)。

答案1

卸载 IE,然后重新安装:

  • Win,输入程式,然后选择添加或删除程序
  • 选择打开或关闭 Windows 功能
  • 清除复选框Internet Explorer 11
  • 卸载完成后(可能需要重新启动),查看盒子Internet Explorer 11) 并完成重新安装。

重新安装 IE

话虽如此,IE11 已被弃用,微软希望你使用 Edge,,无论它是否满足您的需求。

答案2

打开管理员 cmd 窗口并发出以下命令:

C:\WINDOWS\system32>sfc /scannow

我得到了以下结果:

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files and successfully repaired
them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

此后,IE 启动正常。命令来自此帖子:https://answers.microsoft.com/en-us/ie/forum/ie10-windows_8/ie10-wont-open-ieframedll-error-pops-on-startup/9c6a60d8-8769-4d98-9f61-11cc99e750c5

感谢@Ramhound 引导我完成调试过程,其中 ieframe.dll 被列为错误模块之一。

相关内容