ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Task killing program by clicking its window

(1/1)

RedPillow:
Hi, I was wondering, if there is program like Glass2K (you can click a window and a menu opens) - which allows you to set-up for example "hold down ctrl and right click a window to open a menu where you can taskkill the process the window is running on"

Lol, I suck at explaining thing but you get the idea.

lanux128:
you can try the program mentioned in this thread - Process Manager for Windows.

RedPillow:
Very nice, thanks!!

skwire:
Here's a quick AHK script to ctrl-right-click a window and have the option to kill it.


--- Code: AutoIt ---^RButton::{    MouseGetPos, , , myWindowID,     WinGetTitle, myTitle, % "ahk_id " . myWindowID    MsgBox, 4, Kill me now..., % "Are you sure you want to kill '" . myTitle . "'?"    IfMsgBox, Yes    {        WinKill, % "ahk_id " . myWindowID    }}Return

RedPillow:
Thanks, tryin' that too  :Thmbsup:

Navigation

[0] Message Index

Go to full version