Description

From the user u/aged-cartographer on Reddit:

  1. Open powershell in elevated mode - search for powershell in the windows start menu, right click and select Run as administrator
  2. Type in diskpart and press enter.
  3. Type in list disk to list your disks.
  4. Type in select disk # to select the disk that you want to operate on. Replace the # with the disk number.
  5. Type in list partition to list all partitions on the selected disk.
  6. Type in select partition # to select the partition that you want to delete. Replace the # with the partition number.
  7. Type in delete partition override to delete the partition.