[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
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!