Sunday, April 1, 2018

Convert MBR to GPT in windows 10

Warning, this will destroy all data on the drive you perform this on.

open CMD . Command Prompt as Administrator

type in diskpart

type in list disk

select disk (disk number) that you want to covert
type clean
type convert gpt
type exit

and you are done, you should see the full amount of space on your drive in Device managers

Have a nice day