What do you think ALT+CTRL+DEL is the only solution to stop a process/application or service running in Microsoft Windows OS, I am sure most of you will be doing this when ever they get stuck and their PC gets hanged. Besides getting help from Task Manager there are other ways and one of them is DOS Prompt.
- Go to Dos-Prompt from Start Menu->Run (Type CMD here).
- Write TASKLIST and press enter, this will show you all the current running processes/applications/tasks. (As shown)
- Look for the process/task you want to stop and note its PID number.
- Suppose you are willing to stop the processe GoogleUpdate.exe (PID No. 2016). You have to enter the command taskkill /PID 2016 and then hit Enter.
Thats it you are done.
Source