Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let windows users know if atime won't work for them #3

Open
epage opened this issue Nov 11, 2018 · 2 comments
Open

Let windows users know if atime won't work for them #3

epage opened this issue Nov 11, 2018 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@epage
Copy link

epage commented Nov 11, 2018

atime is disabled by default but there is a registry key you can check to warn people it is disabled:

  • Location: SYSTEM\CurrentControlSet\Control\FileSystem
  • Key: NtfsDisableLastAccessUpdate
  • Type: DWORD
  • Values: 0 or 0x80000000, 1 or 0x80000001

In Win10 1803 they changed the value of the key which is why I listed two for true and two for false.

@holmgr holmgr added bug Something isn't working enhancement New feature or request labels Nov 11, 2018
@holmgr
Copy link
Owner

holmgr commented Nov 11, 2018

Great thanks, will look into adding this check in the beginning of this week :)

@bryanlarsen
Copy link

My value is 0x80000003 which isn't any of the 4 you listed. I assume that's why it's not working. What value should it be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants