There is some program running that is creating .tmp files in my \Windows\Temp folder and filling up the hard drive. How can I determine what program is doing that? Is there some utility that I can run that tells me what program is writing to a files on disk?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Aug 7 '09 at 22:31
|
Sysinternals filemon will be the solution. Update : I think it is replaced by Process Monitor. |
|||
|
|
|
If it really bothers you then create either a scheduled or startup task that runs:
You may also want to do the same for \Local Settings\Temp |
|||
|
|