Hi Jake,
You're welcome. The commands are documented at Microsoft Learn. Please check out the links below.
https://learn.microsoft.com/en-us/windows-hardw...
https://learn.microsoft.com/en-us/windows-serve...
TypeID:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I can't extend my C-drive (when I right-click the C-drive, the "Extend Volume" command is greyed out).
Apparently it is because "another volume is between the unallocated space and the volume that you want to extend". I cant move or delete this volume (the Recovery Partition)...
So what do I do to add the 20 GB to my C-drive?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Jake,
You're welcome. The commands are documented at Microsoft Learn. Please check out the links below.
https://learn.microsoft.com/en-us/windows-hardw...
https://learn.microsoft.com/en-us/windows-serve...
TypeID:
Please run:
diskpart
select disk 0
select part 4
del part override
exit
Now, you can merge the unallocated space with volume C using Disk Management. Post a screenshot of Disk Management.
Hi Jake, This is Ramesh.
Disk Management doesn't let you extend a partition if the free space is not adjacent to that partition.
Here are your options:
Option 1: Disable WinRE using ReAgentC.exe. Then, use Diskpart to delete the Recovery partition. Extend C by occupying the unallocated space. Then recreate a Recovery partition at the end of the disk and re-enable WinRE.
Option 2: Use a third-party program like AOMEI to extend C into the non-contiguous unallocated space.
If you wish to pursue "Option 1", please do the following:
Open the admin Command Prompt and run these commands:
reagentc /info
reagentc /disable
dir c:\windows\system32\recovery /a
Post the output.
Will post the remaining commands after seeing the above output.