taony

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

分类:

技术点:

相关文章:

  • 2021-08-10
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-05-04
  • 2021-08-01
  • 2022-01-16
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2021-11-17
  • 2021-06-10
  • 2021-07-11
  • 2022-01-12
相关资源
相似解决方案