I have an requirement to run a script which has WinActivate and other interactive commands and I wanted to make sure the "windows locked" scenario is taken care.
I gone through the FAQ http://www.autoitscript.com/wiki/FAQ#Why_doesn.27t_my_script_work_on_a_locked_workstation.3F and I also tried "autologon" utility recommended here - http://www.autoitscript.com/forum/topic/83214-auto-login-to-windows/.
But the corporate security check is disabling the "autologon" each time it auto logs in.
So I am left with exploring "simulated log in" process from the autoit script itself to login after log-off or locked-in scenarios.
Question: As I learn from the above links, log-in/locked screen is just a dialog, will it work if I try to send CTRL-ALT-DEL sequence from autoit script or does anyone have a working snippet for this scenario?