• Welcome to Valhalla Legends Archive.
 

Registry vs. .ini

Started by iago, November 18, 2004, 05:32 PM

Previous topic - Next topic

Kp

Quote from: MyndFyre on November 19, 2004, 07:55 PMI just use regedit.  With HKCU (or any other part of the hive(s)) selected, go to File->Export, and you'll generate a fine text-format file containing the registry data for that branch and all sub-branches.

Sure, but can that be re-imported later?  I only want it for merging changes after a system crash, preferably without needing a custom backup program.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

iago

It'll generate a .reg file, which you can double-click to re-insert.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Skywing

You lose security, last write, and some other information with that method that makes in undesireable -- using RegSaveKey is a much better option and there's a builtin tool for it.