Opened 16 years ago
Closed 16 years ago
#1736 closed Bug (No Bug)
Send keystroke don't works ont locked windows session
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Hello,
My script is not continue when the user Windows session is locked.
However the script works perfectly in normal windows session.
My script is using between other instructions:
WinWaitActive("PDFCreator 0.9.5")
ControlClick("PDFCreator 0.9.5", "", "[CLASS:ThunderRT6CommandButton; INSTANCE:7]")
Send($nompdf)
Is there a tierce tool which can launch a task to
1)logon user windows session
2)run the autoitscript until the end
3)lock user windows session (Key Windows L)
It would be good to do it working even if the windows session is locked.On future release of Autoit, It would be perfect that all works on windows locked user session.
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 16 years ago
Look at this (my) FAQ:
http://www.autoitscript.com/wiki/FAQ#Why_doesn.27t_my_script_work_on_a_locked_workstation.3F
As you can see this is neither bug of Autoit nor lack of somefeature.
You must rewrite your script accordingly.
Next time use forum for such questions...
comment:4 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | assigned → closed |

Thank you
Arnaud
France