'Prevent Windows Messenger from automatically Starting - Undo Script 'xp_messenger_autorun_undo.vbs '© Doug Knox - 04/12/2002 'Downloaded from http://www.dougknox.com On Error Resume Next Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express\Hide Messenger" Message = "Windows Messenger will now be allowed to start with Outlook Express." X = MsgBox(Message, vbOKOnly, "Done") Set WshShell = Nothing