Search found 3 matches

by tomerstern
27 Jul 2022, 02:19
Forum: Off-topic Discussion
Topic: Report False-Positives To Anti-Virus Companies
Replies: 117
Views: 981901

Re: Report False-Positives To Anti-Virus Companies

I started working in a new company and of course one of the first things I installed was Autohotkey. The installation finished successfully, however trying to run AutoHotkey.exe I am getting a CrowdStrike Falcon Sensor error: A process was blocked because malicious behavior was detected. Any idea wh...
by tomerstern
19 Aug 2020, 15:49
Forum: Ask for Help (v1)
Topic: Wait for window to show
Replies: 3
Views: 172

Re: Wait for window to show

Didnt work. I also tried SetTitleMatchMode, 2 WinWaitActive, VNC Authentication Msgbox, Hello! did it work properly this time? and SetTitleMatchMode, 2 While !WinExist("VNC Authentication") { sleep, 100 } WinActivate, VNC Authentication WinWaitActive, VNC Authentication Msgbox, Hello! did it work pr...
by tomerstern
19 Aug 2020, 15:04
Forum: Ask for Help (v1)
Topic: Wait for window to show
Replies: 3
Views: 172

Wait for window to show

Hi guys,
Is it possible for ahk to wait for a window and if it shows up, bring it to the front and then send a key into it?
I know the title starts with "VNC Authentication".

Thanks a lot in advance.

Go to advanced search