Registry export/merge
-
Hello, I would like to backup and restore registry keys to and from a .reg file like the one that regedit.exe creates when you export registry keys, and i was wondering whether there was an API or COM function that would do this for me without having to code it myself. I have tried looking but don't have a clue where to start, if someone could point me in the right direction it would be much appreciated. Thanks a lot
-
Hello, I would like to backup and restore registry keys to and from a .reg file like the one that regedit.exe creates when you export registry keys, and i was wondering whether there was an API or COM function that would do this for me without having to code it myself. I have tried looking but don't have a clue where to start, if someone could point me in the right direction it would be much appreciated. Thanks a lot
sschilachi wrote:
I have tried looking but don't have a clue where to start...
Start with
RegSaveKeyEx()
.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
Hello, I would like to backup and restore registry keys to and from a .reg file like the one that regedit.exe creates when you export registry keys, and i was wondering whether there was an API or COM function that would do this for me without having to code it myself. I have tried looking but don't have a clue where to start, if someone could point me in the right direction it would be much appreciated. Thanks a lot