IE 9:
FORFILES /P %WINDIR%/servicing/Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
IE 10:
FORFILES /P %WINDIR%/servicing/Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
IE 11:
FORFILES /P %WINDIR%/servicing/Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
执行完dos后(dos命令执形时报错不用管),请重启电脑。
ie卸载工具:
http://files.cnblogs.com/files/gaocong/RemoveIE.zip
手动卸载更新:
win+r appwiz.cpl已安装更新中找到对应更新。如卸载不掉,建议进windows安全模式(折腾1个多月,记录下。。)。。