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

Windows
活用Windows Server 2008系统的几种安全功能
有备而来 让系统VPN连接顺风顺水
强化Windows Server 2008下的打印管理
Windows Storage Server 2008 (x64)BT下载
Windows Server 2008下的网络排错
Server Core上部署IIS7全程攻略
Windows Server 2008脱机文件配置攻略
用组策略保护Windows Server 2008系统安全
高效管理Windows Server 2008的卷影副本
Windows Server 2008 R2中IIS 7.5的改进
众OEM厂商助阵微软推Foundation版服务器系统
使用Windows Server 2008的WDS部署客户端系统
Windows Server 2008制作密码重设盘
扫清Windows Server 2008共享障碍
详述Windows Server 2008安全部署的六个方面
借道IIS搭建企业内部Web方式文件共享平台
新品分析:Windows Server 2008 Foundation
巧用Windows Server 2008的NPS策略
Windows Server 2008故障转移群集简介
微软WSUS 3.0安装配置详解

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


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