I'm using RegDeleteKey and its working great unless the key has subkeys. How can you delete the key and all sub keys with the least file size and coding ?
On windows 98 RegDeleteKey deletes subkeys. On 2k,xp it does not. You can however enumerate the subkeys and delete them individually or alternatively there is always SHDeleteKey().
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.