在WIN7中,一个降级的办法是在控制面板/程序和功能中点击查看已安装的更新,找到Internet Explore的相关更新项,点击卸载即可。
若是用上面方法回滚失败,那么可以在开始菜单的搜索框中输入CMD,右击搜索结果,选择以管理员身份运行,在弹出的命令提示符窗口中输入下面的命令行进行强制卸载:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"