this post was submitted on 03 Dec 2024
13 points (93.3% liked)
Buildapc
3843 readers
10 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Once you've got everything you need, just format the whole drive.
yup. that would be the thing to do. i'd image the whole drive to a file on an external 'just in case'. but then repartition/reformat.
win-r
diskpart
(yes to admin prompt)
list disk
(to help pick the right one)
select disk x
(where x is the one you want to nuke)
list part
(just to make sure you're looking at the right one)
if you're absolutely, positively sure you're on the right disk, continue with:
clean
(will wipe out the boot and partition structures only; clean all wipes the whole drive --dont do that with an ssd using this tool, though)
exit
then go into disk management in windows and reinitialize and partition it.