Lock Your Windows So Can't Open

Posted at Thursday, May 29, 2008

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

0 comments: