How to check if file access time is enabled on Windows
Open a command prompt (no admin command prompt required) and run this command:
fsutil behavior query disablelastaccess
For me, this prints
DisableLastAccess = 3 (Systemverwaltet, aktiviert)
indicating that access timestamps are activated.