Difference between revisions of "Extend C Drive"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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) | ||
diskpart | diskpart | ||
list disk | list disk | ||
select disk 0 | select disk 0 | ||
Line 10: | Line 10: | ||
select partition 5 //select the partition of the recover partition | select partition 5 //select the partition of the recover partition | ||
delete partition override | 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