CoNetrix Blog

How-to Remotely View and Terminate Processes

Posted on July 27, 2009 2:18 PM

Processes can be remotely viewed and terminated by built in Windows commands: tasklist.exe and taskkill.exe.

Examples of terminating a process:

Find the process id using the command “tasklist /s <computer> /u <domain>\<user> /p <password>”

Terminate the corresponding process “taskkill /s <computer> /u <domain>\<user> /p <password> /pid <process ID>”

Related Posts

Add Comment





[b][/b] - [i][/i] - [u][/u]- [quote][/quote]