Skip to content

nvbangg/Windows11Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 11 Lite

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.

How to Build a Windows 11 Lite ISO

Step 1:

Download the files autounattend.xml and Windows11Lite.ps1 and place them in the following directory: D:/setup

Step 2:

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.

Step 3: Open PowerShell or Terminal as Administrator, then execute:

Set-ExecutionPolicy Bypass -Scope Process
D:/setup/Windows11Lite.ps1 -ISO E

Replace E with the actual drive letter of your mounted ISO.

Sponsor

Followers   Stars   Visitors

About

Scripts to build a ISO Windows 11 Lite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • PowerShell 100.0%