You can use
Status Key for it
.
Wait... The script will not perform the function with WinKey+L because the same HotKey is being used by windows which can't be overwritten. But a script can be made which has its own HotKey which signs you off and locks the computer aswell
Code for locking the workstation
code:
Interop.Call("User32", "LockWorkStation");