From dcba64e7e9589afb1ed27b457457fd821c6a7b19 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Fri, 3 Mar 2017 13:01:06 -0800 Subject: [PATCH] draft done --- windows/deploy/mbr-to-gpt.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/windows/deploy/mbr-to-gpt.md b/windows/deploy/mbr-to-gpt.md index aff993ba86..6eef8da0ac 100644 --- a/windows/deploy/mbr-to-gpt.md +++ b/windows/deploy/mbr-to-gpt.md @@ -21,8 +21,8 @@ localizationpriority: high 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 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. >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. @@ -36,13 +36,7 @@ The MBR2GPT tool can convert operating system disks that have earlier versions o ## Syntax -
- -``` -MBR2GPT.exe /validate|convert [/disk:] [/logs:] [/map:=] [/allowFullOS] -``` - -
+
MBR2GPT.exe /validate|convert [/disk:] [/logs:] [/map:=] [/allowFullOS]
### Options