Does Windows 10 LTSB 2019 have the ability to perform mbr2gpt.exe ?

Copper Contributor

We recently picked up a new model laptop that requires us to use UEFI instead of BIOS to encrypt our laptop hard drives using Sophos. We were trying to use the Windows 10 LTSB 2016, but we found out the hard way that it is not available until version 1709. So as a work around we deployed Windows 10 Enterprise version. Then we have to use a Powershell script to remove a few Microsoft apps. We would much better prefer to use the LTSB version however dont really know if this feature is available in the latest release. 

1 Reply

One of the things you can do is build a Windows 10 bootable PE image based on 1709 or greater - Get the ADK to make this - (licensing applies here so you should consider this) and include the MBR2GPT.exe executable.  3rd party and bitlocker(its possible but..) drives are out of scope for doing this on.  If you have a machine that is MBR and you want it to be GPT boot up the 1709 PE  image and use the mbr2gpt /validate then use the mbr2gpt /convert .  While Microsoft doesn't officially support this it works great and I have done it testing a fleet conversion using SCCM.  To be officially supported, purchase a third party tool, like 1E to give you the support comfort.  After the conversion to GPT be sure to flip the BIOS to UEFI (manually or lots of powershell scripts can do this!)....