This project helps you build a lightweight Windows 11 Lite ISO that removes TPM checks, hardware requirements, and the mandatory Microsoft account requirement. It also skips unnecessary Windows setup steps during installation and removes preinstalled bloatware while keeping the system fully usable.
This is a simplified and safer fork of tiny11builder. It avoids issues like “Managed by your organization” and users can still adjust settings or reinstall removed apps whenever they want. The script works entirely with Microsoft’s own deployment tools such as DISM and supports generating a clean, ready‑to‑install ISO image.
Download the files autounattend.xml and Windows11Lite.ps1 and place them in the following directory: D:/setup
Right-click the official Windows 11 ISO downloaded from Microsoft and select Mount
Windows will create a virtual DVD drive. In this guide, the mounted ISO is assumed to appear as drive E:.
If your system assigns a different letter, use that one.
Set-ExecutionPolicy Bypass -Scope ProcessD:/setup/Windows11Lite.ps1 -ISO EReplace
Ewith the actual drive letter of your mounted ISO.
