Run AutoHotkey script when screen locked? -


I have written some scripts with autohotkeys, but I think that when the user is logged in and the screen is not closed.

I want to schedule the script to run. Does anyone know if it is possible with AutoAuto, or is there any other program with such functionality that the script can run when the screen is locked?

Thank you!

You can use the system task scheduler to schedule execution of scripts. The scheduler accepts a user name and ID and runs the script under that account. By chance, I've found that hotkey mapping and hotstring work when the screen is locked, but of course nothing will send the key or otherwise will not interact with open windows.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -