View Running Processes On A REMOTE PC And Terminate Them

To view all running processes on a remote computer type the following command:

tasklist /S <REMOTE PC NAME> /U <ADMIN USER> /P <PASSWORD>

To terminate a process type the following command:

taskkill /S <REMOTE PC NAME> /U <ADMIN USER> /P <PASSWORD> /IM <PROCESS NAME>