Does windows 7 have a 'force-quit' shortcut key combination?

Sometimes applications like to override the close button on the window pane, so Alt+F4 and the like don't work.

I want to know if there is a quick way to hard shut-down the active application without having to open up the Task Manager, find the active process, and then end it.

3

2 Answers

Windows does not have a force-quit shortcut key combination. But many programs respond to different key combinations regardless, such as ALT-F4, CTRL-W, or a custom combination specifically for that program.

Alternatively, if it is just one program you want to be able to force-quit by the press of a button (because ALT-F4 does not work) you can use the commandline taskkill /f to force close an application. By creating a shortcut (and optionally assign it a shortcut key) you can close the program by either launching your shortcut or by pressing the shortcut key.

Lets assume the program you want to close is Internet Explorer. Your shortcut would be this:

enter image description here

The application is: C:\Windows\System32\taskkill.exe /f /fi "imagename eq Iexplore*"

1

In short;

No

Other examples look like too much work. You have to create a shortcut for each program manually. Maybe there's an app that.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like