Find out which process is locking a DLL without extra toolsJanuary 26, 2009 11:28
Most sites and tips on the internet suggest to download some tool to detect which process is using the DLL. It seems that not many people are aware that, since Windows XP, we don’t need to download (or even pay for) a tool to detect this. Just launch the windows console and navigate to the directory of the DLL. Now type “tasklist.exe /m locked.dll” and it will show you exactly which processes have loaded and locked this DLL. Happy unlocking 1 Comment »RSS feed for comments on this post. TrackBack URL Leave a comment |
||
Good blog, very useful! Much more straightforward than procesmon.
Comment by Coen Hoogstede — February 2, 2009 @ 11:48 am