Some of my files mysteriously and randomly changes. I would like to know what/who caused it. Is it possible to watch the files and log any changes (like time, content before/after, and if possible the responsible process) in Windows XP? Or if not possible, is there a tool which does this?
|
feedback
|
|
The Process Monitor utility will do that. Read all about it at http://technet.microsoft.com/en-us/sysinternals/bb896645. There are also lots of more narrowly focused applications available to monitor directory changes. A Powershell script is available at http://gallery.technet.microsoft.com/scriptcenter/Powershell-FileSystemWatche-dfd7084b which will allow you to script some desired action when the directory is modified. | |||
|
feedback
|
|
Yes. With the professional versions of Windows 2000 and up, you can use Security Auditing to monitor and log file and folder access and modification. If you need more advanced features, you may need third-party tools. In Vista and up, you can compare different versions of files with the Previous Versions functionality. It is also available in XP SP2. | |||
|
feedback
|