Installing Windows 11 via WinPE requires downloading the Windows ADK and the WinPE Add-on to create bootable USB media using the copype and MakeWinPEMedia commands. The process involves booting the target machine from the USB, preparing the disk, and running setup.exe to initiate the installation. For comprehensive, official instructions, see the Microsoft Learn documentation. Create bootable Windows PE media - Microsoft Learn

To install Windows 11 using Windows Preinstallation Environment (WinPE), you must first create a bootable WinPE USB drive using the Windows Assessment and Deployment Kit (ADK). 1. Download and Install Required Tools

You need to install two separate packages from Microsoft in the following order:

Windows ADK: Download from the official ADK downloads page. During installation, ensure you select Deployment Tools.

WinPE Add-on: Download the Windows PE add-on for the same ADK version. 2. Create WinPE Working Files

Open the Deployment and Imaging Tools Environment as an Administrator from the Start menu.

Run the following command to copy the base WinPE files to a staging folder (e.g., C:\WinPE_amd64): copype amd64 C:\WinPE_amd64 Use code with caution. Copied to clipboard

Note: Use amd64 for 64-bit systems, which is required for Windows 11. 3. Create the Bootable USB Drive WinPE: Create bootable media | Microsoft Learn


If you want, I can produce:


Click Start and search for "Deployment and Imaging Tools Environment". Right-click it and select "Run as administrator". This shortcut sets the necessary paths to the ADK tools.

For a generic recovery USB, use the copype command:

copype amd64 C:\WinPE_11_Build

Note: amd64 refers to 64-bit Intel/AMD processors, not just AMD chips.

This creates the following structure:

To create the USB:

That's it. You have a vanilla WinPE 11 USB. But if you boot this on a modern laptop, you will have no touchpad, no NVMe drive visibility, and no Wi-Fi.