I'm looking for a utlity to track what files are being accessed on a given drive. I've got a drive of files that are accessed by other users, but trying to determine what to delete is difficult as I have to poll the users.
An ideal utility would show:
- How many times the file has been accessed
- The last time the file was accessed or all dates the file was accessed
- Who accessed the file or what process accessed the file
- How long the file was accessed for - on average
This will be run on Windows 7 Professional and ideally would run as a low-priority process.
Bonus points if the utility provides any remote access for monitoring via http.
Thanks for reading!