Opened 14 years ago
Closed 14 years ago
#1736 closed Bug (No Bug)
Send keystroke don't works ont locked windows session
Reported by: | sliding4living@… | 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 Changed 14 years ago by anonymous
comment:2 Changed 14 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:3 Changed 14 years ago by Zedna
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 Changed 14 years ago by Jpm
- Resolution set to No Bug
- Status changed from assigned to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Thank you
Arnaud
France