How to expand the Windows partition when the Recovery one is in the way?

If you wish to delete the recovery partition, you can do this without any third-party software. Open command prompt and then run diskpart, and then (for example): list diskselect disk 0list partition; (carefully verify which partition is the recovery partition) select partition 4delete partition override (override is needed as the recovery partition is protected).

Archives