首页 > 窍门 > 科技数码

Windows8系统下卸载各版本IE浏览器教程 彻底卸载ie8

来源: 更新时间:2024-01-08 00:10:58
The Beginning

  当然为了进行下面的操作,你必须登陆管理员账户或者拥有管理员权限。单击开始按钮,在搜索框里输入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

Empire CMS,phome.net

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

THE END

TAG:命令行  命令  按下  

猜你喜欢

相关文章