At a first glance it looks nice (the number of default processes reminds me of XP days...), but as always with this kind of project... is this legal, or will they get a DMCA complaint soon or later?
I seem to recall someone else getting in trouble for distributing Windows ISOs in the past. MS tends to get very touchy on that ostensibly for security reasons (which I actually get). They seem tend to look askance at scripts that strip down the OS but don't seem to otherwise care other than to tell people they won't get support while using said things.
Might be thinking of Ninjutsu OS, which got a DMCA takedown in 2020 for distributing modified Windows installation ISOs "that heavily modify Windows 10 with a huge number of tweaks, mods and extra tools" for pentesting:
Hello, I'm the developer of Winbuilder. Those builder projects exist specifically because they avoid distribuing ANY Microsoft binaries.
You have to provide the installation files or ISO. The files are then extracted from there and used for building a new image.
That is the reason why these hobby and sysadmin projects were able to exist for so long without legal issues from Microsoft. Distributing ISO images with Microsoft files like beta archive and now AtlasOS goes against the EULA conditions (assuming they are valid in your host country).
I am not a member of the team or anything. I found this on tiktok. But it is open source so I checked the github repo. They do not distribute a pre-activated image, all images need to be activated using a windows key. So in that sense all they are really distributing is a configuration of windows, that is also mostly what their github repo[1] is. But I see the issue there too as I don't think even sharing unactivated windows is allowed. But worst comes to worst, they can prepare instructions on how to install their stuff with an image downloaded from microsoft website. They are not writing a new windows, its more like they are figuring out what bloat is there in windows and removing it.
Edit: They actually already have instructions on how to use their scripts with a windows image downloaded from microsoft website [2]
There's a breakdown on the legality of redistributing modified Windows ISOs by NTLite staff on their forum.[1] The Atlas team uses NTLite. Relevant bits:
> You're permitted to only use official images provided by MSFT or authorized partners (VAR or reseller). You're not permitted to use a random image found on the Internet to start your customization (even with a valid license key).
> You're not permitted to share copies of the original media, or any customized images you make. You can deploy images on behalf of another party who already owns a correct license for their own internal use.
> Bottom line: You're allowed to modify a clean image if you own a license. You can't redistribute it, but you can share NTLite presets, scripts or instructions that allow other licensed users to perform the same work. Everyone must have their own OEM, retail or volume licenses.
EDIT: They appear to be claiming "educational use"/EU 2009/24 protection, which, well. Good luck.[2]