Write a DWORD value in regedit - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Write a DWORD value in regedit (/showthread.php?tid=84969) Write a DWORD value in regedit by Noixe on 07-22-2008 at 07:11 PM
Hello, RE: Write a DWORD value in regedit by CookieRevised on 07-22-2008 at 07:14 PM
Because RE: Write a DWORD value in regedit by Noixe on 07-22-2008 at 07:20 PM Ok, I have find solution RE: Write a DWORD value in regedit by SmokingCookie on 07-22-2008 at 07:21 PM
Try this: code: 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 RE: Write a DWORD value in regedit by Noixe on 07-22-2008 at 08:17 PM
Thanks, RE: Write a DWORD value in regedit by CookieRevised on 07-22-2008 at 08:22 PM
quote:Hence why I said: quote:I posted that for a reason..... I STRONGLY suggest you check out help files in the futur instead of copy/pasting code... RE: Write a DWORD value in regedit by Noixe on 07-22-2008 at 09:22 PM I know the mean of that instruction, it's not a simply "copy and paste". However I have visited the link... but I must install SilverLight? RE: Write a DWORD value in regedit by CookieRevised on 07-22-2008 at 09:42 PM
quote:Apparently you didn't knew the RegWrite method that well, according to your first post and this post... quote:errr.... what??? Now you've lost me I'm afraid .... You don't need SilverLight for anything... You just need to download the Windows Scripting Documentation helpfile, open it up, and search for the function you want some info on. PS: what you might need to do is proof that your Windows version is genuine by installing the the small Windows Genuine Advantage plug-in, or as an alternative, by running the GenuineCheck program (so you don't even need to install anything), before you download the help file. Nothing todo with SilverLight though. RE: Write a DWORD value in regedit by Noixe on 07-23-2008 at 07:23 AM
The site asked to install a ActiveX and it carried me to the page of SilverLight. RE: Write a DWORD value in regedit by matty on 07-23-2008 at 02:23 PM I also posted a registry module located here: http://shoutbox.menthix.net/attachment.php?pid=738349 |