From 387f2a274e3eb2fdadc4d8fc379894c4d8b1ad5c Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Thu, 22 Jun 2017 14:38:30 -0700 Subject: [PATCH] mbr2gpt --- windows/deployment/mbr-to-gpt.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/deployment/mbr-to-gpt.md b/windows/deployment/mbr-to-gpt.md index 4fb101afd2..1cc9702d45 100644 --- a/windows/deployment/mbr-to-gpt.md +++ b/windows/deployment/mbr-to-gpt.md @@ -19,10 +19,12 @@ localizationpriority: high **MBR2GPT.EXE** converts a disk from Master Boot Record (MBR) to GUID Partition Table (GPT) partition style without modifying or deleting data on the disk. The tool is designed to be run from a Windows Preinstallation Environment (Windows PE) command prompt, but can also be run from the full Windows 10 operating system (OS). +MBR2GPT.EXE is located in the **Windows\\System32** directory on a Windows 10 computer running Windows 10 version 1703 or later. + You can use MBR2GPT to perform the following: -- \[Within the Windows PE environment\]: Convert any attached MBR-formatted disk to GPT, including the system disk. -- \[From within the currently running OS\]: Convert any attached MBR-formatted disk to GPT, including the system disk. +- \[Within the Windows PE environment\]: Convert any attached MBR-formatted system disk to the GPT partition format. +- \[From within the currently running OS\]: Convert any attached MBR-formatted system disk to the GPT partition format. >MBR2GPT is available in Windows 10 version 1703, also known as Windows 10 Creator's Update, and later versions. >The tool is available in both the full OS environment and Windows PE.