Disabling Last Access Time in Windows Vista to improve NTFS performance
Published Apr 10 2019 01:18 AM 1,715 Views
Iron Contributor
First published on TECHNET on Nov 07, 2006
An observant Windows Vista user noticed a registry named NtfsDisableLastAccessUpdate under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem and asked us what this means. Last Access Time is a file attribute that’s updated when a file is accessed or otherwise touched. (This is often confused with the Last Modified Time, which is only updated when the file changes.) Last Access Time has a loose granularity that only guarantees that the time is accurate to within one hour. In Windows Vista, we've disabled updates to Last Access Time to improve NTFS performance. If you are using an application that relies on this value, you can enable it using the following command:

fsutil behavior set disablelastaccess 0

You must restart the computer for this change to take effect.

For more information about the Fsutil command and Last Access Time, see the Fsutil online Help .

--Jill

Version history
Last update:
‎Apr 10 2019 01:18 AM
Updated by: