From 3cdb643a041f26d450d51f11410339e534dffe14 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Mar 2020 20:22:12 +0500 Subject: [PATCH] Clarification Added I have checked and verified by running the setup that we need to install USMT to get feature to have ReAgent file. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/6181 --- windows/deployment/mbr-to-gpt.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/deployment/mbr-to-gpt.md b/windows/deployment/mbr-to-gpt.md index 5dc23ca66e..9e9ce683f0 100644 --- a/windows/deployment/mbr-to-gpt.md +++ b/windows/deployment/mbr-to-gpt.md @@ -427,6 +427,9 @@ To fix this issue, mount the Windows PE image (WIM), copy the missing file from For example, if the ADK is installed to the default location of C:\Program Files (x86)\Windows Kits\10 and the Windows PE image is mounted to C:\WinPE_Mount, run the following commands from an elevated Command Prompt window: + > [!NOTE] + > You can access the ReAgent files if you have installed User State Migration Tool (USMT) as a feature while installing Windows Assessment and Deployment Kit. + **Command 1:** ```cmd copy "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Setup\amd64\Sources\ReAgent*.*" "C:\WinPE_Mount\Windows\System32"