When you click on any key in the tree on the left, take a look at the status bar at the bottom of the window. The right side of the status bar lists the "Last write access" time stamp
When you click on any key in the tree on the left, take a look at the status bar at the bottom of the window. The right side of the status bar lists the "Last write access" time stamp
Thanks, I now see it if I have a registry key highlighted, so that is a good start, but it doesn't display when I look at a value within that key which is what I was expecting.
Perhaps the time is only on the containing key, but I thought individual "value" pairs (whatever they are called) get time stamped...
Hmmm... as far as I know, the timestamp is indeed key-specific.
Looking into the interface Windows offers to regular software: RegQueryInfoKey does return a field lpftLastWriteTime, neither RegQueryValue nor RegQueryValueEx does return any timestamps, and I don't see any other Reg* functions that would, sorry, would love such a feature myself.
I've also coded registry access using both the Windows NT native and RTL function set, and both do not offer more details on values either, so it probably doesn't even exist low-level somewhere.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.