- I was wondering if there is a way to see when a file/directory was first created and by what software/user, under Windows 7?
- I have a strange file "test.log" right under C:, with its content being "1" and then return and newline. I was wondering if I can just delete it. But may want to see when and who first created it.
| ||||
|
feedback
|
|
On a NTFS filesystem, each file both a creation timestamp and an owner, assigned at time of creation.
should display both. | |||||||
feedback
|
|
You can't see who created the file, it would be by one of the accounts that has permission over it. Using Process Monitor can allow you to log who creates/accesses specific files. | |||
|
feedback
|
|
There's no obvious way to see who created it, since it would have required administrative rights (whether upon first install or during the course of the application's lifetime) to write to that location. That said, it's a log file and completely harmless. If it was an | |||
|
feedback
|
|
You could try to do | |||
|
feedback
|
