Here's a simple trick to lock your PC and still keep the work or programs running.........here's the whole process. just copy the below text, paste in a notepad, and name the file as lock.vbs. Whenever u wanna lock ur pc just double click this .vbs file!
code:
set WshShell = WScript.CreateObject(“WScript.Shell”)
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders(“Desktop”) & “LockWorkstation.lnk”)
oShellLink.TargetPath = “%windir%system32rundll32.exe”
oShellLink.Arguments = “user32.dll,LockWorkStation”
oShellLink.Save
0 comments:
Post a Comment
A Feedback Costs Nothing Friends.