In windows with the help of disk management, we can use it to format partitions, delete partitions, create the partition, shrink volume, expand the volume, and so on. But disk management has its limited function which means cannot do much more activities on the system partition. So, with the help of the command line we can do much more than aspect on disk management, so let’s get started.
In this post, we will be using DISKPART command line, now let’s get started

To open or Start DISKPART
1.
type CMD on start
2.
run command prompt by right click and "Run
as administrator"
3.
give permission yes, which will open the command
prompt
4.
Type DISKPART.
Alternative
- 1. “Win + R” and type cmd
- 2. Inside cmd type “diskpart”
- 3. Click on yes
In the command prompt we see
DISKPART> list disk
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> list partition
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> delete partition
DISKPART> delete partition override
Disk Part successfully deleted the selected partition.
DISKPART> list partition
I Hope You Like my post on DISKPART Commands to delete hard disk partitions If it is Helpful Please don't forget to share my post with your friends.
0 Comments