Skip to main content

Delete Recovery Partition

  1. Open an admin command prompt and enter.
    diskpart

    image.png


  2. List the disks within diskpart by typing the following command. 
    list disk

    image.png

  3. Select the disk that contains the recovery partition using the following command (replace the number with the correct disk).
    select disk 0

    image.png

  4. List the partitions on the chosen drive so you can select the recovery partition using the following command.
    list partition

    image.png

  5. Select the partition you believe is the recovery partition by using the following command.
    select partition 1

    image.png

  6. List the partition details with the following command to verify it's the recovery partition.
    det part