To forcibly end a Windows Vista process, you can choose right-click the taskbar, task manager, right-click a process, and end the process. However, we can also use the command to navigate to the Internet to provide more options for this operation. First, right-click * Start Menu-Program-attachment-command prompt * and run as Administrator * and enter tasklist. The following list is displayed: image Name PID session Name Mem Usage ====================================== ========================== saayaa.exe 26356 Console 39,352 K regedit.exe 24244 Console 9,768 K cmd.exe 18664 console 2,380 K conhost.exe 2528 Console 7,852 K notepad.exe 17364 Console 7,892 K notepad.exe 24696 Console 22,028 K notepad.exe 25304 Console 5,852 K. assumer.exe 2864 Console 72,232 K. If you want to compile all the processes of a program, for example, notepad.exe, you can enter Taskkill/IM notepad.exe/F. If you only want to end a process of a program, you can enter the PID of the process. For example: taskkill/PID 17364/F indicates forced termination.