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
Categories: Computer and Internet tips Tags:
Is it possible to make Mozilla firfox run faster??
2. The second step is to put “network.http.pipelining” in the filter and change the value to “true”.
3. After that you will want to put “network.http.proxy.pipelining” in the filter.
Like the last one, make that value set to “true” also.
4. Next, locate “network.http.pipelining.maxrequests” and change the value to some number higher, say 10,20 or even 30, it would make up to 10,20 or 30 requests at once.
5. The last step is to right click anywhere and select “New” then “Integer”. Name it “nglayout.initialpaint.delay” and make its value “0″. This will make the browser respond faster on the information of the websites it receives.
6. Close out FireFox (make sure FireFox is closed by viewing the Task Manager) and restart it and enjoy the new mega speed
Now you can browse through the net in top speed of your internet connection
Categories: Computer and Internet tips Tags:
Latest release "Shortcut to start Windows XP"
You can restart a Windows XP Pro and home machine easily by creating a shortcut with following path. (Assume you installed Windows XP on your C: Partition) “c:\windows\system32\shutdown.exe -r -f -t 00″ -r is for restarting the computer. -f is to force close all programs without saving. -t 00 is used to restart in zero seconds. i.e. as soon as you D.Click on the shortcut. You can log off from a Windows XP Professional or home edition by running “C:\windows\system32\shutdown.exe -l -f -t 00″. Also you can shutdown a Windows XP home or Professional edition by running “c:\windows\system32\shutdown.exe -s -f -t 00″. You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run “c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00″ This is used to turn off a server. Even though your computer will be
shutdown completely, this whole operation will take 30 seconds to finish. Even though you don’t have networked computers attached to your computer, this works.
Categories: Computer and Internet tips Tags: