delphi-xe5

利用CMD命令就可以轻松卸载浏览器 支持IE9/IE10/IE11

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

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

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

发表于 2015-10-04 21:48  旷野轻尘一个人  阅读(466)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-11-29
  • 2021-12-15
  • 2021-12-06
  • 2021-11-17
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2021-12-19
  • 2021-11-17
  • 2021-12-10
  • 2021-11-30
  • 2021-11-29
  • 2021-12-03
  • 2021-12-15
相关资源
相似解决方案