Delete Windows 10 Recovery Partition
Perform the following steps.
- Step 1: Open a command prompt as administrator.
- Step 2: Run the Diskpart application by typing Diskpart in the command prompt.
-
Step 3. In the
diskpart
prompt, enter rescan command and press Enter key to rescan all partitions, volumes and drives available. - Step 4. Then type in list disk and press Enter key to show all hard disk drives available.
-
Step 5. Select the disk that contains the partition you want to remove. Normally, with just one hard disk, it will be disk 0. So the command will be:
Select disk 0
. Finish by entering a key. -
Step 6. Type
list partition
and press Enter key to show all available and created partitions in the disk selected. -
Step 7. Select the partition that wanted to be deleted by using the following command, followed by the Enter key:
select partition <$PARTITION_ID>
. -
Step 8. Finally, type in
delete partition override
and press Enter key