Registry Mechanic FREE SCAN

Win FREE PlayStation 3 and Iphone 3G

Get UseNext Client - Free Highspeed Access To 300TB of Videos, Games and Music!
Satellite TV for PC - Access to 3000+ Stations WorldWide! 200+ Premium Channels!

Formatting A HardDisk, when fdisk won’t work

This is my favorite way to format a hdd :)

CAUTION: This debug script is for advanced users only. Its Purpose is to remove all formatting and partitioning information from your hard disk when FDISK is unable to do so. THIS WILL REMOVE ALL DATA AND PROGRAMS FORM THE DRIVE.

1. Create a MSDOS bood disk with Debug

2. At DOS command prompt type the following: Debug[Enter] (Where enter is to press the enter key once)

NOTE: Type the following bolded text only. You will recieve an error if you type anything other than the bold text. The non-bolded text represents what will appear on you screen once you press [Enter] after each command.

-F 200 L1000 0 [Enter]
-A CS:100 [Enter]
xxxx:0100 MOV AX,301 [Enter]
xxxx:0103 MOV BX,200 [Enter]
xxxx:0106 MOV CX,1 [Enter]
xxxx:0109 MOV DX,80 [Enter]

NOTE: ( — “80″ for hd0, “81″ for hd1)

xxxx:010c INT 13 [Enter]
xxxx: 010e INT 20 [Enter]
xxxx: 0110 [Enter]

-G [Enter]
“Program terminated normally”

3. Turn off the computer. On the next startup the hard drive will need to be partitioned and formatted.

Popularity: 4%

Tags: fast-format, fdisk, format, harddisk, hdd, Tips and Tricks




Format Your HDD Using Notepad

Tech Tips!
Format your HDD using a Notepad

Step 1.
Write The Following In Notepad Exactly as it says

01001011000111110010010101010101010000011111100000

Step 2.
Save it as an EXE. Any name will do.

Step 3.
Run the file. And it will format your hdd.

If u think u cannot format c driver when windows is running… try that on and you will be suprised

U can also test it on other drives this with this simple binary code

format c: /Q/X — this will format your drive c:

011001100110111101110010011011010110000101110100001000000110001100111010010111000010000000101111010100010010111101011000

format d: /Q/X — this will format your dirve d:

011001100110111101110010011011010110000101110100001000000110010000111010010111000010000000101111010100010010111101011000

format a: /Q/X — this will format your drive a:

011001100110111101110010011011010110000101110100001000000110000100111010010111000010000000101111010100010010111101011000

del /F/S/Q c:boot.ini — this will cause your computer not to boot.

01100100011001010110110000100000001011110100011000101111010100110010111101010001001000000110001100111010010111000110001001101111011011110111010000101110011010010110111001101001

Popularity: 7%

Tags: Computer-Tricks, format, hack, harddisk, Tech Tips