ntdevlabs/tiny11builder — reverse-engineered prompt
Reverse engineered prompt
Build me a simple PowerShell based tool that takes a normal Windows 11 ISO and creates a much smaller custom install image for me. I want it to work with any Windows 11 release, any language, and any architecture, not just one specific build. It should guide me through picking the mounted ISO drive and the Windows edition, use a scratch drive I choose, and then output a bootable tiny11.iso in the project folder.
Please make it support two modes. One should be the normal recommended mode that strips out common bloat like Xbox apps, Clipchamp, Edge, OneDrive, Mail, Maps, and other extras but still keeps the image serviceable so updates, languages, and optional features can still be added later. The other should be a much more aggressive core mode for quick VM or dev testing, with clear warnings that it is not suitable for regular use and cannot be serviced later.
Also include an unattended setup file to skip the Microsoft account requirement during setup and deploy with compact mode. If you need details, check current Microsoft ADK and DISM docs online.
Want more depth? Deep Reverse