Guest Rowan Posted October 9, 2008 Posted October 9, 2008 I have a process which creates temp files in the c:windows\temp folder whenever a file is printed. doesn't matter how the file is created. I think this may be due to a propitiatory audit program by teh printer mfg. Any one know of a program that can monitor a folder and show which process created a file?
Guest Jon Wallace Posted October 9, 2008 Posted October 9, 2008 Re: utility which will tell me which program created a tmp file Hey Rowan, Check out Process Monitor from Microsoft Technet / SysInternals. Process Monitor will monitor file / registry IO and tell you which process is reading / writing which file. It's very good. I wrote a blog some time ago about using Process Monitor for monitoring the registry - http://www.dabcc.com/blogs/jon/post/Do-You-Use-Process-Monitor-Part-13 Download process monitor here - http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx Regards, Jon http://www.insidetheregistry.com --- "Rowan" <yaardone@gmail.com> wrote in message news:bd3d422a-fbf4-4389-9738-fb999b76a718@s9g2000prg.googlegroups.com... > > > I have a process which creates temp files in the c:windows\temp folder > whenever a file is printed. doesn't matter how the file is created. I > think this may be due to a propitiatory audit program by teh printer > mfg. Any one know of a program that can monitor a folder and show > which process created a file?
Recommended Posts