Saturday, March 5, 2011

Kill Tasks/Process in Command Prompt

Tasklist
Kill Tasks/Process in Command Prompt
1.open cmd by typing cmd in run
2.then type tasklist in cmd
3.Look For a Process To kill from Tasklist
4.there are two ways to kill the task
   a)using IM
   b)using PID no
 
a)Using IM : Type taskkill/im and type which process to kill eg : "notepad.exe"
Like thisC:\User\Home>taskkill /im "notepad.exe"
b)Using PID NO:Type tskill and type the PID No of process which you want to stop
Like this : C:\User\Home>tskill 864 (864 = "notepad"PID NO)




                                                    

No comments:

Post a Comment