5333 private links
fsutil behavior set disablelastaccess 1
fsutil behavior query disablelastaccess
You could set it to 1 (user) or 3 (system) to disable. //
In the System Managed mode, the NTFS driver can enable or disable the “Last Access” updates during the boot (in particular, when the system volume is mounted). The “Last Access” updates are enabled for NTFS volumes when the size of the system volume (which is usually mounted as the “C:” drive) is 128 GB or less. If the system volume is larger, then the “Last Access” updates are disabled.
In the User Managed mode, the status of the “Last Access” updates isn’t modified by the system during the boot. "Last Access" will stay enabled or disabled as you set. //
I put a Batch Script together if you think it will be of use . . .