Difference between revisions of "Extend C Drive"

From rbachwiki
Jump to navigation Jump to search
Line 3: Line 3:
* Delete the volume to make it unallocated space
* Delete the volume to make it unallocated space
* Open CMD prompt (Admin Mode)
* Open CMD prompt (Admin Mode)
  dispart
  diskpart
  use disk 0
   
list disk
select disk 0
list partition
select partition 5 //select the partition of the recover partition
delete partition override

Revision as of 20:55, 30 December 2021

  • . 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