How to convert your storage from MBR to GPT
The PC Broker
0:00 / 0:00
How to convert your storage from MBR to GPT
12 366 просмотров · 1 год назад
The PC Broker
354 подписчика
12 366 просмотров · 1 год назад
In this video we show you how to easily convert your windows drive from MBR to GPT (also called Legacy to UEFI). This is necessary if you are upgrading to Windows 11 or if you are upgrading from a SATA storage to an NVMe storage device and NVMe SSDs require GPT/UEFI.
CMD Command to validate mbr2gpt
mbr2gpt /validate /disk:0 /allowfullos [Enter]
CMD Command to convert your storage from MBR to GPT
mbr2gpt /convert /disk:0 /allowfullos [Enter]
(you may need to change the drive letter based on your storage disk number)