Search found 13 matches

by Aenfa
08 Oct 2023, 14:00
Forum: Wish List
Topic: Option to terminate and restart thread when called again
Replies: 4
Views: 1601

Option to terminate and restart thread when called again

I am livid that AutoHotkey doesn't include such a basic feature. One example is I have a script that dismisses an annoying dialogue that sometimes appears when switching monitor and it fails if I switch when the thread just happens to be almost at the end. The ONLY reliable way I have found that wor...
by Aenfa
16 Aug 2022, 15:22
Forum: Bug Reports
Topic: AltTabMenu not working with classic alt tab menu Topic is solved
Replies: 1
Views: 598

AltTabMenu not working with classic alt tab menu Topic is solved

I have the classic alt tab menu enabled (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer AltTabSettings set to 1) but have found the AltTab feature doesn't show the menu. It just acts as though I pressed alt+esc. Ctrl & t::AltTabMenu The above code should show the alt+tab menu w...
by Aenfa
16 Aug 2022, 11:31
Forum: Scripts and Functions (v1)
Topic: SendSAS: Send Ctrl+Alt+Del
Replies: 2
Views: 2368

Re: SendSAS: Send Ctrl+Alt+Del

I have UAC disabled so can't get this to work. UI Access checker says UIA is off regardless even if I use the "Run with UIA Access" option or run it with "C:\Program Files\AutoHotkey\AutoHotkeyU64_UIA.exe". Is it possible for this to work without UAC enabled?
by Aenfa
23 Feb 2020, 14:22
Forum: Wish List
Topic: Support for the Windows modern UI toggles, etc
Replies: 0
Views: 1979

Support for the Windows modern UI toggles, etc

Will AutoHotkey ever support adjusting the Windows modern UI toggles (WiFi, Airplane mode, Night light, etc) without having to send simulated keystrokes? Is such a thing possible? Because simulated keysrokes for settings can be very hit and miss.
by Aenfa
26 Jan 2019, 13:45
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 192075

Re: [Archive] Collection of lost AHK Scripts & Libraries

Is it possible to make it catch the wm_command messages or is that too complicated?
by Aenfa
26 Nov 2017, 12:20
Forum: Ask for Help (v1)
Topic: Monitor Windows services and log start and stop events
Replies: 6
Views: 1500

Re: Monitor Windows services and log start and stop events

So no one bothered to help me. I have found a solution myself. The code below checks for running services every 15 seconds and logs start/stop events to services.log. It uses the function set I found at https://autohotkey.com/board/topic/32023-service-function-set-for-handling-windows-services/ #Per...
by Aenfa
24 Nov 2017, 16:12
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 96
Views: 76870

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

I already unsuccessfully tried "java.exe" als Parameter - obviously something is missing or they changed something in Windwos 10 again. Yes, a single click with the left mouse button is exactly what I need. Do you have a sample code to iterate over the icons in the TrayIcon? Sure, try the following...
by Aenfa
07 Nov 2017, 16:09
Forum: Ask for Help (v1)
Topic: Monitor Windows services and log start and stop events
Replies: 6
Views: 1500

Re: Monitor Windows services and log start and stop events

Well, if the system hasn't changed in that regard there's no need to write a "new" article with the same content, right?! Feel free to ignore it anyway :yawn: The thing that has changed is what I said in my first post that Windows 8 and above don't log service start/stop events. That link was about...
by Aenfa
07 Nov 2017, 14:24
Forum: Ask for Help (v1)
Topic: Monitor Windows services and log start and stop events
Replies: 6
Views: 1500

Re: Monitor Windows services and log start and stop events

That first link is very old so was way before Windows 8 came out. Can someone help me get AutoHotkey to log Windows service events? Or is there a way to turn on service start/stop logging in Windows 10?
by Aenfa
07 Nov 2017, 12:33
Forum: Ask for Help (v1)
Topic: Monitor Windows services and log start and stop events
Replies: 6
Views: 1500

Monitor Windows services and log start and stop events

I have Windows 10 and have found Windows 8 and above don't log when services start and stop (the event ID 7036). Not having service start/stop events is a bit of a deal breaker for me. Is it possible to get AutoHotkey to monitor all Windows services and log when they start/stop?
by Aenfa
03 Sep 2016, 09:26
Forum: Ask for Help (v1)
Topic: Send {WheelLeft} doesn't work
Replies: 2
Views: 1512

Re: Send {WheelLeft} doesn't work

Anyone?? Send {WheelLeft} and Send {WheelRight} also aren't working for me. How do I get it to work?

EDIT: I have found it works in web browsers but not File Explorer windows. Not sure why.

Go to advanced search