What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » if i dissable some scripts they re enable themselves

if i dissable some scripts they re enable themselves
Author: Message:
danielth
New Member
*


Posts: 10
Joined: Aug 2009
O.P. if i dissable some scripts they re enable themselves
i dont want to untinstall but deactivate the script wlm safe 5. something...

everytime i open msn it re enables itself... can you guys stop this?
08-16-2009 09:26 PM
Profile E-Mail PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: if i dissable some scripts they re enable themselves
  1. Close Messenger.
  2. Click Start.
  3. On Windows XP, click Run.
  4. Type "regedit", and press Enter.
  5. On Windows Vista, confirm.
  6. Navigate to HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\WLM Safe.
  7. Double-click the item "Enabled" on the right side.
  8. Change its value from "1" to "0", and click OK.
  9. Close Windows Registry Editor.
  10. Sign in to Messenger.

This post was edited on 08-16-2009 at 09:42 PM by mynetx.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
08-16-2009 09:42 PM
Profile E-Mail PM Web Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: if i dissable some scripts they re enable themselves
quote:
Originally posted by danielth
everytime i open msn it re enables itself... can you guys stop this?
In order to stop that, you would have to edit the wlmsafe.js file which is located in the WLMSafe directory (C:\Program Files\Messenger Plus! Live\Scripts\WLM Safe), just look for the OnEvent_Uninitialize function and replace it for the following lines :D

JScript code:
function OnEvent_Uninitialize(MessengerExit) {
    if(MessengerExit==0) {
    //Shell.RegWrite(RegPath.substring(0, RegPath.length - 9) + "Enabled", 1, "REG_DWORD");        //MsgPlus.LockMessenger(1);        //Shell.Popup(Mess[5], 7, TitleWin, 0);        //ExitMessenger();    }
    if(RegR(RegPath2, "Installed")=="0"){ fso.DeleteFolder(MsgPlus.ScriptFilesPath, true); }
}



@mynetx: WLM Safe re enables itself in the OnEvent_Uninitialize function :P
08-16-2009 10:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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