up vote 4 down vote favorite
share [g+] share [fb]

I want a software, similar to Unlocker or something in which we can delete files that are used by another process, for Windows 2008 R2.

link|improve this question

Warning, you could be headed for data corruption. – Martin Feb 26 '10 at 13:18
feedback

4 Answers

up vote 6 down vote accepted

If you mean the Kernel itself, you may be out of luck... If you mean just on Windows 2008 R2, I recommend you use Microsoft / Sysinternals Process Explorer.

You can press the find button and type the name of the file you are trying to delete, it will then show you what application / module has an active handle to it and basically kill that process so you can delete the file.

link|improve this answer
i dont want to kill the process as i know which process is using that file. I just want to unlock that file from that process. – SyncMaster Feb 26 '10 at 12:24
You can close the handle, not need to kill the process. Some applications might not like it, some will not bother. And instead of killing the app, just closing it gracefully will do too :-) . – Snark Feb 26 '10 at 12:26
feedback

Another alternative is Lockhunter.

link|improve this answer
feedback

The sysinternals handle command can find what process has a file locked, and forceably close the handle.

link|improve this answer
feedback

Try WhoLockMe. It says NT/2K/XP but it may work with 2008

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.