Posts Tagged Lock

Adding ‘Lock My Computer’ Shortcut to The Desktop

In a effort to increase security at one of my healthcare providers they requested a quick way their employees can lock their computers when they walk away from their computers.  I found Mklnk, it is a very tiny free utility that lets you make shortcuts from command line.  I decided to use this to accomplish this task.  I did some research and found that the following command will lock your computer.

rundll32.exe user32.dll,LockWorkStation

Read the rest of this entry »

,

No Comments