2013年5月27日 星期一

利用指令移除IE的方法

利用指令移除IE的方法:

移除IE7:
%windir%\ie7\spuninst\spuninst.exe

移除IE8:
%windir%\ie8\spuninst\spuninst.exe

移除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"

沒有留言:

張貼留言