Files
Create-DISMPe/README.md
2025-10-09 18:34:51 +00:00

1.1 KiB
Raw Permalink Blame History

🪟 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

  1. Windows ADK (Assessment and Deployment Kit) install the following components:

    • Deployment Tools
    • Windows Preinstallation Environment (WinPE) Add-on

    Download:

  2. DISM++ Portable
    Download the latest version:
    👉 https://github.com/Chuyu-Team/Dism-Multi-language/releases

  3. Place Dism++x64.exe in: C:\Tools\Dism++

  4. Save the PowerShell script as: C:\Create-DismPE.ps1

  5. Open Deployment and Imaging Tools Environment (installed with Windows ADK) as Administrator, then run: powershell -ExecutionPolicy Bypass -File C:\Create-DismPE.ps1