-
Notifications
You must be signed in to change notification settings - Fork 102
Description
python-registry is awesome !
I only have a some errors on reading the values on some keys, trying to read out the complete registry.
Operating System is Windows 10 , Version 1809 (Build 17763.55)
python-registry Version is 1.2.0
hives were saved with reg save .... as Admininstrator
when I try to access the values with regedit, I get "access denied"
the logfile with exception tracebacks, keys and value names is attached !
I get multiple errors (but all other values I can read from the hives) like :
Registry.RegistryParse.UnknownTypeException: Unknown Type Exception (Unknown VK Record type 0x12 at 0x585bc4)
Registry.RegistryParse.UnknownTypeException: Unknown Type Exception (Unknown VK Record type 0x13 at 0x881264)
Registry.RegistryParse.UnknownTypeException: Unknown Type Exception (Unknown VK Record type 0x19 at 0xd841a4)
UnicodeDecodeError: 'utf-16-le' codec can't decode byte 0x00 in position 244: truncated data
It is a very useful and great tool You created - it would be nice if You would be able to clean out those errors (or did I do something wrong ?)
yours sincerely
Robert
Vienna, Austria