| Author |
Message |
Forum: Issues Topic: AHK just hangs after heavy system load |
| Maniaxx |
|
Posted: November 16th, 2009, 10:03 pm
|
|
Replies: 9 Views: 1599
|
I'll go back version by version. It'll need some time.
Is there any debug, verbose or logging function that could help? |
|
 |
Forum: Issues Topic: AHK just hangs after heavy system load |
| Maniaxx |
|
Posted: November 15th, 2009, 9:44 pm
|
|
Replies: 9 Views: 1599
|
| Hallo, i have Win7 32Bit rtm. AHK is loaded with scheduler (at user logon/high privileges). This is the script: ;map mouse3 to Alt+F4 ;MButton::!F4 MButton::WinClose A ;map mouse4 to Alt+W (use ^w for Ctrl+W) XButton1::^w XButton2::^w Everything works as expected but... Whenever there is high load (... |
|
 |
Forum: Support Topic: Elevated Permissions in AutoHotkey and the Run command |
| Maniaxx |
|
Posted: August 19th, 2009, 10:45 pm
|
|
Replies: 8 Views: 2159
|
| I suspect it does inherit the permissions from the script that started it. I can't follow... there is now previous script invoking this one. AHK is started in admin user context and this extra flag (in scheduler) 'start with highest privileges'. Trying to start it as LOCAL SERVICE or SYSTEM doesn't... |
|
 |
Forum: Support Topic: Elevated Permissions in AutoHotkey and the Run command |
| Maniaxx |
|
Posted: August 19th, 2009, 6:43 pm
|
|
Replies: 8 Views: 2159
|
| How did you manage to start your scripts properly by scheduler? Whenever i start it (in scheduler) it just sits in the taskmanager and doesn't work. There's also no systray icon. What's the trick? Can you give some details? That would really help a lot. I'm using the gui version of the win7 schedule... |
|
 |
Forum: Support Topic: AHK not working during UAC prompts (or high privil. windows) |
| Maniaxx |
|
Posted: August 19th, 2009, 4:14 pm
|
|
Replies: 3 Views: 328
|
| I've disabled UAC and tried the 'A_IsAdmin' entry but it doesn't change anything. It looks like services are even higher (or different) than admin privileges. I think i have to find a way to invoke autohotkey as service. Any ideas? |
|
 |
Forum: Support Topic: AHK not working during UAC prompts (or high privil. windows) |
| Maniaxx |
|
Posted: August 19th, 2009, 1:20 am
|
|
Replies: 3 Views: 328
|
| Hallo, i'm using a simple script to close active windows by MButton (middle mouse button). MButton::WinClose A,,,, While it works properly in WinXP its a pain in Vista/Win7. Every time a window pops up with high privileges(?) (UAC, Personal Firewalls, windows7 virtual keyboard :p) the AHK script doe... |
|
 |
Forum: Scripts Topic: Using Keyboard Numpad as a Mouse |
| Maniaxx |
|
Posted: August 19th, 2009, 12:15 am
|
|
Replies: 82 Views: 24720
|
| Would it be possible to modify the script to support d-pads (joystick/digital pads)? There is a script for analog joysticks already but its not much of help regarding digital inputs. Some d-pad drivers send x/y-axis commands and others use button outputs. |
|
 |
| Sort by: |