Storage Solutions Delete recovery partitions win 8.1

Heya,
I just installed a SSD in my laptop and shoved the old HDD into a ODD caddy.

My question now is, how can I delete all the EFI, and recovery partitions that were earlier created? I can't seem to be able to do it via disk management on Win 8.1.

Reagards
 
Thanks for the suggestion.

I found a simpler way, with no need of additional software on win8/7

Elevated command prompt and then
Code:
diskpart
list disk
select disk x (where x is the correct disk)
list partition
select partition y (where y is the correct partition)
delete partition override

Cheers!
 
Back
Top