[SOLVED] Can't extend C partition

Solution
Delete 522MB recovery partition first.
Only then you can extend C: partition.
Use diskpart. Disk Management will not allow deleting recovery partition.

diskpart
list disk
select disk 1
list partition
select partition 3
(select 522MB partition)​
delete partition override
exit
Delete 522MB recovery partition first.
Only then you can extend C: partition.
Use diskpart. Disk Management will not allow deleting recovery partition.

diskpart
list disk
select disk 1
list partition
select partition 3
(select 522MB partition)​
delete partition override
exit
 
Solution

Jave10

Commendable
Apr 15, 2020
27
2
1,545
Delete 522MB recovery partition first.
Only then you can extend C: partition.
Use diskpart. Disk Management will not allow deleting recovery partition.

diskpart
list disk
select disk 1
list partition
select partition 3
(select 522MB partition)​
delete partition override
exit
Worked perfect. Thank you!