I got my computer all rebuilt today, including a new SSD. The new SSD is the boot disk and I was able to install windows on it with no trouble. Now I would like to format the previous drive, which is still attached to the system and which I would like to use as storage. However, Windows will not permit me either to delete the copy of windows on that drive, or to format the drive entirely. I'm getting a boot menu each time I start up to ask me to choose which one I want to use, which is fine, but all that space is now not available to me.
Using other threads from this site, I used Diskpart from the command prompt. The output is like this:
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 223 GB 2048 KB
Disk 1 Online 465 GB 1024 KB
Disk 2 Online 476 GB 0 B
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> clean
Virtual Disk Service error:
Clean is not allowed on the disk containing the current boot,
system, pagefile, crashdump or hibernation volume.
How can I override this? I have all the data I need from this disk imaged elsewhere so there is no concern with losing any information, I just want it erased.