I am trying to figure out the last access time for file in Windows if user read the file. I know that to improve the performance of NTFS filesystem in Windows vista and above the last access times of files and directories are not updated.
To enable Last Access timestamp for files and folder in Windows we have to run the following command and need to restart the computer.
fsutil behavior set disablelastaccess 0
Even after restarting the computer the last access timestamp for file is not getting changed if I open and close the file.
If any one have any idea about how to enable last access timestamp then please let me know.
Comments
Post a Comment