Twitter!May 18, 2009 21:10
Regularly I found myself searching for a way to share or track small information. The problem is that it’s often too small to create a complete blog posting for. Twitter seems to be a great tool to track or share small information, so today I finally made my first steps in the Twitter world at http://www.twitter.com/edwindotnet. Tags: information, share, track, twitter.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 |
||