What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Write a DWORD value in regedit

Write a DWORD value in regedit
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Write a DWORD value in regedit
Try this:

code:
new ActiveXObject("WScript.Shell").RegWrite(MsgPlus.ScriptRegPath + Messenger.MyEmail + "\\MyKey",6,"REG_DWORD");


The first parameter of RegWrite is the key to write to, in this case MsgPlus.ScriptRegPath\Your@email.com\MyKey

The second parameter is the actual value, in this case 6

The third is the type you want to write, a DWORD.

Hope this helped you :)

This post was edited on 07-22-2008 at 07:25 PM by SmokingCookie.
07-22-2008 07:21 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Write a DWORD value in regedit - by Noixe on 07-22-2008 at 07:11 PM
RE: Write a DWORD value in regedit - by CookieRevised on 07-22-2008 at 07:14 PM
RE: Write a DWORD value in regedit - by Noixe on 07-22-2008 at 07:20 PM
RE: Write a DWORD value in regedit - by SmokingCookie on 07-22-2008 at 07:21 PM
RE: Write a DWORD value in regedit - by Noixe on 07-22-2008 at 08:17 PM
RE: Write a DWORD value in regedit - by CookieRevised on 07-22-2008 at 08:22 PM
RE: Write a DWORD value in regedit - by Noixe on 07-22-2008 at 09:22 PM
RE: Write a DWORD value in regedit - by CookieRevised on 07-22-2008 at 09:42 PM
RE: Write a DWORD value in regedit - by Noixe on 07-23-2008 at 07:23 AM
RE: Write a DWORD value in regedit - by matty on 07-23-2008 at 02:23 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