How can I login into a locked windows, using some command in a .BAT file?
I can lock the screen easily from my Java program : RunDll32.exe user32.dll,LockWorkStation
Is there any way to login later automatically (from my running Java program), if I know the password?