I want to wipe my SSD to reinstall windows with USB - How do I do this?

LittleRedPC

Distinguished
Feb 16, 2016
61
0
18,630
My OS is installed on my SSD, And I want to completely wipe the SSD, To then re-install windows 10 via USB, But I'm really confused as to how I should wipe the SSD.

I don't want anything from the SSD backed up, I just want to remove everything including windows from the SSD.
 
Solution
1. disconnect all other drives (if you have any additional SSD/HDD) and leave only SSD connected.
2. Boot from USB windows installation media.
3. Clean your SSD, to do that go to command prompt
  • diskpart
    list disk
    select disk X (X - is your SSD disk number, should be 0)
    clean
    exit
3. Install windows.
1. disconnect all other drives (if you have any additional SSD/HDD) and leave only SSD connected.
2. Boot from USB windows installation media.
3. Clean your SSD, to do that go to command prompt
  • diskpart
    list disk
    select disk X (X - is your SSD disk number, should be 0)
    clean
    exit
3. Install windows.
 
Solution
I made a small mistake in my forum post, Instead of an SSD, I have 2x 64GB Msata's.
It shows Disk 0 (124GB) and Disk 1 (14GB).

Everytime I do what you said above, It gives me this error -

Virtual Disk Service Error
Clean is not allowed on the disk containing the current boot, system, pagefile, crashdump or hibernation volume.
 


I made a small mistake in my forum post, Instead of an SSD, I have 2x 64GB Msata's.
It shows Disk 0 (124GB) and Disk 1 (14GB).

Everytime I do what you said above, It gives me this error -

Virtual Disk Service Error
Clean is not allowed on the disk containing the current boot, system, pagefile, crashdump or hibernation volume.
 

You have to do the clean procedure, when booted from windows installation media.
If you're doing that from within windows, it will not let you.