Quickly close multiple processes of the same program under Windows 7

  

Microsoft built IE 8 in Windows 7, I believe Windows 7 users will find that there are multiple iexplore.exe processes in Task Manager when using IE 8. It’s very troublesome, how can I close it all at once?

In fact, in Vista, there is a command called to close multiple processes at once.

taskkill /F /IM <processname.exe> /T

So, to close multiple IE processes, just type:

taskkill /F /IM Iexplore.exe

The specific steps are:

* Start Menu - Programs - Accessories - Command Prompt
* Right click - Run as administrator
* Enter taskkill /F /IM iexplore.exe and enter


Copyright © Windows knowledge All Rights Reserved