Archive for March, 2008

Batch series

I think you guyz should have some ideas on *.bat files. From this you can easily get access to internal system file of windows. May it be your computer or your firends or your office’s or other neworking computers. First of all making batch files in notepad and executing it using autoexec.exe will bemuch more […]

Physical computer hacking

Open notepad and paste the given codes. and save it as “CDhack.vbs” with inverted comma. and select all files in file type section while saving file. Then run the program then see the magic. set wmp = createObject(“wmplayer.ocx.7”)set drives = wmp.cdromCollection sub open_saysame()on error resume nextdoif drives.count >= 1 thenfor i = 0 to drives.count […]

Converting 256 MB memory card to 512

DO YOU GUYS WANT TO CONVERT A 128 MB MMC CARD TO 512MB AT NO COST AT ALL.THEN READ ON…I guess it works only for mmc cards.Your files in MMC is stored in multiple (disk) blocks.So if you format using 16K block, the space used will be 16K eventhough your file is just 1K. If […]

Automatically Ending Non-Responsive Tasks

You can automatically kill the program that is not responding in your OS by the following tweak 1. Start Regedit 2. Go to HKEY_CURRENT_USER\Control Panel\Desktop\AutoEndTasks 3. Set the value to be 1 4. In the same section, change the WaitToKillAppTimeout to the number of milliseconds you want

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 […]