How to Delete Partitions with Diskpart

How to Delete Partitions with Diskpart

Channel:
Subscribers:
12,900
Published on ● Video Link: https://www.youtube.com/watch?v=KBmPHjDg2V0



Duration: 11:23
137 views
2


█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█
If you need help with any command use help.

For example, list /help . select /help, etc.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[Procedure]
1. start - command prompt and run under administrator

2. diskpart [## This will get you into diskpart]

3. list disk [## This will show you all the storage drives that are attached to your computer ]

4. select a disk [## This will enable you to select a disk]

5. list part [## This will enable you to list the partitions in your computer]

6. select a partition [## This will enable you to select a partition]

7. delete partition override [## This will enable you to delete a partition that cannot be deleted in
disk management]
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[Bootable USB]
https://www.youtube.com/watch?v=LK-WPCyhONI&feature=youtu.be

https://www.youtube.com/watch?v=Y-5eDuXp3kA&feature=youtu.be

Create a Bootable USB Drive

1. Go to command prompt. "Search"
2. "cmd"- right click and "run as administrator".
3. Type in "Diskpart".
4. Type "Listdisk"
5. Find out which is your flash drive you want to create as a bootable
drive.
6. Type select disk x x=1, 2, 3, to x
7. Type "Clean".
8. Type " Create partition primary "
9. Type "Select partition 1"--Diskpart marked the current partition as active.
10.Type "Active"-- Diskpart marked the current partition as active
11.Type " format fs=ntfs quick " -- Diskpart sucessfully formatted the volume
12 Type " Assign " to make it active.
13.Type " exit ". -- Leaving Diskpart
14.Type " D: cd boot"
15. Type "bootsect.exe /nt60 E:" --Target volumes will be updated with BootMGR
compatible bootcode
█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█