View and kill process running on remote computer

Follow this article to know how to view and kill process running on a remote PC. We assume that you already downloaded PsTools in your computer and you are following these steps in a Windows Domain environment.

Click to Download PsTools

In a non-Domain environment, create same local account with administrator privileges in both the computers.

a) Open ‘Command Prompt with Run as administrator privileges’ on your local computer.

b) Using PsExec to get ‘command line’ access to remote PC.

psExec \computer cmd

c) Execute ‘tasklist’ command to view list of processes running on the remote PC

tasklist

d) Using pskill command to kill remote process

All in One WordPress Hosting
HostGator $2.75 per month
HostGator
24/7/365 Technical Support, Free Site Building Tools, 4500 Website Templates, Free Shopping Cart Software, Ideal for WordPress, 45 Day Money Back Guarantee
Starts at 30$ per month
All in One WordPress Hosting
WordPress
High optimized WordPress hosting, secure firewall, HTTPS, Backup, hack-fix guarantee and many others at 30$ per month

pskill.exe \computer_name process_name