【软媒编译】快速关闭Windows 7下相同程序的多个进程

2009/7/4 13:54:33    编辑:Windows7之家 - Mary Jane     字体:【

Win7之家www.win7china.com):【软媒编译】快速关闭Windows 7下相同程序的多个进程

 微软在Windows 7中内置了IE 8,相信Windows 7用户在使用IE 8时会发现,任务管理器中会有多个iexplore.exe进程,一个个关很麻烦,怎么才能一次性关闭呢?

其实,在Vista中,有个名为命令可以实现一次关闭多个进程。

taskkill /F /IM <进程名称.exe> /T

那么,要关闭多个IE 进程,只需输入:

taskkill /F /IM iexplore.exe

具体操作步骤为:

* 开始菜单 - 程序 - 附件 -命令提示符
* 右键 - 以管理员身份运行
* 输入 taskkill /F /IM iexplore.exe并回车

同时,方便起见,我们还可以为此操作创建快捷方式,双击即可生效。

方法也很简单:

* 右键 - 新建 - 快捷方式


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


* 选择图标 - 确定

附部分原文:

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?
....