I Turned My Personal Windows Setup Script Into A Public Tool - And...

I Turned My Personal Windows Setup Script Into A Public Tool - And...

Every time I formatted my Windows machine, the same ritual repeated: install the same apps, tweak the same settings, remove the same bloatware, fix the same defaults. Hours have gone by on tasks that should take minutes.

So I built a script. Then I rebuilt the script. Then I automated everything. Then I thought: why is this useful only to me?

That was the beginning of Windows Post-Install. Since its release this week, the project has gained over 10,000 visits and a growing community of over 190 stars. The entire project is now public, free, and open source.

👉 Generate your Windows setup script here: Win Post Install

It’s a web-based tool that lets you generate a complete Windows setup script without installing anything or opening a terminal.

Click Generate, and the tool spits out a ready-to-run script.

No manual winget lookups. No regedit hunting. No PowerShell copy/paste. Just a reproducible setup in one file.

Under the hood, it's a simple React + TypeScript application built with:

That means anyone can clone, fork, extend, and ship their own version.

Because the tool is bigger than my personal workflow.

Source: Dev.to