Description: A article description the how to use the `diskpart` command.
In some case, the partition deletion and creation can not be done by disk management panel in windows, but can be achieved from command line application diskpart.
[Link]
List disk
lisk disk
Select disk
select disk {disk number}
List partition of disk
list partition
Select partition
select partition {partifiion number}
Delete partition
delete partition {partition number}
Create partition
create partition primary
``