Registery values backup and restore

M0B3R

New Member
Hello

Let me start by saying I have no background of programing at all and was wondering if someone generous is willing to help me out.
I flash alot of ROMs and have to make the same registry edits everytime (well atleast most of the time)

I am thinking of a very simple prog that will probably have 2 buttons, one backup and the other restore. Once the backup is clicked I would like it to save 3 to 5 registry values in a file somewhere (eg: .reg file) and the restore will obviously restore these values (import these reg files)

Anyone is willing to help a n00b out? I really appreciate ur replies and please take it easy on me, im just another :sign0104:

:sign0089:
m0b3r
 

derez

Expert
Licensed User
Longtime User
The registry library enables you to read keys and values from the registry and write them to the registry.
So what you need to do in backup is to read the specific values and store them in a text file or a binary file. Then for restore you read the values from that file and write them to the registry.

The only problem is that you have to be a member (own a B4ppc s/w) to use the library.

The following is the overview from the help file for the library.

 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…