I’m use RegDelnode(HKEY_LOCAL_MACHINE, TEXT("Software\\Test"));
It’s from MSDN and it worked good for HKCU, but i’m think that i must to set privileges. If I right, which privileges i must to set on?
Program write on c++ builder (if that helps).
I’m use RegDelnode(HKEY_LOCAL_MACHINE, TEXT(Software\\Test)); It’s from MSDN and it worked good for HKCU, but
Share
To modify stuff in the
HKLMbranch your application must run with administrator privileges. Otherwise, changes to this branch are not permitted.