Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

.tmp files appearing in Windows\Temp folder

Writer Olivia Zamora

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?

2 Answers

Sysinternals filemon will be the solution.

FileMon

Update : I think it is replaced by Process Monitor.

Process Monitor

1

If it really bothers you then create either a scheduled or startup task that runs:

del c:\windows\temp\*.* /F /Q /S

You may also want to do the same for \Local Settings\Temp

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy