Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Sounds like a case for <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" rel="nofollow noreferrer">Process Explorer, a free utility from Microsoft SysInternals</a>:</p> <p><a href="http://i.technet.microsoft.com/bb896653.ProcessExplorer(en-us,MSDN.10).jpg" rel="nofollow noreferrer">alt text http://i.technet.microsoft.com/bb896653.ProcessExplorer(en-us,MSDN.10).jpg</a></p> <p><strong>Description:</strong></p> <blockquote> <p>Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.</p> <p>The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.</p> <p>The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.</p> </blockquote> <hr> <p>If you are looking for more info in terms of terminal-server specific info, I've been following the blog of a programmer that is releasing a beta of a tool that I believe will fit your needs perfectly. It is an improved TSAdmin. He calls it TSAdminEx.</p> <p>See below for a screenshot, and <a href="http://www.remkoweijnen.nl/blog/2009/02/20/tsadminex-beta-release/" rel="nofollow noreferrer">click here to learn more about it and to get the beta</a>. It's free software, BTW.</p> <p><img src="https://www.remkoweijnen.nl/blog/wp-content/uploads/2009/02/tsadminexprocesses-small.png" alt="alt text"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload