|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get application name for a process
I have a server running 5 RDP sessions. Tasklist.exe returns 5 mstsc.exe
processes running. If you log on to the server -- open task manager – and go to the application tab you see server-name – Remote Desktop for the RDP sessions. Sometimes I need to kill one of the RDP sessions from a remote computer. What I need to be able to find out which mstsc.exe process is associated to a server. This would allow me to kill the mstsc process (by killing the process using the PID) without killing all of the mstsc.exe processes. |
|||||||||||||||||||||||