當然為了進行下面的操作,你必須登陸管理員賬戶或者擁有管理員權限。單擊開始按鈕,在搜索框裡輸入cmd,進入命令提示框,將下面的命令復制粘貼到命令框裡,然後按下Enter鍵執行。
以下是執行卸載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