Is there a registry editing tool that will show the date that a specific
registry key was modified? None of the editors I have found display the date
of change data.
lpftLastWriteTime
[out] Pointer to a FILETIME structure that receives the last write time. This parameter can be NULL.
Windows NT/2000/XP: The function sets the members of the FILETIME structure to indicate the last time that the key or any of its value entries was modified.
Windows 95/98/Me: The function sets the members of the FILETIME structure to zero. This is because the system does not keep track of registry key last write time information.
Thanks for the info. I was also directed to this site which looks very good.
"David Candy" <.> wrote in message
lpftLastWriteTime
[out] Pointer to a FILETIME structure that receives the last write time.
This parameter can be NULL.
Windows NT/2000/XP: The function sets the members of the FILETIME structure
to indicate the last time that the key or any of its value entries was
modified.
Windows 95/98/Me: The function sets the members of the FILETIME structure to
zero. This is because the system does not keep track of registry key last
write time information.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.