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


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:

Phase 2: Launch Easy Sysprep 5

  1. Run the tool as Administrator.
  2. Select "New System Preparation" (the large blue button).
  3. You’ll see the main dashboard with four tabs: General, System, Network, Advanced.

Method A: Boot from WinPE

  1. Boot from a Windows PE USB drive.
  2. Use DISM to capture the image:
    dism /capture-image /imagefile:D:\win10_image.wim /capturedir:C:\ /name:"Windows 10 Custom" /compress:max
    

Typical Workflow

  1. Prepare a clean reference PC: install OS, drivers, Windows updates, and base apps.
  2. Use the Unattend.xml Builder to configure OOBE, admin account, domain join, and locale (English).
  3. Run Pre-Sysprep scripts to clear temp files, logs, and unique IDs.
  4. Launch Graphical Sysprep Manager: select Generalize + OOBE, choose shutdown option.
  5. Boot into WinPE, use Image Capture to create a WIM/ESD of the reference machine.
  6. Inject additional drivers or language packs if deploying to multiple hardware types.
  7. Deploy image to target machines via USB, network share, MDT, or SCCM.
  8. Run Post-deployment scripts for device-specific configuration and final validation.