Skip to content

MineFartS/tiny11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

tiny11

Script to build a debloated Windows 11 image


Introduction :

You can now use it on ANY Windows 11 release (not just a specific build), as well as ANY language or architecture.

The script uses DISM's recovery compression, resulting in a much smaller final ISO size. The only other executable included is oscdimg.exe, which is provided in the Windows ADK and it is used to create bootable ISO images. Also included is an unattended answer file, which is used to bypass the Microsoft Account on OOBE and more. You can see all the configuration here.


Instructions:

  1. Download Windows 11 from the Microsoft website
  2. Mount the downloaded ISO image using Windows Explorer.
  3. Open PowerShell as Administrator.
  4. Start the script :
irm https://raw.githubusercontent.com/MineFartS/tiny11/refs/heads/main/tiny11maker.ps1 | iex
  1. Follow the instructions given.
  2. Sit back and relax :)
  3. When the image is completed, you will see it in the folder where the script was extracted, with the name tiny11.iso

About

Scripts to build a trimmed-down Windows 11 image.

Topics

Resources

Stars

Watchers

Forks

Languages

  • PowerShell 100.0%