Lock Your Windows So Can't Open
Lock your Windows .. open notepad copy and paste the script below and save it .VBS extention.
This will create a shortcut.. run (click) it... any following damaged at your own risk.
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
Lock Your Windows So Can't Open
Posted at Thursday, May 29, 2008This entry was posted on Thursday, May 29, 2008 . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment