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

Windows
Windows Server 2008关闭闲置状态的IDE通道
Windows Server 2008网络中禁止迅雷下载
Windows Server 2008病毒偷改账号的安全隐患
Windows Server 2008网上邻居打开慢的解决
Windows Server 2008 四项优化技巧
解决Windows Server 2008 回收站无法清空故障
部署RemoteApp实现应用程序的远程调用
Windows Server 2008 R2新增功能概览
Windows Server 2008 WDS 设置完全攻略
卷影复制 解决Windows Server 2008共享隐患
在Windows Server 2008中实现流量的监控和限制
Windows Server 2008的NPS策略应用
巧妙查看Windows Server 2008运行性能
利用命令行 提升Windows Server 2008管理效率
详述Windows Server 2008全面审核策略
配置Windows Server 2008防火墙让系统更安全
你所不知道的Windows7企业功能详解
Windows Server 2008服务器管理控制台解析
活用Windows Server 2008命令 解决网络疑难杂症
定制Windows 2008使它适合日常使用

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 37 ::
收藏到网摘: 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?
....