UPDATE OCT 1 2019 – Everything is still completely accurate but if you want to know how to remove all stuck partitions and recreate a volume through command line CLICK HERE.
__________________
If you install a hard disk from an old PC into your current PC, you might find a few partitions cannot be deleted. Fortunately it is very easy and fast to use a simple command line to remove the unwanted partitions:
HOW TO REMOVE STUCK PARTITIONS:
- Bring up a CMD or PowerShell window (as an administrator)
- Type DISKPART and press enter
- Type LIST DISK and press enter
- Type SELECT DISK <n> and press enter
- Type LIST PARTITION and press enter
- Type SELECT PARTITION <n> and press enter
- Type DELETE PARTITION OVERRIDE and press enter
- Repeat steps 6 and 7 as many times as you need to remove unwanted partitions
43 Comments