Possible Duplicate:
Windows 7: File In Use when deleting file
Sometimes I can't delete a file because it's being used by some unknown applications. How can I find out what apps?
Sometimes I can't delete a file because it's being used by some unknown applications. How can I find out what apps? | ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Unlocker is a great tool for this.
Make sure you download the 64-bit version if yiu have a 64-bit OS. | |||
|
feedback
|
|
Yes. Moo0 makes a free utility called FileMonitor that should do exactly this. | |||
|
feedback
|
|
I use SysInternals' Process Explorer. Search for the locked file. Not only will PE tell you which application locked it, but also what thread in that application opened it. In certain cases (only recommended if you know what you're doing!) you can get away by killing one thread, rather than an entire application. At any rate, it will tell you who locked the file. | |||||||
feedback
|