I would like to know who is locking a file (win32). I know about WhoLockMe, but I would like a command-line tool which does more or less the same thing.

I also looked at this question, but it seems only applicable for files opened remotely.

link|improve this question

feedback

3 Answers

up vote 14 down vote accepted

Handle should do the trick.

link|improve this answer
Thanks. Exactly what I needed! – JesperE Oct 27 '08 at 20:07
Unfortunately, not quite. The very first invocation opens a window, which requires a valid COMCTL32.dll on the system - precisely what is missing on my machine. So, I am out of luck. – mark Jul 23 '11 at 16:21
feedback

handle.exe http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx

THis has helped me sooooo many times....

link|improve this answer
feedback

You don't neeed anything (if you're a programmer...) . Just enumerate the handles and get the pid.

link|improve this answer
Of course. But I'd prefer if there was a tool I could just download. – JesperE Oct 28 '08 at 20:11
can you elaborate on this? – aloneguid Jun 2 '10 at 23:36
feedback

Your Answer

 
or
required, but never shown

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