Find Date Of Registry Entry ??

  • Thread starter Thread starter David Candy
  • Start date Start date
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.


--
--------------------------------------------------------------------------------------------------
Goodbye Web Diary
http://margokingston.typepad.com/harry_version_2/2005/12/thank_you_and_g.html#comments
=================================================
"David Candy" <.> wrote in message
Export the key as text.
 

Ask a Question

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.

Ask a Question

Back
Top