Tuesday, July 30, 2019

Delete a Windows Recovery Partition

  1. Launch Command Prompt and Run as Administrator.
  2. From the Command Prompt, Type diskpart.
  3. Type list disk to display all disk(s).
  4. Type select disk <n>, where <n> is the disk number.
  5. Type list partition to display all partition of the selected disk.
  6. Type select partition <n>, where <n> is the partition number to delete.
  7. Type delete partition override, to delete the selected partition.