
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2009 11:42 PM
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.
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.
Labels:
- Labels:
-
Report Center
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2009 12:01 AM
REG_BINARY is not supported.
But windows serial numbers (like this one) will be standard in the 3.5 premium version
But windows serial numbers (like this one) will be standard in the 3.5 premium version
