Calendar

November 2009
M T W T F S S
« Aug   Jan »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Find out which process is locking an exe or dll

This might come in handy if you need to find out which process is locking an exe/dll file:

tasklist.exe /m [filename]

What is does :

quote “Lists all tasks currently using the given exe/dll name. If the module name is not specified all loaded modules are displayed.“