Description
From the user u/aged-cartographer on Reddit:
- Open powershell in elevated mode - search for powershell in the windows start menu, right click and select Run as administrator
- Type in
diskpartand press enter.- Type in
list diskto list your disks.- Type in
select disk #to select the disk that you want to operate on. Replace the # with the disk number.- Type in
list partitionto list all partitions on the selected disk.- Type in
select partition #to select the partition that you want to delete. Replace the # with the partition number.- Type in
delete partition overrideto delete the partition.