What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » XP Pro Multi Users

XP Pro Multi Users
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: XP Pro Multi Users
Also, you don't need to kill msgplus.exe on those other accounts...
What you could do is remove the Plus!-startup key from your run settings in the registry. In that way Plus! would never start up when you start windows. The registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Then, in order to use Plus! with some account, you need to manualy start Plus! first and then MSN Messenger... This can be done with a little VBS-script for example:
code:
Option Explicit
On Error Resume Next

Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.Exec "C:\Program Files\Messenger Plus! 2\MsgPlus.exe"
WScript.Sleep 1000
WshShell.Exec "C:\Program Files\MSN Messenger\msnmsgr.exe"
Set WshShell = Nothing
note: the WScript.Sleep 1000 is very important!!! Plus! needs some time to initialize before messenger is started...


! ! ! ! !
Bare in mind that this method isn't "recommended", nor "supported". Although it works flawlessly...
! ! ! ! !

This post was edited on 04-23-2004 at 09:53 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-23-2004 09:50 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
XP Pro Multi Users - by Dasnk on 04-23-2004 at 09:18 AM
RE: XP Pro Multi Users - by Menthix on 04-23-2004 at 09:27 AM
RE: XP Pro Multi Users - by CookieRevised on 04-23-2004 at 09:50 AM
RE: XP Pro Multi Users - by Dasnk on 05-25-2005 at 11:52 PM
RE: XP Pro Multi Users - by RaceProUK on 05-26-2005 at 08:47 AM
RE: XP Pro Multi Users - by uberdosis on 05-26-2005 at 06:20 PM
RE: XP Pro Multi Users - by matty on 05-26-2005 at 07:19 PM
RE: XP Pro Multi Users - by Patchou on 05-27-2005 at 01:04 AM
RE: RE: XP Pro Multi Users - by Dasnk on 05-31-2005 at 02:09 PM
RE: XP Pro Multi Users - by dutch2005 on 05-31-2005 at 07:28 PM
RE: XP Pro Multi Users - by CookieRevised on 05-31-2005 at 10:11 PM
RE: RE: XP Pro Multi Users - by hennot on 06-06-2005 at 06:08 AM
RE: XP Pro Multi Users - by Patchou on 06-06-2005 at 11:18 PM
RE: RE: XP Pro Multi Users - by hennot on 06-07-2005 at 07:25 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On