Use the command to close multiple IE8 processes in Vista at one time

  
                  Since Microsoft pushed IE 8 to Vista users, new problems have come. When using IE 8, you will find that there are multiple iexplore.exe processes in the task manager. It is very troublesome. How can I close it 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 press


At the same time, for convenience, we can also create a shortcut for this operation, double-click to take effect.

The method is also very simple:

* Right click - New - Shortcut


* Enter: taskkill.exe /F /IM iexplore .exe /T



* Select icon - OK


Copyright © Windows knowledge All Rights Reserved