Disable NTFS Last Access Time Stamps #1167
Closed
1aTa
started this conversation in
Suggestions
Replies: 2 comments 2 replies
-
Pretty sure these are both already done but correct me if I'm wrong |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah you're right, last access time stamps is there. Not sure about SmartScreen. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't personally use Atlas but I've just been through your tweaks and it's a great collection, nice job!
I didn't notice anything related to disabling NTFS last access time stamps but in my experience this is a great performance tweak:
fsutil behavior set disablelastaccess 1
or
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:80000001
Another great tweak to make is disabling SmartScreen which can nuke disk performance.
Beta Was this translation helpful? Give feedback.
All reactions