[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

read/write Win registry

Rebhan, Gilbert

4/3/2007 5:58:00 AM


Hi,

i know there were already questions with this
subject on that board, but i didn't found a useful
snippet.

Running Ruby 1.8.4, Win2000 | Win2003
i want to read and write some registry values.

I know there is Win32::Registry, but i don't know
how to use it.

i.e. i need to read / write key/value pairs under =

HKEY_USERS\S-1-5-21-373698554-2142300011-3433917070-7290\Software\Cvsntcvspass

Questions =

1. the part with S-1-5- ... changes for every machine, how to get the
right keyname ?

2. how to get all entries under that key in a hashmap ?

3. how do i edit those entries ?


Regards, Gilbert


1 Answer

studlee2@gmail.com

4/3/2007 5:00:00 PM

0

You can use a generic RegEx for question #1.

_stud