Latest trick to lock my computer(pc) so that no one can open.
lock ur pc.. open notepad copy and paste the script below and save it .VBS extention
This wil create a shortcut.. run(click) it
set WshShell = WScript.CreateObject(“WScript.Shell”)
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders(“D esktop”) & “\LockWorkstation.lnk”)
oShellLink.TargetPath = “%windir%\system32\rundll32.exe”
oShellLink.Arguments = “user32.dll,LockWorkStation”
oShellLink.Save
Hello,
After locking pc then how can open my system?????????
Ok sir i can block the pc then hw we can open our pc’s
[...] Latest trick to lock my computer(pc) so that no one can open. [...]
[...] Latest trick to lock my computer(pc) so that no one can open. [...]
how can i open next time