holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
694 stars 31 forks source link

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

Open epage opened 5 years ago

epage commented 5 years ago

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

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

holmgr commented 5 years ago

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

bryanlarsen commented 9 months ago

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?