attached the link for how to increase and decrease disk volumes.
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a partition called Healthy Recovery sitting between my Volume C and Volume D due to which I am unable to extent the Volume C space post deleting the Volume D partition. Is there any way without actually deleting the whole Disk and reinstalling the windows ? Please let me know as this is very urgent and the productivity of the Laptop user is hampered.
thanks team.
attached the link for how to increase and decrease disk volumes.
Thanks.
Hi Prashant,
Yes. It can be done. You can remove the Recovery partition, merge the free space and and recreate the Recovery partition.
Please open Disk Management and maximize it. Adjust the column widths in the top pane to make all the entries visible. Post a screenshot.
Open the admin Command Prompt and run these commands:
reagentc /info
dir c:\windows\system32\recovery /a
Post the output.
WinRE.wim is stated. Now, run the following commands to delete the Recovery partition:
diskpart
select disk 0
select part 4
del part override
exit
Post the output.