Winpe 11 | Install
Windows Preinstallation Environment (WinPE) 11 is a lightweight version of Windows used for deploying PCs, troubleshooting, and system recovery. Think of it as a Swiss Army knife for IT tasks that runs entirely from memory (RAM). While you can't "install" WinPE as a permanent OS, you can create a bootable WinPE 11 drive to use as a powerful repair and deployment tool. Prerequisites Before you start, you'll need: A technician PC running Windows 10 or 11. Windows Assessment and Deployment Kit (ADK) WinPE Add-on for the ADK. A USB drive (at least 2GB). Step-by-Step Guide 1. Download and Install the Tools You need two specific installers from Microsoft: Windows ADK: Download the ADK for Windows 11 . During installation, you only need to select "Deployment Tools." WinPE Add-on: After installing the ADK, download and install the Windows PE Add-on from the same page. 2. Create the WinPE Working Files Deployment and Imaging Tools Environment Administrator
A working computer running Windows 10 or 11 to build the image.
bcdboot C:\Windows /s S: /f UEFI
Download both the and the Windows PE add-on for the ADK . Run the ADK installer file ( adksetup.exe ). winpe 11 install
After customizing, you must save (unmount) the image.
WinPE 11 is built on the Windows 11 code base (using the Windows Assessment and Deployment Kit, or ADK). Unlike a standard operating system, it does not feature the traditional Windows Explorer graphical shell. Instead, it boots into a command prompt interface, allowing you to run command-line tools, scripts, and specialized standalone graphical utilities. Key Use Cases
To use your newly created recovery media, follow these deployment steps: Insert the WinPE 11 USB drive into the target computer. Prerequisites Before you start, you'll need: A technician
| Situation | Recommended | |-----------|--------------| | Normal install on a working PC | Windows Setup (double-click ISO) | | Brand new PC / dead OS | WinPE USB | | Automated deployment (many PCs) | WinPE + answer file | | Repair boot / recover data | WinPE | | Dual-boot or advanced partitioning | WinPE |
(search for it in your Start menu). Run the following command to copy the WinPE files to a folder on your PC (we'll use C:\WinPE_amd64 copype amd64 C:\WinPE_amd64 Use code with caution. Copied to clipboard 3. (Optional) Customize Your Image
Power on the system and immediately tap the system boot menu key (common keys include F12 , F11 , F8 , or Esc depending on the motherboard manufacturer). Select the USB flash drive from the boot menu options. Step-by-Step Guide 1
When WinPE 11 boots, a standard Command Prompt window ( cmd.exe ) opens automatically. From this interface, you can run vital recovery and installation tools:
(Be sure to replace with the actual drive letter mapping of your physical USB stick).
Run the following command to copy the 64-bit WinPE files to a folder named C:\WinPE_amd64 : copype amd64 C:\WinPE_amd64 Use code with caution. Step 3: Customize WinPE 11 (Optional)
In the window, execute the following command: MakeWinPEMedia /Ufd C:\WinPE_amd64 F: Use code with caution.
