HackGh Community Forum
How To Create An Auto-Lock On PC Empty


Free counters!
Staff Online
Staff Online
Members2390
Most Online179
Newest Member
https://hackgh.forumotion.com/u2487


You are not connected. Please login or register

How To Create An Auto-Lock On PC

View previous topic View next topic Go down  Message [Page 1 of 1]

1How To Create An Auto-Lock On PC Empty How To Create An Auto-Lock On PC Thu Jul 09, 2015 6:45 pm

Felizo

Felizo
Support Moderator
Support Moderator
Whenever you are working on your PC on some important project and have to leave somewhere urgently, I am sure you dont go before locking your PC , Do you?

Though it sucked when everytime I had to log off everytime to lock my PC. Its a very slow process and I hate my machine working slow. And as we all know that necessity is the mother of invention , I came up with a pretty cool solution of this problem and just loved the outcome:D

Here in this post I'l tell you how to create your own auto PC Locker and lock your PC just by a Double Click.

NOTE:- You must require a possword on Start up for this (no matter admin or user)

Well The method is pretty simple

Open Notepad copy and paste the script below and save it .VBS extention
This wil create a shortcut (on desktop).. run(click) it

set WshShell = WScript.CreateObjec t(?WScript.Shell?)
set oShellLink = WshShell.CreateShor tcut(wshShell.SpecialFol ders(?Desktop?) & ?LockWorkstation.lnk?)
oShellLink.TargetPa th = ?%windir%system32rundll32.exe?
oShellLink.Argument s = ?user32.dll,LockWorkStation?
oShellLink
.Save

And you are done.

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum