bulletThe ID Security Suite News Archive is being updated on regular basis, so please check in from time to time for up to date articles on PC Security issues.

Step 1 – Open a DOS promot for launching a special command line. One simple way you can do it would be by clicking Start/Run, typing CMD.

Step 2 – Enter  the command line for locking your station:

rundll32.exe user32.dll, LockWorkStation

and your computer will be locked.

Lock computer using command like

Published: 11 Aug 2008  by Cristina Mailat, in: Protection, Tutorials Tags: , , RSS feed for comments on this post.

44 Responses to “How to lock your computer using command line”

  1. how to unlock ? ?

  2. The information was very useful for me and helped me to develop a small tool which I hope will be very useful in my work.

  3. How to unlock ..?

  4. do yopu think i can make a batch of this?

  5. To unlock the stations just re-enter the username and password for the locked profile, this command is very useful when using remote software when you don’t have other means of locking the station being worked on.

  6. will it work in windows 7??…if not wt to do for windows 7???

  7. The application will work the method with the bat file depending on the rights on the system.

  8. Bernard the Great

    rundll32.exe is a windows-based dynamic library link…of course it will work on windows

  9. …how to unlock?…
    press CTRL ALT DEL and log in just like normal…. :0)

  10. windows key + l also works and is much faster and easier

  11. You unlock by logging in.

    You will ether press Ctrl, Alt and Delete if your using windows Pro or Ultimate or you just click on your Username Icon if your using windows Home

    Then enter your password if you have one.

  12. This will not work on windows7 as-is. It will instead shut windows7 down.

  13. windows key + L works fine, but not if you want another program to enter that command for you. the sendkeys method doesn’t support pressing “windows key + character”.

  14. works for Windows XP not W7 though. thanks.

  15. Re: Windows key+l

    Yea, but that won’t be as helpful as the cmd in case you are running a remote desktop from your PC.

  16. This works just fine for me with windows 7.
    Open Notepad
    Copy and paste this:
    Rundll32.exe User32.dll,LockWorkStation

    then save the file as lock.bat (or whatever as long as at it ends in .bat)
    I put it on the desktop. Double click on the file and the computer locks.

  17. how to unlock it

  18. Thanks, nice tip. Also using it for remote sessions. Tested and works on vista x86
    Another nice tip is using texter (get it from lifehacker.com), add eg. “lock” as trigger and it will type rundll32.exe user32.dll, LockWorkStation for you 🙂

  19. is possible run this command from remote pc ( of the same lan ) ?

    thanks Alberto

  20. Do you guys know how to unlock it via the same batch file that locks it?

    My scenario is that I want to run some automated tests and the tool requires a “real” window to be opened. I would then unlock the computer, run my scripts and then for security reasons, I want to lock it again.

    Any ideas would be greatly appreciated

  21. Thanks it works 🙂

  22. Growan Technologies

    Nice post…….
    This is what i was looking from long time…….
    but is there any command to unlock the system??????

  23. My keyboard has some extra buttons that can be customized to run a program I choose. I put in this command as the program, and it works great for one-touch locking of my workstation! Thanks! (For the record, it’s a Logitech MX3000 keyboard on Windows 7 x64 Pro.)

  24. Thank You.

  25. Works Great in Win 7.

    You can’t script the unlock of a PC. Unless you know the password. Which would require you saving your password in clear text on your PC. NOT A SECURE THING TO DO!

  26. Thanks… I just created a little .bat file using command: rundll32.exe user32.dll, LockWorkStation. It runs great on my 2 computers ( using Win 7 ultimate X64 and X32).

  27. You could also add a message …

    BRB,AFK

    Be right back, away from keyboard

    heres the edited script…

    rundll32.exe user32.dll, LockWorkStation
    msg * AFK, BRB

    marcus

  28. Excellent!! Thanks for the tip

  29. How would I implement this in a batch file that will be set to start my screensaver AND lock my workstation?

  30. RE: rundll32.exe user32.dll, LockWorkStation

    No one mentioned this but in windows 7 I create a shortcut which I add a icon to (Shell32.dll has a pretty lock in it) and pin it to the task bar or publish the shourtcut to my users useing Critix or SCCM – works great!

  31. Thanks for the info.. came in handy on a ServerCore 2008 r2 via Hyper-v..

  32. here is the one :
    rundll32.exe user32.dll LockWorkStation
    just copy the above one and run on DOS prompt.

  33. It works in Windows XP and 7

  34. Useful & effective

    Can we time this window lock command? Donot want to create any executable, just want to execute on cmd prompt

    I mean if I want system gets locked after say 10 mins like we have command to shutdown
    shutdown -s -t where t is time in sec after which machine gets shut down

  35. Great Information! Works great on Win 7

    I created a bat file and saved on my user profile folder.

    Then created a mail rule in outlook to execute the bat if I receive a email with a specific word on the subject.

    Now if I leave my computer unlocked, I can just send myself and email from my phone at it locks remotely.

  36. Works fine for me in W7, created a desktop shortcut as well as remote use

  37. Could anyone please tell me the command to unlock system (i can pass username and password as arguments)
    Once we have locked the system after some delay it will automatically unlocked(command required to unlock)

  38. Works for windows 7, sadly not for XP D:

  39. Akash: You can use the ‘timeout’ command in Windows 7 or higher. If timeout doesn’t exist, try ‘sleep’. They are generally the same command.

  40. one easy way is to launch the On-Screen keyboard from the start menu in the workstation/server, and then click windows button + L

  41. here is the one :
    user32.dll rundll32.exe LockWorkStation
    just copy the above one and run on DOS prompt.

  42. how to lock window screen in c++

  43. Is there any command line code to unlock our windows system. I want to set timer that executes a batch to unlock my computer automatically.

  44. Hi Guys,

    Can you help me on the below? I have a similar req.

    I have an Excel file in the shared folder.

    I dont anyone to keep the file open and lock their system and go off. So, I want to prevent people locking their system, if the file is open.

    Any suggestions??

Leave a Reply