💻 Software
Are there any negative effects of disabling the Last Access timestamp?
Fresh5 days ago
Mar 15, 202624699 viewsConfidence Score0%
0%
Problem
In Windows, you can disable the last accessed timestamp by setting NtfsDisableLastAccessUpdate to 1, for instance by executing this from the command line (the computer must be restarted before it takes effect): I want to do so there is less disk activity on . Might this cause any negative effects o…
Error Output
fsutil behavior set disablelastaccess 1
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Are there any negative effects of disabling the Last Access timestamp?
Low Risk
You wouldn't be able to tell if someone else was reading your files - for example if you had some sensitive data. I can't think of an OS level command that would need last accessed. Backups check last modified and date created for example. But see @…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix