1.1 KiB
1.1 KiB
🪟 Create a Bootable WinPE ISO with DISM++
This guide explains how to create a bootable WinPE ISO that automatically launches DISM++, useful for imaging, backup, and deployment tasks.
🧰 Prerequisites
-
Windows ADK (Assessment and Deployment Kit) – install the following components:
- Deployment Tools
- Windows Preinstallation Environment (WinPE) Add-on
Download:
-
DISM++ Portable
Download the latest version:
👉 https://github.com/Chuyu-Team/Dism-Multi-language/releases -
Place
Dism++x64.exe
in: C:\Tools\Dism++ -
Save the PowerShell script as: C:\Create-DismPE.ps1
-
Open Deployment and Imaging Tools Environment (installed with Windows ADK) as Administrator, then run: powershell -ExecutionPolicy Bypass -File C:\Create-DismPE.ps1