' This file will fix your URL Protocol. When you click on a mailto: ' URL in Internet Explorer, multiple instances of Internet Explorer ' opens (more than 60 windows). ' Script provided by Nilpo.com On Error Resume Next Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite "HKEY_CLASSES_ROOT\mailto\URL Protocol", "" Message = "Your URL Protocol has been repaired." X = MsgBox(Message, vbOKOnly, "Done") Set WshShell = Nothing