How to reformate ssd

Elephanturd

Honorable
Apr 7, 2013
1
0
10,510
Basically I built my own computer, and while installing windows 7 on my ssd (I have no HDD as of now) I had to force shut down my computer while windows was getting installed. I am pretty sure this has corrupted the ssd and I've been told I have to reformat it. How would I go about doing this?
 

jackson1420

Distinguished
May 10, 2010
487
0
18,860
That sounds like a different issue than formatting the drive.

Reinstall Windows and it will format the drive for you then.

If you are up to the task then do the following:

When you are at the initial Windows 7 install screen hit Shift+F10 and a command prompt will open up.

Type the following sequence to format your drive:
diskpart
select disk 0
select partition 1
format fs=ntfs label=Windows

This is a long format. You could add in the word quick (format fs=ntfs quick label=Windows) to make it faster.