I'm trying to use RegistryEnumKeys, and RegistryEnumVals to dynamically find the info I need in the registry. Both the above function work without issue if I'm looking under HKEY_CURRENT_USER, but if I'm looking for info under HKEY_LOCAL_MACHINE, it returns nothing.
I'm guessing there's a permissions issue, but my log-on is part of the administrators group. I've been searching, but I'm sure what I should try next.
The OS is Windows 7 Professional, SP1
Here's the code, maybe I'm doing something wrong:
Code: Select all
RegistryEnumKeys>HKEY_LOCAL_MACHINE,SOFTWARE\ORACLE,keys