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.