Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

MyReg, another windows registry plugin

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
cosenodefi
Plugin Author
Posts: 37
Joined: December 10th, 2007, 5:40 pm
Location: Zaragoza (SPAIN)

MyReg, another windows registry plugin

Post 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.
You do not have the required permissions to view the files attached to this post.
fraktal
Posts: 12
Joined: April 15th, 2008, 2:34 pm

Post 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]
caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Thank you cosenodefi!
Works fine over here too.
cosenodefi
Plugin Author
Posts: 37
Joined: December 10th, 2007, 5:40 pm
Location: Zaragoza (SPAIN)

Post 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
Post Reply