What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Opening Plus! In A Messenger Copy

Opening Plus! In A Messenger Copy
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Opening Plus! In A Messenger Copy
quote:
Originally posted by ahmetgns
Maybe only Patchou can explain why his loader calls the original msnmsgr.exe file.
ah... but that's maybe because it gets its "info" from the registry where the Messenger's libraries are registered or something like that.

See
HKCR\SOFTWARE\Classes\CLSID\*
HKLM\SOFTWARE\Classes\CLSID\*

eg:
HKEY_CLASSES_ROOT\CLSID\{F81CD990-910B-4bbf-9CB3-6A77F3D697B3}



although the loader would only load when the messenger program in the same dir is executed... blah... dunno how all the hooks work and what he exactly does, so....



----------

Maybe a fairly simple solution would be to create a small batch file or WSH script which you can put in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.

Simply check who has logged in and according to that rename/copy the addon loaders to their proper name or remove them. Or set/unset some registry key. (depending on how SP and MDL hook themselfs into Messenger these days (dunno)). Such a batch or script would only be a few lines of code.

eg:
IF [%USERNAME%]=[ahmetgns] (
   COPY /Y msimg32.ori msimg32.dll
) ELSE (
   DEL msimg32.dll
)

will only work if you don't automatically start Messenger when you login to Windows though. Otherwise it might sometimes not work depending on what is loaded first; Messenger or the batch file.

This post was edited on 08-05-2008 at 10:18 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-05-2008 09:49 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Opening Plus! In A Messenger Copy - by Meryovi on 10-29-2007 at 01:53 PM
RE: Opening Plus! In A Messenger Copy - by ahmetgns on 10-29-2007 at 02:25 PM
RE: Opening Plus! In A Messenger Copy - by Meryovi on 10-29-2007 at 02:29 PM
RE: Opening Plus! In A Messenger Copy - by ahmetgns on 08-05-2008 at 10:37 AM
RE: Opening Plus! In A Messenger Copy - by CookieRevised on 08-05-2008 at 07:04 PM
RE: Opening Plus! In A Messenger Copy - by ahmetgns on 08-05-2008 at 08:21 PM
RE: Opening Plus! In A Messenger Copy - by CookieRevised on 08-05-2008 at 09:14 PM
RE: Opening Plus! In A Messenger Copy - by ahmetgns on 08-05-2008 at 09:26 PM
RE: Opening Plus! In A Messenger Copy - by CookieRevised on 08-05-2008 at 09:49 PM
RE: Opening Plus! In A Messenger Copy - by ahmetgns on 08-09-2008 at 01:02 PM


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