
Prerequisites #
ReAgentC /Disable
Basic Format Disk #
Launch CMD and type diskpart
diskpart
Once entered into diskpart, we want to list the disks to get the disk number
list disk

Select the corresponding disk
sel disk 0

Now, list the partitions on the disk
list part

Then, lets remove the partition that is blocking our extension partition
sel part 4

del part override
Dynamic Format Disk #
list volume

sel volume 2

del volume override