Build WinPE

Windows ADK makes it easy to build your first boot image by following the examples from these Microsoft Learn docs linked below. This boot image will be used for most of the following articles, so having a clear understanding of how to easily create an ADK WinPE boot image is important.

Microsoft Docs

Building a Windows ADK WinPE

This simple script will allow you to create your first Windows ADK Boot Image with Windows PowerShell installed. Start the Deployment and Imaging Tools Environment as an administrator from the Start Menu or using the snippet below in Windows Terminal

Once you are in the Deployment and Imaging Tools Environment, copy the script below to build an ADK WinPE ISO

When the script is complete, you should have a bootable ISO created at "C:\WinPE_amd64_PS C:\WinPE_amd64_PS\WinPE_amd64_PS.iso"

Test in a Virtual Machine

Use your Virtual Machine of choice and boot to the new WinPE ISO

Last updated