vote up 0 vote down star
1

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++?

flag

2 Answers

vote up 1 vote down check

You could use RegSetKeySecurity to adjust the security settings and then delete the key as usual.

link|flag
vote up 0 vote down

It's a Win32 FAQ.

See Win32 api ng news://194.177.96.26/comp.os.ms-windows.programmer.win32

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.