Is there a way to determine which user created a file on Win XP with NTFS?
feedback
|
|
All files on NTFS have an "owner" which is displayed in
On Windows NT (starting with NT 3.1, including XP, 2003, Vista, 7, and future versions), all newly created objects are owned by their creator. This is not limited to files: almost everything can have an ACL attached. Examples: named pipes, Registry keys, processes, services, desktops, devices, mutexes...
For most object types, you can even enable auditing, which causes all operations on the object to be logged to Security log. (You can choose which operations to log.) For files, this can be done in Properties - Security - Advanced - Auditing. Use Event Viewer ( | |||||||
feedback
|