Page 1 of 1

MyReg, another windows registry plugin

Posted: June 7th, 2008, 1:37 pm
by cosenodefi
MyReg. A brief module to access the windows regstry.

The module has two functions.
The first one retrieves the value of data on the specified registry key.
The second one shows an about info string.

All registry access is done in read-only mode.

Three registry hives are accesible:
- HKEY_CLASSES_ROOT (HKCR)
- HKEY_CURRENT_USER (HKCU)
- HKEY_LOCAL_MACHINE (HKLM)

Tested on Win2K (SP4) and XP (SP3).

Please, read the notes on README.TXT for further info.

Posted: June 7th, 2008, 2:40 pm
by fraktal
:D Awesome! (Take that to mean: tested and working on Windows Vista 32bit.)

That is exactly what I thinking of - and it appears to work flawlessly! (See this thread if you don't know what I'm on about).I'll keep trying it over the next few days but I couldn't find any problems.

Thanks so much - it's really helped me out and I think it's a really useful general plugin too. To anyone else - it's always worth having a browse through the registry to see what programs keep in there! The primary reason for my request, incidentally, is that now my LCD can display the time of the last automated backup with MozyHome, so I know my work is safe:

$dll(myreg,1,HKLM\Software\Mozy\State,last_scheduled_backup)

Thanks again for the plugin and for being so quick - it's really appreciated.[/url]

Posted: June 7th, 2008, 5:56 pm
by caesar
Thank you cosenodefi!
Works fine over here too.

Posted: June 7th, 2008, 7:17 pm
by cosenodefi
Hi. Thanks everyone.

I didn't knew there was a registry plugin yet, and making a simple registry plugin seems a good idea (for general use).

Thanks for the feedback!
:D