PDA

Click to See Complete Forum and Search --> : Rename a registry key


Dec 21st, 2000, 02:10 PM
Please help me,

I am trying to rename a registry key using VB but, there does not seem to be any API function that would enable me to do this easily.


The only option I can think of is to
- Create key with new name
- Copy structure from of key to be renamed to newly
created key
- Delete original key

This seems rather convoluted. Is there an easier way?