Q. How to kill/stop a Process a process in windows using Command Prompt ?
Killing or terminating a process without a task manager is possible using “taskkill” commands in Windows operating systems like Windows 7, 8, XP, 2003, 2008 servers. Taskkill is a powerful command to kill or terminating (forcefully) any running process.
Windows Kill a Process by Process Name
Windows Kill a process by pid (Process ID)
Click Here to learn How to find Process ID in Windows
C:>taskkill /PID 1372
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com