Back up Registry

donjkurian

Member
Joined
Oct 6, 2009
Messages
9
Programming Experience
1-3
Hi All,
I have a program which will search the entire registry for a keyword and display all the matching keys/values in a listview. The user can then select the desired keys/values and delete them.

Since this a program that deals with registry, i want to give the users a way to backup the registry before they do the delete operation. I would like to know what is the best approach for this.

3 questions here:

1- Should I backup the entire registry ?
2- Should I backup only the keys/values that the user has selected in the listview ?
3 - Can I have the sample code or appropriate URL's which describes this.

Thanks
donjkurian
 
Back
Top