Win10系统怎么卸载IE浏览器

如题所述

1、按下键盘上的快捷键Win+R键,打开运行窗口,输入cmd,进入命令提示框;

2、将下面的命令复制粘贴到命令框里,然后按下Enter键执行。
(1)以下是执行卸载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
(2)以下是执行卸载IE10的命令行:
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
温馨提示:答案为网友推荐,仅供参考
相似回答