卸载IE
干脆直接
以下是执行卸载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)的详细命令行指令,适用于希望从系统中彻底移除IE浏览器的高级用户。
988

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



