Search found 5 matches

by helloguys
20 Apr 2021, 08:47
Forum: Ask for Help (v1)
Topic: Anti-Idle script not working Topic is solved
Replies: 2
Views: 376

Anti-Idle script not working Topic is solved

I'm trying to keep the screensaver from running by running a script from https://autohotkey.com/board/topic/93916-stay-awake/?p=595608 SetTimer, MoveMouse, 60000 ; Run MoveMouse every 1 minute MoveMouse: MouseMove, 1, 0, 1, R ;Move the mouse one pixel to the right MouseMove, -1, 0, 1, R ;Move the mo...
by helloguys
20 Oct 2019, 06:20
Forum: Ask for Help (v1)
Topic: Windows Security window
Replies: 4
Views: 1486

Re: Windows Security window

However, I can use the following code to close the security window.

Code: Select all

f1::

winclose, A

return
by helloguys
19 Oct 2019, 20:21
Forum: Ask for Help (v1)
Topic: Windows Security window
Replies: 4
Views: 1486

Windows Security window

Hi, I wrote a script to automatically reconnect to company VPN as it expires every 24 hours (company policy). During the VPN connect process, there's a Windows Security pop-up to prompt me select a client certificate. I shall close the pop-up window (either click OK, Cancel, or just close the window...
by helloguys
13 May 2018, 09:58
Forum: Ask for Help (v1)
Topic: ControlClick not working?
Replies: 0
Views: 539

ControlClick not working?

Sorry for newbie questions. I'm running AHK v1.1.28.02. 1) When using WinWait, WinExist and ControlClick commands, I assume they follow the same rules to match WinTitle and WinText? 2) What's the difference of putting quotation marks around the text and no quotation marks? e.g. "Untitled - Notepad" ...

Go to advanced search