How can I kill processes on a Windows machine? Ctrl + Alt + Del only works for the whole system, but I need it for a single process.
|
migrated from stackoverflow.com Jan 13 '11 at 16:06
|
Open task manager, go to the process Tab, highlight the process, hit "end process" button. |
|||
|
|
|
For Windows XP, Vista, 7: Basic options overview: If you know the name:
If you know the PID:
Kill all processes by one user (Quinn in this instance):
Taskkill options:
Modifiers:
|
|||||||
|
|
Besides the Windows Task Manager already suggested here, It is more elegant as described in this How-To-Geek article.
Also see the Wikipedia page, Process Explorer. |
|||
|
|
|
Note the process ID of the process you wish to kill. From the command line type:
Or use Ctrl + Alt + Del and select it from the list. |
||||
|
