| View previous topic :: View next topic |
| Author |
Message |
azure
Joined: 07 Jun 2007 Posts: 694
|
Posted: Thu Jul 05, 2007 4:28 am Post subject: how do I find and disable an ahk file that has #NoTrayIcon |
|
|
| how do I find and disable an ahk file that has #NoTrayIcon parameter? |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Thu Jul 05, 2007 6:46 am Post subject: Re: how do I find and disable an ahk file that has #NoTrayIc |
|
|
| azure wrote: | | how do I find and disable an ahk file that has #NoTrayIcon parameter? |
Ambiguous! Did you mean:
How to detect and exit a running AHK script that has no tray icon ?
 |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 694
|
Posted: Thu Jul 05, 2007 7:03 am Post subject: |
|
|
yeap  |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Thu Jul 05, 2007 7:47 am Post subject: |
|
|
Not an easy task, I guess.
You have to get a list of PID's for all running AHK scripts and use TrayIcons() to ascertain whether it has a Tray icon
 |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jul 05, 2007 7:57 am Post subject: |
|
|
| CTRL+ALT+DEL opens the windows task manager..... under Processes locate AutoHotkey.exe and select End Process |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 694
|
Posted: Thu Jul 05, 2007 10:17 am Post subject: |
|
|
| Anonymous wrote: | | CTRL+ALT+DEL opens the windows task manager..... under Processes locate AutoHotkey.exe and select End Process |
but in case of multiple ahk files running there is no way to determine which is which |
|
| Back to top |
|
 |
Helpy Guest
|
Posted: Thu Jul 05, 2007 11:29 am Post subject: |
|
|
So you have to kill them until the annoying one is ended, and restart the others...  |
|
| Back to top |
|
 |
Kisan
Joined: 05 Jul 2007 Posts: 4
|
|
| Back to top |
|
 |
micaman
Joined: 05 Jul 2007 Posts: 4
|
Posted: Thu Jul 05, 2007 5:52 pm Post subject: |
|
|
um addition to this my ctrl+alt+del is actually shut off each time I try to open it due to a line my brother added so i can't shut if off that way does anyone know how to get around that?
also note that each one is hidden. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Jul 05, 2007 6:49 pm Post subject: |
|
|
you can write an ahk script to search out other ahk scripts and process, Close them. just be sure to compile it, since otherwise, it will close itself
otherwise, use the pskill command (you have to download the pstools package)
I seem to remember a brother vs. brother prank script discussion a while back, I wonder if you are the target brother. _________________
(Common Answers) |
|
| Back to top |
|
 |
micaman
Joined: 05 Jul 2007 Posts: 4
|
Posted: Fri Jul 06, 2007 1:50 pm Post subject: |
|
|
| sadly i am... also i sorta am new at this auto hot key thing... so i don't know how to find it. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
|
| Back to top |
|
 |
micaman
Joined: 05 Jul 2007 Posts: 4
|
Posted: Sat Jul 07, 2007 4:26 pm Post subject: |
|
|
| ok um i found on my desktop an autohotkey program i think it is complied cause it says Mcwall.exe does that mean it is compiled? |
|
| Back to top |
|
 |
Sukarn
Joined: 16 Jun 2007 Posts: 35
|
Posted: Sat Jul 07, 2007 4:45 pm Post subject: |
|
|
| micaman wrote: | | ok um i found on my desktop an autohotkey program i think it is complied cause it says Mcwall.exe does that mean it is compiled? |
If its a .exe then its compiled. |
|
| Back to top |
|
 |
micaman
Joined: 05 Jul 2007 Posts: 4
|
Posted: Sat Jul 07, 2007 5:03 pm Post subject: |
|
|
| good so it is complied now how do i close and note, it is hidden and i can't use ctrl+alt+del |
|
| Back to top |
|
 |
|