About 26,700 results
Open links in new tab
  1. Force Shutdown a program - Ask for Help - AutoHotkey Community

    Nov 4, 2007 · Force Shutdown a program - posted in Ask for Help: Dear all, Im a newbie in AHK, so please help me how to close a program without any asking for example when a word …

  2. Hotkey script to close a particular program if it's open

    Jul 18, 2014 · Hotkey script to close a particular program if it's open - posted in Ask for Help: Does any1 know whats the script to close a particular program if its open?

  3. Quit Program Macro - AutoHotkey Community

    Sep 6, 2014 · These programs 'decline' the close message sent to them, so as long as you don't forcefully kill the process, this shouldn't be a problem. So far I'm trying to use the 'WinClose, A' …

  4. Run a 2 step close down of a program - AutoHotkey Community

    Oct 22, 2021 · I'm new to AutoHotKey (today) and would like to run a script which would activate a shortcut to close a program and then stop running. There's two stages - Pressing INSERT+Q …

  5. Script to force close/kill the process of the currently ... - AutoHotkey

    Sep 9, 2021 · Script to force close/kill the process of the currently actice window by AutoKappa » Wed Mar 02, 2022 3:10 pm Hey, I'm trying to make a script that gives me a hotkey that will …

  6. Hotkey to quit an app. Normally the only way to quit this app is by ...

    May 16, 2022 · I want to quit an app, but when I click the "Close" button on the right top of the window, the window is minimized to system tray. The only way to quit this app is by right …

  7. Close an application - doesn't work! - Ask for Help - AutoHotkey

    Jul 16, 2014 · Page 1 of 3 - Close an application - doesn't work! - posted in Ask for Help: Hello! I have a program that sometimes is stop to work. When I try to close this program with AHK - it …

  8. How to kill a process? - Ask for Help - AutoHotkey Community

    Sep 18, 2014 · Page 1 of 2 - How to kill a process? - posted in Ask for Help: Could anybody help me out by writeing up the code required to kill the process WerFault.exe*32 it would be greatly …

  9. Building a 5 button kit. - AutoHotkey Community

    Dec 19, 2024 · I need the button to "close the program" if hit again. All 4 first buttons should close their respective window if held for 5 seconds ( if that's even possible lol ). The fifth button is to …

  10. Open/Close program on key press? - AutoHotkey Community

    Dec 28, 2022 · For example if I wanted to open and close a program called xyz.exe from c:// using the ESC key, whether its in the background or forefront?