Windows disk manager lets you create, delete, modify partitions on connected drives, but does not allow deleting the recovery partition. To do that, you can use the
diskpart utility which can be run from an Administator command line. The following commands will allow you to delete the partition, replace
X with the desired disk and partition
diskpart
list disk
select disk X
list partition
select partition X
delete partition override
No comments:
Post a Comment
With great power comes great responsibility