Hello, how are you doing?
Welcome to the Microsoft community!
I'm glad to be able to assist you at this time.
--
I'm sorry you're experiencing trouble deleting the unwanted partition.
In case Disk Management doesn't provide the option to delete the volume, consider employing Diskpart, a command-line utility:
- Press Windows + X on the keyboard, then select "Windows PowerShell (Admin)."
- Type "diskpart" and press Enter to launch the Diskpart utility.
- Type "list disk" and press Enter to display available disks.
- Identify the disk you want to work with (e.g., Disk 1).
- Type "select disk X" (replace X with the disk number) and press Enter to choose the desired disk.
- Type "list partition" and press Enter to view all partitions on the selected disk.
- Identify the partition you wish to delete.
- Type "select partition Y" (replace Y with the partition number) and press Enter.
- Use the command "delete partition override" to forcibly delete the selected partition.
- A warning will appear. Confirm the deletion by typing "Yes" and pressing Enter.
--
Please be extremely cautious when using Diskpart, as these commands directly modify disk structures. If you are not comfortable using Diskpart, you can also use a third-party tool to delete the volume.
--
I hope this helps you.