Manage Process Handles (handle.exe)


To check what handle’s are in use by certain process I will use handle.exe from sysinternals. You can download and read more about here http://technet.microsoft.com/en-us/sysinternals/bb896655

Type handle.exe /? in command prompt to check witch options you have available. Read more of this post

Which dll’s certain process use


Some times during a troubleshooting analysis we need to know what is in use at that current moment, and what is the version of the dll in use.

From SysInternals Suite we will use pslist and listdlls tools, to get this information.

Run from command prompt pslist.exe tool Read more of this post