【軟媒編譯】快速關(guān)閉Windows 7下相同程序的多個進(jìn)程

2009/7/4 13:54:33    編輯:Windows7之家 - Mary Jane     字體:【

Win7之家afsion.com.cn):【軟媒編譯】快速關(guān)閉Windows 7下相同程序的多個進(jìn)程

 微軟在Windows 7中內(nèi)置了IE 8,相信Windows 7用戶在使用IE 8時會發(fā)現(xiàn),任務(wù)管理器中會有多個iexplore.exe進(jìn)程,一個個關(guān)很麻煩,怎么才能一次性關(guān)閉呢?

其實,在Vista中,有個名為命令可以實現(xiàn)一次關(guān)閉多個進(jìn)程。

taskkill /F /IM <進(jìn)程名稱.exe> /T

那么,要關(guān)閉多個IE 進(jìn)程,只需輸入:

taskkill /F /IM iexplore.exe

具體操作步驟為:

* 開始菜單 - 程序 - 附件 -命令提示符
* 右鍵 - 以管理員身份運行
* 輸入 taskkill /F /IM iexplore.exe并回車

同時,方便起見,我們還可以為此操作創(chuàng)建快捷方式,雙擊即可生效。

方法也很簡單:

* 右鍵 - 新建 - 快捷方式


* 輸入: taskkill.exe /F /IM iexplore.exe /T


* 選擇圖標(biāo) - 確定

附部分原文:

So you’ve looked in task manager, and there’s a dozen iexplore.exe processes listed! Clicking the End Process button for each will take far too long… so how can we kill them all in one step?
....