Convert GPT Drive Into MBR Using Command Prompt (CMD) .
Convert GPT Drive Into MBR Using Command Prompt (CMD) .
Step 1.
Backup all of your data form drives before converting the drive from GPT to MBR.
Step 2.
Step 3.
Step 4.
Type list disk. Make note of the disk number you want to delete or convert.
Step 5.
At the DISKPART prompt, type select disk <disknumber> Ex select disk1.By using
this command you select the drive in which you want to any operation.
Step 6.
Now type clean.
Running the clean command will delete all partitions or volumes on the disk.
Step 7.
At the command prompt, type convert mbr. It will convert the selected drive into
MBR.