开发者

Why I can't delete key at HKLM?

开发者 https://www.devze.com 2023-03-12 03:29 出处:网络
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 mus开发者

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 mus开发者_如何学Ct to set on? Program write on c++ builder (if that helps).


To modify stuff in the HKLM branch your application must run with administrator privileges. Otherwise, changes to this branch are not permitted.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号