Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unlock Windows lockscreen?

How can I unlock the windows lockscreen with Delphi? I didn't found anything on Google or Stackoverflow. I already tried to enter my password using keybd_event but it seems like the events dont work on the lockscreen.

like image 589
fnkr Avatar asked Apr 11 '13 17:04

fnkr


1 Answers

This actually can be done using powershell, psexec and windows onscreen keyboard. While a program cannot send input to winlogon, the windows osk can, and sure enough a program can send input to osk.

like image 111
user208007 Avatar answered Oct 12 '22 00:10

user208007