Reallocate Windows Recovery Partition
After install Window, it will create a recovery partition following the system boot partition. If you want to reallocate the recovery partition, do the following.
Disable existing Windows Recovery Partition use command line:
reagentc /disable In command line window, run diskpart to remove the recovery partition:
list disk select disk # (where # is the disk needing the recovery partition to be removed from. You can use Disk Management to confirm disk #) list partition select partition # (where # is the recovery partition) delete partition override (which will force delete the recovery partition) Now, expand your volume using Disk Management, and leave the similar size (~1024MB or as you see in the above list paritition) at the end of the drive for recreating the recovery partition.
Posted by John Liu Wednesday, July 24, 2024