Search found 1 match

by pstuners
Thu Jul 16, 2015 9:52 pm
Forum: General Questions
Topic: Lock Screen in Windows 7, When Running Tests?
Replies: 11
Views: 4067

Re: Lock Screen in Windows 7, When Running Tests?

You can implement this as a windows task scheduled to be performed at login: Run program rundll32.exe With arguments user32.dll,LockWorkStation one (not very best) way to implement it might be: autologin as passwordless single user set user password - net user <user> <password> lock the screen - run...