|
Posted by Sebastian Gottschalk on June 14, 2006, 10:45 am
If you were Registered and logged in, you could reply and use other advanced thread options bob.elliott@aks-labs.com wrote:
> I'm running Windows 2000, due to security reasons I need to log
> some file operations. Say, I need to know all file operation (open,
> modify, delete) for folder D:\Docs. Is there any way to do so?
Windows 2000 supports Auditing which can be defined on almost any
object, but this would fill up your Security Event Log and therefore
should be limited to important objects only.
So you may take a look at Filemon from Sysinternals. It has an option to
link in at boot process and then keeps on silently logging everything
until you start the program again.
|