How to unlock your screen (not from sleep mode)
-
Hi, I wrote an applescript that allows you to unlock your screen.
Use on your own risk.tell application "System Events" keystroke return delay 2 keystroke "YOUR_PASSWORD" keystroke return end tell
You call the command on TriggerCMD via osascript.
This only works when you wake up your Mac from Screensaver, not from Sleep Mode.