tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Scripts to build a trimmed-down Windows 11 image.

Results 151 tiny11builder issues
Sort by recently updated
recently updated
newest added

A few improvements: package detection (architecture and language independent), use of functions and changed Administrators to its SID (so it will work in every language) Commit log: - Added a...

I think if moving to powershell, you could do a search for prefix app name and remove them so that would work with any win version And if we use...

At first, I appreciate your work 👏 But removing application from image does make any difference ? I mean, There is some debloat scripts, for removing bloated applications... [Here is...

After running the tiny11 creator 22621.525.bat file an error message that oscdimg can't be found is displayed. This is on Windows 10 Home. Thanks for creating this utility.

Currently, you must manually remove Cortana with Powershell : ```powershell Get-AppxPackage Microsoft.549981C3F5F10 | Remove-AppxPackage ```

Error: 2 The system cannot find the file specified. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log No matter what just gives me this.

What will happen if you feed this tool a Windows 10 image? I would've treated my ISO of Windows 10 S 1709 with this, but it's probably not going to...

Please add log in current dirctory, because dism logs is not verbose. i have errors but dont'know which...

Hi! For Microsoft Edge total removal, you may refer to https://github.com/AveYo/fox/blob/main/Edge_Removal.bat. Hope it helps!