PDA

View Full Version : Extracting Keys without openning the



Will
04-13-2001, 08:34 AM
How would I Extract Keys without openning the registry.

Are there any scrips or batch files that I can cut and paste to create. so that I can extract the prefered keys then add them to my backups.

I have a few applications that store all there info in the reg so it makes backing up a nightmare when you don't want the whole reg backed up.


Win98
IE5.5

RWSchlatter
04-14-2001, 06:07 PM
(1) use REGEDIT.EXE and unload the whole HKCU, it contains all your personal settings. On restore, be careful to only load the required keys.
info for above:
http://www.moonsoftware.com/freeware.asp (http://www.winguides.com/article.php?id=1&page=4&guide=registry>http://www.winguides.com/article.php?id=1&page=4&guide=registry</a>

(2))

______________
Regards - Richard

Will
04-15-2001, 06:30 PM
Thanks Richard number 2 is what I was after.