以下是执行卸载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
以下是执行卸载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
以下是执行卸载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
本文提供了卸载不同版本Internet Explorer(IE9、IE10、IE11)的详细命令行指令,适用于Windows系统的高级用户及IT管理员进行批量或自动化操作。
1万+

被折叠的 条评论
为什么被折叠?



