Difference between revisions of "Extend C Drive"

From rbachwiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
1. Shrink Volume
*. Shrink Volume
''' Make sure the unalocated space is next to the recovery partition'''
''' 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| 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