Hey there once again! Actually what do u do when u go to drink tea or need to hurry to the market but suppose u have downloaded some usefull things and dont wanna pause or cancel the download. Or some untrustworthy person is near you! so your head can really mess up!
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
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.