Registry key deletion
Published: October 10, 2023 - 09:08
Hello,
I wanted to know how to delete registry keys in Windows and I came across the `setuphelpers.registry_deletekey` function. It works correctly, but it says that if there are "subkeys" present, the function will fail. And indeed, that's the case. So how can I successfully delete "subkeys"?
Thank you in advance, sincerely.
I wanted to know how to delete registry keys in Windows and I came across the `setuphelpers.registry_deletekey` function. It works correctly, but it says that if there are "subkeys" present, the function will fail. And indeed, that's the case. So how can I successfully delete "subkeys"?
Thank you in advance, sincerely.