kill a process from windows command prompt

by Ramya 2013-02-13 18:32:34

you can use tasklist command to view the process running in your windows machine. for eg,
C:\>tasklist


Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
System Idle Process 0 Services 0 24 K
System 4 Services 0 720 K
smss.exe 312 Services 0 180 K
csrss.exe 428 Services 0 1,428 K
wininit.exe 480 Services 0 144 K
csrss.exe 488 Console 1 8,092 K


you can kill the process using tskill/pskill commands as,
C:\>tskill notepad
1095
like
0
dislike
0
mail
flag

You must LOGIN to add comments