hi, I was wondering if it is possible to get the last write, modified and create times and dates for registry keys and values? The below registry key is the one im interested in. I have a program that reads the value of this key, but I would also like its modified time and date. I think there is something like FileTimetoSystemtime (I think) that uses the FILETIME structure to show windows timestamp but can this be used on the registry? If so could anyone start me off on how to do this?
HKEY_LOCAL_MACHINE\System\MountedDevices\DosDevice\F
Any help would be much appreciated, thank you