一聚教程网:一个值得你收藏的教程网站

热门教程

Windows8如何卸载各版本IE浏览器

时间:2022-06-30 20:16:45 编辑:袖梨 来源:一聚教程网

方法/步骤:

当然为了进行下面的操作,你必须登陆管理员账户或者拥有管理员权限。单击开始按钮,在搜索框里输入cmd,进入命令提示框,将下面的命令复制粘贴到命令框里,然后按下Enter键执行。

以下是执行卸载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

以上就是Windows8卸载各版本IE浏览器的方法了,方法很简单,我们只需要利用命令行进行卸载即可,具体操作还得看文章内容。

热门栏目