快速卸载ie浏览器
的有关信息介绍如下:说起IE,许多人对它是又爱又恨,对某些人来说它的作用也仅限于用来下载其他浏览器了。本文教你如何快速卸载IE浏览器,包括IE9、IE10和IE11.
卸载IE我们需要打开cmd命令行。我们先用快捷键windows徽标键和R同时按打开运行对话框。
卸载IE9,
在命令提示符中输入下列内容
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
卸载IE10,同上,只是将“9”改为“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
卸载IE11,一样的道理
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
上述操作完成后别忘了回车运行。
卸载后必须重启电脑才可以最终完成卸载过程。