had a bit google of this, and i'm confused. went to the first link i came to
https://docs.microsoft.com/en-us/wi...management/change-an-mbr-disk-into-a-gpt-disk
and in Disk Management, when i click on my OS disk [i have one just for the OS] it says it's MBR and if i right click it only says "convert to dynamic disk", no GPT option. if i go to my other drives, which i use for data etc, they show as GPT partition style.
A dynamic disk allows you to span a partition over multiple drives. So not really what you're looking for. You're looking to convert to GPT. To convert to GPT, unfortunately there is no click, job done. (Unless there's some special software that i'm unaware of which is possible) Doing it manually does require deleting all existing partitions. If you look at their instructions, and if you were using DISKPART, number 3 says 'clean' which is basically deleting all partitions.
- At the DISKPART prompt, type list disk. Note the disk number you want to convert.
- At the DISKPART prompt, type select disk <disknumber>.
- At the DISKPART prompt, type clean.
- At the DISKPART prompt, type convert gpt.
I just allowed my Windows installation media to create a new GPT partition for me. As you normally do when you get to the 'Install Now' part of the windows install. However the key is to disable CSM in the UEFI BIOS so it forces Windows to create the GPT and secondly you NEED an entire image backup of your C drive, so you can restore just the partition that Windows is installed on. Typically there will be 3 a system partition, a recovery partition. and the Windows C: partition... its just the C: Windows partiton that you want to be restoring. AFTER you've re-installed a barebone install of Windows.
So to sum things up.
Make a macrium backup of the entire c: boot drive (even though you only need the Windows partition) it'll allow you to restore back to an MBR fully if it all goes south
Download if you don't already have it, a Windows 10 ISO, make a flash drive bootable
Change your BIOS to CSM disabled
Boot from the flash drive with Windows 10
Delete All partitions when it gets to the install windows here, and allow the install to recreate them... THIS is when it'll create the GPT partition across the boot drive
Install Windows
Install Macrium
Do a restore, but only select the c: drive
It'll restart in Windows PE and restore just the Windows partition, leaving the newly created GPT partitions.
You'll now have a fully converted GPT drive with all your old windows settings and install intact.
Hope that helps.