Reputation:
Before editing registry value, i want to back-up(save in a textfile or some other option?) a certain portion of key-value.How to do it in C#
Upvotes: 0
Views: 782
Reputation: 23016
Read the registry key and store the key and value some where. Then write them back if required.
Upvotes: 2