[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72706":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},72706,"tiny11builder","ntdevlabs\u002Ftiny11builder","ntdevlabs","Scripts to build a trimmed-down Windows 11 image.",null,"PowerShell",18870,1458,158,111,0,23,50,198,69,116.49,false,"main",[],"2026-06-12 04:01:07","# tiny11builder\n*Scripts to build a trimmed-down Windows 11 image - now in **PowerShell**!*\n\n## Introduction :\nTiny11 builder, now completely overhauled. \u003Cbr> After more than a year (for which I am so sorry) of no updates, tiny11 builder is now a much more complete and flexible solution - one script fits all. Also, it is a steppingstone for an even more fleshed-out solution.\n\nYou can now use it on ANY Windows 11 release (not just a specific build), as well as ANY language or architecture.\nThis is made possible thanks to the much-improved scripting capabilities of PowerShell, compared to the older Batch release.\n\nThis is a script created to automate the build of a streamlined Windows 11 image, similar to tiny10.\nThe script has also been updated to use DISM's recovery compression, resulting in a much smaller final ISO size, and no utilities from external sources. The only other executable included is **oscdimg.exe**, which is provided in the Windows ADK and it is used to create bootable ISO images. \nAlso included is an unattended answer file, which is used to bypass the Microsoft Account on OOBE and to deploy the image with the `\u002Fcompact` flag.\nIt's open-source, **so feel free to add or remove anything you want!** Feedback is also much appreciated.\n\nAlso, for the very first time, **introducing tiny11 core builder**! A more powerful script, designed for a quick and dirty development testbed. Just the bare minimum, none of the fluff. \nThis script generates a significantly reduced Windows 11 image. However, **it's not suitable for regular use due to its lack of serviceability - you can't add languages, updates, or features post-creation**. tiny11 Core is not a full Windows 11 substitute but a rapid testing or development tool, potentially useful for VM environments.\n\n---\n\n## ⚠️ Script versions:\n- **tiny11maker.ps1** : The regular script, which removes a lot of bloat but keeps the system serviceable. You can add languages, updates, and features post-creation. This is the recommended script for regular use.\n- ⚠️ **tiny11coremaker.ps1** : The core script, which removes even more bloat but also removes the ability to service the image. You cannot add languages, updates, or features post-creation. This is recommended for quick testing or development use.\n\n## Instructions:\n1. Download Windows 11 from the [Microsoft website](https:\u002F\u002Fwww.microsoft.com\u002Fsoftware-download\u002Fwindows11) or [Rufus](https:\u002F\u002Fgithub.com\u002Fpbatard\u002Frufus)\n2. Mount the downloaded ISO image using Windows Explorer.\n3. Open **PowerShell 5.1** as Administrator. \n5. Change the script execution policy :\n```powershell\nSet-ExecutionPolicy Bypass -Scope Process\n```\n> Using `-Scope Process` you keep your original policy intact as this change only lasts for the current PowerShell session. \n\n6. Start the script :\n```powershell\nC:\u002Fpath\u002Fto\u002Fyour\u002Ftiny11\u002Fscript.ps1 -ISO \u003Cletter> -SCRATCH \u003Cletter>\n``` \n> You can see of the script by running the `get-help` command.\n\n6. Select the drive letter where the image is mounted (only the letter, no colon (:))\n7. Select the SKU that you want the image to be based.\n8. Sit back and relax :)\n9. When the image is completed, you will see it in the folder where the script was extracted, with the name tiny11.iso\n\n---\n\n## What is removed:\n\u003Ctable>\n  \u003Ctbody>\n    \u003Ctr>\n      \u003Cth>Tiny11maker\u003C\u002Fth>\n      \u003Cth>Tiny11coremaker\u003C\u002Fth>\n    \u003C\u002Ftr>\n    \u003Ctr>\n      \u003Ctd>\n        \u003Cul>\n          \u003Cli>Clipchamp\u003C\u002Fli>\n          \u003Cli>News\u003C\u002Fli>\n          \u003Cli>Weather\u003C\u002Fli>\n          \u003Cli>Xbox\u003C\u002Fli>\n          \u003Cli>GetHelp\u003C\u002Fli>\n          \u003Cli>GetStarted\u003C\u002Fli>\n          \u003Cli>Office Hub\u003C\u002Fli>\n          \u003Cli>Solitaire\u003C\u002Fli>\n          \u003Cli>PeopleApp\u003C\u002Fli>\n          \u003Cli>PowerAutomate\u003C\u002Fli>\n          \u003Cli>ToDo\u003C\u002Fli>\n          \u003Cli>Alarms\u003C\u002Fli>\n          \u003Cli>Mail and Calendar\u003C\u002Fli>\n          \u003Cli>Feedback Hub\u003C\u002Fli>\n          \u003Cli>Maps\u003C\u002Fli>\n          \u003Cli>Sound Recorder\u003C\u002Fli>\n          \u003Cli>Your Phone\u003C\u002Fli>\n          \u003Cli>Media Player\u003C\u002Fli>\n          \u003Cli>QuickAssist\u003C\u002Fli>\n          \u003Cli>Internet Explorer\u003C\u002Fli>\n          \u003Cli>Tablet PC Math\u003C\u002Fli>\n          \u003Cli>Edge\u003C\u002Fli>\n          \u003Cli>OneDrive\u003C\u002Fli>\n        \u003C\u002Ful>\n      \u003C\u002Ftd>\n      \u003Ctd>\n        \u003Cul>\n          \u003Cli>all from regular tiny +\u003C\u002Fli>\n          \u003Cli>Windows Component Store (WinSxS)\u003C\u002Fli>\n          \u003Cli>Windows Defender (only disabled, can be enabled back if needed)\u003C\u002Fli>\n          \u003Cli>Windows Update (wouldn't work without WinSxS, enabling it would put the system in a state of failure)\u003C\u002Fli>\n          \u003Cli>WinRE\u003C\u002Fli>\n        \u003C\u002Ful>\n      \u003C\u002Ftd>\n    \u003C\u002Ftr>\n  \u003C\u002Ftbody>\n\u003C\u002Ftable>\n\nKeep in mind that **you cannot add back features in tiny11 core**! \u003Cbr>\nYou will be asked during image creation if you want to enable .net 3.5 support!\n\n---\n\n## Known issues:\n- Although Edge is removed, there are some remnants in the Settings, but the app in itself is deleted. \n- You might have to update Winget before being able to install any apps, using Microsoft Store.\n- Outlook and Dev Home might reappear after some time. This is an ongoing battle, though the latest script update tries to prevent this more aggressively.\n- If you are using this script on arm64, you might see a glimpse of an error while running the script. This is caused by the fact that the arm64 image doesn't have OneDriveSetup.exe included in the System32 folder.\n\n---\n\n## Features to be implemented:\n- ~~disabling telemetry~~ (Implemented in the 04-29-24 release!)\n- ~~more ad suppression~~ (Partially implemented in the 09-06-25 release!)\n- improved language and arch detection\n- more flexibility in what to keep and what to delete\n- maybe a GUI???\n\nAnd that's pretty much it for now!\n## ❤️ Support the Project\n\nIf this project has helped you, please consider showing your support! A small donation helps me dedicate more time to projects like this.\nThank you!\n\n**[Patreon](http:\u002F\u002Fpatreon.com\u002Fntdev) | [PayPal](http:\u002F\u002Fpaypal.me\u002Fntdev2) | [Ko-fi](http:\u002F\u002Fko-fi.com\u002Fntdev)**\nThanks for trying it and let me know how you like it!\n","tiny11builder 是一个用于构建精简版 Windows 11 镜像的脚本项目。该项目利用 PowerShell 语言编写，提供了两个版本的脚本：`tiny11maker.ps1` 和 `tiny11coremaker.ps1`。前者在移除大量非必要组件的同时保留了系统的可维护性，允许用户后期添加语言包、更新和功能；后者则进一步精简系统，但牺牲了这些扩展能力，适合快速测试或开发环境使用。通过采用 DISM 的恢复压缩技术，生成的 ISO 文件体积显著减小。此工具适用于需要轻量级 Windows 11 环境的各种场景，如虚拟机部署、开发测试等。",2,"2026-06-11 03:43:17","high_star"]