how to unlock PC through command line
I have a requirement like I need to unlock the workstation through command line and run some automation test cases and then lock the workstation. The pc I am using
has some credentials and I have those too.
I am able to lock the pc by using
%windir%\system32\Rundll32.exe User32.dll,LockWorkStation .
But how to unlock? Please help me
July 16th, 2010 9:14am
you cannot programmatically unlock workstation, because unlock operation is handled by LSA (lsass.exe) and you must press Ctrl+Alt+Del from keyboard.http://en-us.sysadmins.lv
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2010 10:23am


