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
Monday, 22 October 2012
Related Post
How to Analyse a BSOD Error After a Crash [GUIDE]Its the Most Familiar thing a Normal Windows User encounters , so familiar that its a part of his/
Trick To Secure Your New PC Every one of us wants to secure our new PC form a certain damage . So here i am going to giv
FREE YOUR RAM USING NOTEPADIf your PC become slow, when you are operating with several programs. it may be due to RAM because
Add Background Image To Folder In Windows ExplorerHII FRIENDS I M BAck with a new Trick Hope u Will enjoy this One........Here it is.... When yo
Track USB drive usersI got an interesting email from my blog reader Reynold who asked me that how he can track
Hide Files or Folders Using Command PromptTrick to hide files and folders using Command PromptThe most important thing is that, once hid
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.