步骤:
1、点击开始菜单——所有程序——附件;
2、找到“命令提示符”,单击右键选择“以管理员身份运行”;
3、在命令提示符中按照不同浏览器版本输入卸载代码,复制起来,在命令提示符框中单击右键,选择“粘贴”,按下回车键即可将其卸载了。
卸载IE9输入:
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart卸载IE10输入:
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart卸载IE11输入:
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart