Quickly close all open IE browser windows

Source: Internet
Author: User

Added methods:

1. Create a new TXT "text document" on the desktop, open the text, and paste the following code in:

Set ws = CreateObject ("Wscript.Shell")

Ws.run "taskkill/f/im iexplore.exe", vbhide

2, click "File"--"Save as", filename input iefans.vbs, save type Select "All Files".

3, and then double-click the Iefans.vbs can be a key to close all IE browser window, if installed 360 may be reported virus, add trust, the program can be executed.

4, we add this feature to the Desktop right-click menu list. Also create a new txt "text document" and paste the following code in:

Windows Registry Editor Version 5.00

[Hkey_classes_rootdirectorybackgroundshellruncmd]

@= "Shut down IE browser all windows"

[Hkey_classes_rootdirectorybackgroundshellruncmdcommand]

@= "Wscript.exe e:iefans.vbs"

The e:iefans.vbs inside is changed to the path of the VBS file that you just created.

5, using the 2nd step of the same method to save as a Iefans.reg registry file.

6, in the double click Iefans.reg file, import success, we right-click the desktop, in the desktop right-click menu can see the "Close IE browser All window" this menu.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.