From 94c5123ad193a831e541030f57f7609b316553fb Mon Sep 17 00:00:00 2001 From: Paul Mataruso Date: Thu, 9 Oct 2025 18:34:51 +0000 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb7477c..99ca47b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ -# Create-DISMPe +# 🪟 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: + - [Windows ADK](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install) + - [WinPE Add-on](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install#winpe-add-on) + +2. **DISM++ Portable** + Download the latest version: + 👉 [https://github.com/Chuyu-Team/Dism-Multi-language/releases](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 + -Create bootable ISO of Windows PE Environment with DISM++ started on boot. \ No newline at end of file