当前位置: 首页 > 图文教程 > 操作系统 > Windows > 巧用命令一次关闭Vista下多个IE8进程

Windows
Windows 7兼容中心即将上线
微软展示Windows 7:原生支持转码加速功能
Computex 2009大会 - Windows 7发售日期公布
Windows 7 RC发布导致Vista市场份额增速减缓
Windows 7 Build 7201 再次遭到泄露
Win 7家长控制功能规范员工电脑使用
巧妙使用Windows 7中空白鍵
微软 - Windows7将无法在搭载ARM处理器的上网本上运行
Windows Server 2008 R2新特性:活动目录回收站
微软确认:澳大利亚和新西兰是Windows 7首发地区
教你在Windows 7和XP之间共享文件
针对Windows 7 - 微软为旗下硬件开发新软件
微软商店确认Windows 7包装设计图
Windows Vista/7中关机、睡眠和休眠有什么区别?
XP用户观念根深蒂固 - 说服其升级到Windows 7困难重重
Windows 7 RTM Touch Pack - 触摸软件包泄露
Windows 7和多点触摸当道ComputeX 2009大会
一体成形电脑 - Omnia iPC S20 AiO
给Windows 7装上Vista的Windows Mail
Windows 7铃声试听下载

Windows 中的 巧用命令一次关闭Vista下多个IE8进程


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 90 ::
收藏到网摘: n/a

自从微软向Vista用户推送IE 8后,新的问题也来了,在使用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?
....