F5F Stay Refreshed Software Operating Systems Create a shortcut to lock your desktop.

Create a shortcut to lock your desktop.

Create a shortcut to lock your desktop.

_
_Dirty_
Member
163
05-13-2016, 01:43 PM
#1
Yes, it is possible through specific methods or approaches.
_
_Dirty_
05-13-2016, 01:43 PM #1

Yes, it is possible through specific methods or approaches.

M
maximu200
Junior Member
5
05-13-2016, 03:43 PM
#2
Press Windows key + L to launch a macro or create a small script.
M
maximu200
05-13-2016, 03:43 PM #2

Press Windows key + L to launch a macro or create a small script.

H
HxcPanda
Junior Member
15
05-13-2016, 04:44 PM
#3
The Windows key L isn't recognized in Team Viewer. You can't assign macros and you're unsure about writing a program.
H
HxcPanda
05-13-2016, 04:44 PM #3

The Windows key L isn't recognized in Team Viewer. You can't assign macros and you're unsure about writing a program.

S
schulz_13
Junior Member
5
05-13-2016, 08:02 PM
#4
Create a new file on your desktop with a name like "Lock.bat" or "WhoGivesAFuckWhatTheFileIsCalled.bat". Open it in Notepad and insert the following line: rundll32.exe user32.dll, LockWorkStation. Save the document. Go back to the desktop and double-click the file to lock your computer. REMOVE: Simply make a shortcut to rundll32.exe user32.dll.
S
schulz_13
05-13-2016, 08:02 PM #4

Create a new file on your desktop with a name like "Lock.bat" or "WhoGivesAFuckWhatTheFileIsCalled.bat". Open it in Notepad and insert the following line: rundll32.exe user32.dll, LockWorkStation. Save the document. Go back to the desktop and double-click the file to lock your computer. REMOVE: Simply make a shortcut to rundll32.exe user32.dll.

M
mcouey
Junior Member
46
05-14-2016, 10:18 AM
#5
Thank you for making my task easier.
M
mcouey
05-14-2016, 10:18 AM #5

Thank you for making my task easier.

F
Frogimouse
Member
217
05-14-2016, 12:48 PM
#6
I've set up a quick shortcut to rundll32.exe with the required DLL.
F
Frogimouse
05-14-2016, 12:48 PM #6

I've set up a quick shortcut to rundll32.exe with the required DLL.

M
malanyg
Member
57
05-18-2016, 03:44 AM
#7
Ok thanks.
M
malanyg
05-18-2016, 03:44 AM #7

Ok thanks.

L
LeonardoGame
Member
235
05-19-2016, 05:57 AM
#8
Hi, To protect your machine by locking it when you're not at your desk, use the built-in feature: if you're on a domain, press Ctrl+Alt+Del and select Lock Computer. Only you and members of the Administrators group can unlock it—just press Ctrl+Alt+Del, enter your password, then click OK. For faster security, add a shortcut to your desktop: 1) Right-click an empty space, choose New → Shortcut. 2) In the Location field, type %windir%\System32\rundll32.exe user32.dll,LockWorkStation. 3) Click Next, name it something like "Lock Computer," then Finish.
L
LeonardoGame
05-19-2016, 05:57 AM #8

Hi, To protect your machine by locking it when you're not at your desk, use the built-in feature: if you're on a domain, press Ctrl+Alt+Del and select Lock Computer. Only you and members of the Administrators group can unlock it—just press Ctrl+Alt+Del, enter your password, then click OK. For faster security, add a shortcut to your desktop: 1) Right-click an empty space, choose New → Shortcut. 2) In the Location field, type %windir%\System32\rundll32.exe user32.dll,LockWorkStation. 3) Click Next, name it something like "Lock Computer," then Finish.