J
John Bowman
Hello,
Is there any way via code (C/C++) to read & enum registry keys under:
HKEY_LOCAL_MACHINE\Ssystem\CurrentControlSet\Enum
These are permission protected by default so even admins cannot
modify/delete then unless they 1st set the permissions. All we need to do
is read and enum the contents of one of the keys under here, but
RegOpenKeyEx() always fails by indicating the File is not found. Is there
some "special" coding/functions that is/are needed to make this work? Any
help would be appreciated.
BTW, At runtime, the code may be running under either an administrator or
user account.
TIA,
Is there any way via code (C/C++) to read & enum registry keys under:
HKEY_LOCAL_MACHINE\Ssystem\CurrentControlSet\Enum
These are permission protected by default so even admins cannot
modify/delete then unless they 1st set the permissions. All we need to do
is read and enum the contents of one of the keys under here, but
RegOpenKeyEx() always fails by indicating the File is not found. Is there
some "special" coding/functions that is/are needed to make this work? Any
help would be appreciated.
BTW, At runtime, the code may be running under either an administrator or
user account.
TIA,