I read a post here about a post here :) (give credit where credit is due) about how to check which process is locking a dll. No 3rd party software required. Never knew this one :
“Every so often I need to know what process has locked a DLL because a delete or similar operation failed. In such cases I always turn to tasklist.exe, the command line version of the Windows Task Manager (Ctrl+Shift+Esc). It's not well known but it can be incredibly handy, especially the module switch. Just type: tasklist /m thelocked.dll and it will return all processes that have loaded that DLL!“
Thursday, September 3, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment