What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Read Full Registry

Read Full Registry
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Read Full Registry
quote:
Originally posted by absorbation
Hello there :tongue:. I found this page yesterday which basiclly should sum up using the registry in JScript :).
that wont help.

The registry activex object is very very limited. It can not be used for what Rene wants.

RegWrite, RegRead and RegDelete are the only ones that JScript knows and those methods are very, and I mean very, limited.

eg:
  • You can not check if a registry key exists or not with RegRead; it will produce an error. => can be worked around using error checking.
  • You can not write bigger values than a DWORD to a binary registry value (this means no binary data strings for example)
  • You can not write a REG_MULTI_SZ value with RegWrite
  • You can not enumerate registry keys
  • and the list goes on...

To do more than simple reading a known value, you need to revert to the registry Windows APIs and enumeration.

@Rene

Can't you just simply export that registry map within Windows registry editor? What's the purpose of your request?

This post was edited on 06-29-2006 at 10:50 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-29-2006 10:40 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Read Full Registry - by Rene on 06-29-2006 at 10:28 AM
RE: Read Full Registry - by absorbation on 06-29-2006 at 10:30 AM
RE: Read Full Registry - by Ezra on 06-29-2006 at 10:37 AM
RE: Read Full Registry - by Rene on 06-29-2006 at 10:39 AM
RE: Read Full Registry - by CookieRevised on 06-29-2006 at 10:40 AM
RE: RE: Read Full Registry - by Rene on 06-29-2006 at 10:50 AM
RE: RE: RE: Read Full Registry - by J-Thread on 06-29-2006 at 10:55 AM
RE: Read Full Registry - by Mr. Bougo on 06-29-2006 at 11:33 AM
RE: Read Full Registry - by matty on 06-29-2006 at 01:16 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