Is there an equivalent to xkill for Windows 7?

In Linux there is a utility called xkill that changes the mouse pointer so that whatever you window you click is killed. This saves you the trouble of finding its PID and killing it with kill -9.

Is there any similar utility for Windows 7 that can save me the trouble of going through the task manager?

3 Answers

Process Explorer can do this just fine. You use the icon in the toolbar on the top which looks like a target icon (It's next to the binoculars). As soon as you press it, your cursor turns into that target icon, and the process explorer window is hidden. Drag it over the window you want nuked, and release the mouse button. The process who created that window will be hilighted inside the Process Explorer UI. You can nuke the process at that point as normal (i.e. by pressing the del key)

EDIT: Oh, and this should work for any version of Windows NT as new or newer than Windows XP, not just Windows 7.

2

There is WiXkill. Another alternative is Windows xKill. Here is the direct download link.

Found a port of xkill (win-xkill) at bitbucket. Look at the Readme.txt how to use it. You can (instead of using AutoHotkey) create a shortcut to the exe and enter a keyboard shortcut in the shortcuts properties dialog.

I tried it with Windows 10.

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