Windows server 2003/2008 – How to end running process via command line

Posted by aidas | Posted in Command line, Windows 2003, Windows 2008 | Posted on 07-05-2009

0




This post will show how to end running process by using command line on your Windows server 2003. First of all you need to run tasklist command to view PID number of the process you want to end. To do it type:

tasklist

To end process type:

taskkill /PID <PID number>

To end process on remote server named “Testserver” type:

taskkill /s Testserver /PID <PID number>

Note that you can always type taskkill /? for more command usage examples


Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • StumbleUpon
  • Blogosphere News


Follow us on Twitter !
Follow us on Twitter!


Write a comment