How do I do a FULL format in Windows 7 command prompt

Status
Not open for further replies.
Associate
Joined
20 Aug 2011
Posts
182
Ok I want to fully format my hdd before I install windows on it, I hear you can by command prompt, at the minute I've got the command prompt up over the installation setup.

Can anyone tell me what commands I need to put in to fully reformat ( not quick format like the one built in to the installation disk)

my hdd is 1TB, I know it will take a very long time.

I think I need to delete partitions too and I'm not sure how to delete them/i dont know what my drive is classed as probably C: but since the command to reformat my hdd will probably require me to know it's volume size name etc could you tell me what commands I would need to put in to find out, thank you
 
Restart the PC.

Enter the BIOS.

Set the DVD drive to "first boot" device and HDD as second.

Restart PC with the windows disk in the drive.

Press any key to boot from disk.

Follow the oncreen instructions and do a custom install.

A little bit later you will get the option of where to install to and also Format/delete the partition wiping the data clean.

Then create a new partiton using the biggest value you can and let it do its thing.
 
I know how to do that, I'm talking about a full format of the HDD using the command prompt by pressing shift + F10 during the install, the option where you get to format/delete only does quick formats
 
If you know so much about it, you would know that trying to format a HDD while it is in use by the OS isnt possible.
 
yeah, I don't know how to do it though, what's the commmand for it?

Also, I'm not sure what letter my drive is, how can I find out from a command
 
Don't bother with the full format, it's a waste of time is it not?

Just use the quick format/re-partition tool during the initial install process, then you can be on your way to playing games/using Windows instead of gaffing around doing a full format :)
 
Don't bother with the full format, it's a waste of time is it not?

Just use the quick format/re-partition tool during the initial install process, then you can be on your way to playing games/using Windows instead of gaffing around doing a full format :)

This, I don't think I've ever bothered with a full format, get bored after a couple hours when it's still only on 10%.
 
Don't bother with the full format, it's a waste of time is it not?

Just use the quick format/re-partition tool during the initial install process, then you can be on your way to playing games/using Windows instead of gaffing around doing a full format :)

Finally, someone sees logic.
 
But I want it to check my HDD for errors, which a quick format, does not

Just install Windows and do a SMART check when installed? Afaik just doing a full format won't check the disk either?

You seem to be making a mountain of a mole hill here

Just get Windows installed and do what bobby spangles suggests above to check the disk.
 
format c:

You can also do an unconditional format, which will write zeros to every sector of the partition. To do this it's.

format c: /u

The quick format command is

format c: /q
 
Full format won't check for errors any more than a quick format surely?

I would have thought

format "drive letter"

would have done the trick from a command prompt however.

I wouldn't bother personally, as a decent amount of use after a quick format will have deleted everything on the drive previously before too long.
 
Status
Not open for further replies.
Back
Top Bottom