Posts Tagged ‘technology’

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]

CD tray firmware hacking..

Using a simple visual basic script you can play with the CD tray. The code below is a VB script which opens and closes the CD tray randomly.Copy the codes below paste it in note pad and save it as “CDlay.vbs” with inverted comma. Its not harmful. After saving close the notepad and open the […]

Speed up your hard disk

To speed up your hard disk speed we need to configure a special buffer in the computer’s memory in order to enable it to better deal with interrupts made from the disk. This tip is only recommended if you have 256MB RAM or higher.Follow these steps: Run SYSEDIT.EXE from the Run command. Expand the system.ini […]

NTLDR not found error problem during OS installation?

If you get an error that NTLDR is not found during bootup, If you have FAT32 partitions, it is much simpler than with NTFS.Just boot with a Win98 floppy and copy the NTLDR or NTDETECT.COM filesfrom the i386 directory to the root of the C:\ drive. For NTFS: 1. Insert and boot from your WindowsXP […]

Locking your folder

If u have a folder named “movies” in drive C: then creat a new text file in same drive and past the text fllows – ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} Now rename the text file Loc.bat.and dobble click on it. (it is lock the folder and change it into cotrol pannel shortcut). Same as to open or […]