Difference between revisions of "Extend C Drive"

From rbachwiki
Jump to navigation Jump to search
 
Line 11: Line 11:
  delete partition override
  delete partition override
* Go back into disk Management and extend the partition
* Go back into disk Management and extend the partition
==[[Windows| Windows Category]]==

Latest revision as of 14:57, 26 April 2023

  • . Shrink Volume

Make sure the unallocated space is next to the recovery partition

  • Delete the volume to make it unallocated space
  • Open CMD prompt (Admin Mode)
diskpart
list disk
select disk 0
list partition
select partition 5 //select the partition of the recover partition
delete partition override
  • Go back into disk Management and extend the partition

Windows Category