Monday, April 15, 2013

Beranda » , » Lock Mac Screen with a Keyboard Shortcut

Lock Mac Screen with a Keyboard Shortcut


Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.

Mac users have a bunch of different ways to prevent others from snooping on their Mac when they need to step away for a few minutes. Some like to set up a hot corner that starts their screensaver. Others like to click a menu bar icon that turns off their display. There are even some 3rd party apps that add this functionality. The problem with these approaches is that they cut off some background processes or require system preferences to be configured a certain way. These seem like workarounds rather than real solutions.

An even better way to lock your Mac’s screen is to press a quick keyboard shortcut that instantly shows a login screen without closing any of the things you were working on. It requires just a couple minutes to set up initially – here’s how:

Lock Screen Service


  1. Launch Automator from your Applications folder.
  2. Select “Service” as the document type.
  3. Select “Utilities” from the list on the left, then double-click “Run Shell Script” in the next column.
  4. On the top-right side of the screen, adjust the drop-down menus so the statement reads: “Service receives [no input] in [any application]“
  5. Copy the following command into the large text box that appears:
  6. /System/Library/CoreServices/"Menu Extras"/User.menu/Contents/Resources/CGSession -suspend
  7. Go to File > Save and name your service “Lock Screen”. Once saved, you can now quit Automator.

Lock Screen Keyboard Shortcut


  1. Launch System Preferences and go to the Keyboard pane.
  2. Next, select the “Keyboard Shortcuts” tab. From the list on the left, select “Application Shortcuts”. Click on the plus (+) button below to add your new shortcut.
  3. In the dialog box we’ll want to leave “All Applications” selected in the first menu. Enter “Lock Screen” as the Menu Title. Please note this has to be exactly the same name you entered when saving the service in Automator. Finally, enter your keyboard shortcut. Let’s go with Command+Shift+L.
  4. Click Add and you’re all done!
Now when you press your keyboard shortcut (Command+Shift+L), the Mac login screen will immediately be displayed. You’re still technically logged in and processes such as large downloads will continue in the background. But you can leave your Mac unattended without worry – no one will be able to access your account until you enter your password. When you do, everything on your desktop will be there just as you left it!