Windows – How to disable the “last accessed” attribute on NTFS/Windows

hard driventfsperformancewindows

Inspired by this answer, I realize I have no idea how to disable the last accessed attribute in Windows to increase performance. If you can, how?

I know in Linux you can mount the partition with the 'noatime' option, but is there a similar feature in Windows for NTFS?

Best Answer

fsutil behavior set disablelastaccess 1

But be careful, some program (especially backup programs) might need this.