I'm trying to scan for a registry key that's REG_BINARY, more specifically HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId
When I do a query of the key's value, however, it returns "NULL". I know the query's not messed up because I just do SELECT * FROM tblRegistry
I also made sure the format of the registry key is correct, it matches the others in the table.
Is this currently supported? Reg_SZ keys work fine.