If you wanted to lock your Windows using a batch file it can be achieved using the following command.
rundll32.exe user32.dll, LockWorkStation
This will be handy if you need to lock your computer after a certain scheduled action. Simply place this in a bat file, and schedule the bat file to be run to get the computer locked.
I tried this on Windows 7.
No comments:
Post a Comment