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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -