This project represents an adaptation of the original Tiny11 Builder project, developed by NTDEV. The adaptation focuses on providing an optimized Windows 10 ISO creation solution, specifically designed for users who prefer or need to remain on the Windows 10 platform while benefiting from similar optimizations available in Tiny11.
The original codebase, designed for Windows 11 ISOs, has been carefully modified and recalibrated to work seamlessly with Windows 10 installations. This adaptation maintains the core philosophy of the original project while incorporating specific adjustments necessary for Windows 10 compatibility, including preservation of gaming-related components and essential Windows 10 services.
Our primary goal is to provide users with a reliable tool to create streamlined Windows 10 installations while maintaining system stability and functionality. This project serves as a bridge for users who wish to optimize their Windows 10 experience using proven methodologies from the Tiny11 project.
Scripts to build a trimmed-down Windows 10 image - developed in PowerShell!
Tiny10 builder is a comprehensive and flexible solution that enables the creation of an optimized Windows 10 version, maintaining all essential functionalities and gaming compatibility.
This tool is designed to work with ANY Windows 10 release (specifically tested with version 22H2 Build 19045.3803), as well as ANY language or architecture. This is made possible thanks to PowerShell's advanced scripting capabilities.
Since it's written in PowerShell, you'll need to set the execution policy to Unrestricted
to run the script. If you haven't done this before, make sure to run Set-ExecutionPolicy unrestricted
as administrator in PowerShell before running the script, otherwise it will fail.
This script was created to automate the building of an optimized Windows 10 image, using only Microsoft utilities like DISM, without dependencies on external sources. The only executable included is oscdimg.exe, which is provided in the Windows ADK and is used to create bootable ISO images.
An unattended answer file is also included, used to bypass the Microsoft Account on OOBE and to deploy the image with the /compact
flag.
It's open-source, so feel free to add or remove anything you want! Feedback is greatly appreciated.