Danny Moran

How to fix Microsoft Deployment Workbench Windows PE x86 crash

Published October 15, 2022 by Danny Moran

Table of Contents
PAGE CONTENT

Introduction

If you are using any verison of the Windows PE add-on after version 2004, then you are likely going to experience crashing of your Microsoft Deployment Toolkit (MDT) Deployment Workbench when try to access the Windows PE tab of your deployment share properties. It will crash with the following error:

Could not find a part of the path ‘C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs’

Microsoft Deployment Workbench Windows PE x86 Crash image 1

Microsoft Deployment Workbench Windows PE x86 Crash image 2

The reason this error occurs is due to Microsoft no longer including the x86 packages in any of newer Windows PE add-on after version 2004.

How to fix Microsoft Deployment Workbench Windows PE crash video

How to fix Microsoft Deployment Workbench Windows PE crash

Method 1 (using a script)

  1. Close the Deployment Workbench.

  2. Run the following command as administrator in either Command Prompt or PowerShell:

    xcopy "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64" "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\x86" /E /H /C /I
    
  3. Open the Deployment Workbench.

  4. Right-click the deployment share and press properties.

  5. Under General > Platforms Supported, un-tick x86 > then apply.

  6. Press the Windows PE tab, and it should no longer crash.

Method 2 (manual)

  1. Close the Deployment Workbench.

  2. Navigate to C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment

  3. Right-click and copy the folder called amd64

  4. Right-click in the current directory and press paste

  5. Rename amd64 - Copy to x86

  6. Open the Deployment Workbench.

  7. Right-click the deployment share and press properties.

  8. Under General > Platforms Supported, un-tick x86 > then apply.

  9. Press the Windows PE tab, and it should no longer crash.

Method 3 (Install older Windows PE add-on)

  1. Close the Deployment Workbench.

  2. Press WIN + R to open the run box.

  3. Type appwiz.cpl and press enter.

  4. Right-click Windows Assessment and Deployment Kit Windows Preinstallation Environment Add-ons and press uninstall, and then follow the uninstall wizard.

  5. Download and install Windows PE add-on for the ADK, version 2004

After installing Windows PE add-on for the ADK, version 2004, the Windows PE tab should now open correctly without crashing as this is the last version to include the x86 packages.