2014年3月17日 星期一

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

移除IE11: FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"

停用自動派送 Internet Explorer 11 的工具: 
http://www.microsoft.com/zh-tw/download/confirmation.aspx?id=40722

沒有留言:

張貼留言