Three Ways to Force a Program to Close
By Stephen Bucaro
Have you ever made a program perform a task, and then realized that the task was
taking way to long and you would rather cancel it, but the program is too busy
to respond to your request? Or maybe you where working along with an application,
and suddenly it slowed to a crawl, and now you want to cancel it. Here are three
ways to force a program to close.
1. Press [Alt][F4] to force close the active window.

2. Right-click on the Windows Icon (Start button) to open the Super User menu.
In the Super User menu selct Task Manager. In Task Manager Processes tab,
Right-click on the name of the program you want to close, and in the
popup menu that appears, select End task.
3. If you know the name of the program you want to close, Right-click on the
Windows Icon (Start button) to open the Super User menu. In the Super User menu
select Command Prompt. Next to the prompt type Taskkill /IM
programname.exe /F. For example to force Firefox to close, type:
Taskkill /IM firefox.exe /F
After pressing [Enter] to execute the command, type exit and press [Enter]
to close the command prompt.
More Windows Tips: • How to Remove a DVD or CD that's Stuck in the Drive • How to Connect Two Computers • Restore a File's Previous Version • Stop Desktop Icons from Randomly Refreshing • Backup Your Windows XP Activation Files • Free Goodies for Your PCs • Configuring the Windows 7 Taskbar Notification Area • Move an Off Screen Window Back into View • Vista - Restore Deleted Recycle Bin • Disable Windows 7 Automatic Resizing and Docking
|