0
Questions about Python winreg
I have been playing a bit with winreg for the past couple of days, but I seem to lack the ability to figure out something. I can modify the values of keys, but I struggle finding a way to change the name of a key. I can easily delete it and all of it's subkeys by enumerating them and it will regenerate the next time I open the application, but I wanted to know if there is a way to rename a key with a lot of subkeys.
1 Resposta
+ 1
in all languages a key is immutable.
copy with another name and delete original ine.