Hi Everyone,
I've just upgraded to version 3.5, and the first thing I'm trying to do is to scan some specific values on the registry.
I've added the following lines on the "registry scanned keys" option in the management console:
RegPath=SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time, value=TZI
RegPath = SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time\Dynamic DST, value=2008
RegPath = SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time\Dynamic DST, value=2009
RegPath=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA Standard Time\Dynamic DST, value=LastEntry
The problem is that I only see some value for the last key, the others 3 just reports null values, so it seems that is not a problem with the scanning process itself.
As far as I see, the only difference between the registry values, is that the "LastEntry" is a REG_DWORD type, and the others 3 are REG_BINARY.
What can be wrong?
Thanks for your help.