I need to delete a regsitry key. It has a deny ACL on Set Value (I need this permission to delete it).
How do I change the ACLs in C++?
I need to delete a regsitry key. It has a deny ACL on Set Value (I need this permission to delete it).
How do I change the ACLs in C++?
You could use RegSetKeySecurity to adjust the security settings and then delete the key as usual.