What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » suggestion

suggestion
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: suggestion
Although this can easly be accomplished with an extremely (rediculus) small script:

(based upon the Remember Status script)

code:
function OnEvent_Signout() {
    try {
        new ActiveXObject("WScript.Shell").RegWrite(
            "HKEY_CURRENT_USER\\Software\\Microsoft\\MSNMessenger\\PerPassportSettings\\" + Messenger.MyUserId + "\\DefaultSignInState", 0x06, "REG_DWORD"
        )
    } catch (e) {}
}

// Replace the value '0x06' with other values listed below to have other default signin statusses
//   0x02 Online
//   0x06 Appear Offline
//   0x0A Busy
//   0x0E Be Right Back
//   0x12 Idle
//   0x22 Away
//   0x32 In a Call
//   0x42 Out To Lunch


This post was edited on 08-12-2007 at 09:39 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-12-2007 06:17 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
suggestion - by dannyhaller on 08-08-2007 at 06:13 AM
RE: Let default sign-in status not change once signed-in with a different status - by ahmetgns on 08-10-2007 at 08:45 PM
RE: suggestion - by albert on 08-10-2007 at 11:10 PM
RE: suggestion - by CookieRevised on 08-12-2007 at 06:17 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