Update README.md

This commit is contained in:
2025-10-09 18:34:51 +00:00
parent e246b8d91d
commit 94c5123ad1

View File

@@ -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.