Easy Sysprep 5 English New May 2026
Easy Sysprep v5 (ES5) by IT Sky is a widely used tool for Windows deployment and system generalization, supporting Windows 7 and 10. While natively in Chinese, English users often employ version 5.19 with translation patches, leveraging it alongside WanDRV and EasyU for comprehensive image packaging. For more information, visit
ES5系统封装工具下载_Easy Sysprep Release1 - 小鱼儿yr系统 26-Oct-2019 —
Method B: Use Easy Sysprep’s Built-in Capture Tool
The new English version includes "Easy Image X2" – a simple GUI for capturing: easy sysprep 5 english new
- Open Easy Image X2 (bundled in the ES5 folder).
- Select source drive (C:) → Destination (network share or USB).
- Click "Capture" – it generates a .WIM or .ESD file.
Phase 3: Configure Sysprep Options (English Interface)
| Tab | Setting | Recommended Value |
|-----|---------|-------------------|
| General | Shutdown Action | "Shutdown after Sysprep" (for capture) |
| General | Clean up hardware drivers | ✅ Checked (critical for universal images) |
| System | Skip OOBE (Out-of-Box Experience) | Unchecked (let end-users set region & account) |
| System | Auto-activate Windows | Unchecked (use KMS/MAK later) |
| Network | Reset network adapter settings | ✅ Checked |
| Network | Sysprep mode | "Audit Mode" (if you need more tweaks) or "OOBE" for final capture |
| Advanced | Preserve user profiles | ✅ Checked (if you have custom profiles) |
For most users, the "Default (OOBE + Generalize)" preset works perfectly. Easy Sysprep v5 (ES5) by IT Sky is
Q1: Is Easy Sysprep 5 free?
Yes. The new English version remains freeware, though the developers accept donations.
Q2: Can I use it to sysprep Windows Server?
No. Easy Sysprep 5 is designed for client Windows (10/11) only. For Server, use Microsoft’s native Sysprep. Method B: Use Easy Sysprep’s Built-in Capture Tool
Key Features of the New Easy Sysprep 5 (English)
Before we jump into the tutorial, let’s review the standout features of this release:
- Multi-edition Sysprep – Supports Windows 10/11 Home, Pro, Enterprise, LTSC, and Education.
- Automatic Answer File Generator – Creates a complete
unattend.xml without manual XML editing.
- Driver Integration – Can pre-load storage and network drivers during the specialize phase.
- User Account Control (UAC) Optimization – Disables UAC prompts on the first boot (optional).
- First Boot Scripting – Run custom scripts (PowerShell, CMD) after deployment.
- Backup & Restore Sysprep State – If Sysprep fails, restore your VM to the pre-Sysprep state.
- Windows Store App Removal – Strips bloatware apps before sealing (reduces image size by 1-2GB).
- Compact OS Support – Creates smaller images by using Windows' Compact OS feature.
Phase 2: Launch Easy Sysprep 5
- Run the tool as Administrator.
- Select "New System Preparation" (the large blue button).
- You’ll see the main dashboard with four tabs: General, System, Network, Advanced.
Method A: Boot from WinPE
- Boot from a Windows PE USB drive.
- Use
DISM to capture the image:
dism /capture-image /imagefile:D:\win10_image.wim /capturedir:C:\ /name:"Windows 10 Custom" /compress:max
Typical Workflow
- Prepare a clean reference PC: install OS, drivers, Windows updates, and base apps.
- Use the Unattend.xml Builder to configure OOBE, admin account, domain join, and locale (English).
- Run Pre-Sysprep scripts to clear temp files, logs, and unique IDs.
- Launch Graphical Sysprep Manager: select Generalize + OOBE, choose shutdown option.
- Boot into WinPE, use Image Capture to create a WIM/ESD of the reference machine.
- Inject additional drivers or language packs if deploying to multiple hardware types.
- Deploy image to target machines via USB, network share, MDT, or SCCM.
- Run Post-deployment scripts for device-specific configuration and final validation.