Windows deployment tools for Windows and Mac
Setting up machines the same way twice. A written recipe, an answer file, a dependency-aware run, and a stick image built from a folder.
4 programs, free while we’re in preview. One file each. No account, no installer, nothing to uninstall.
Check, then install, then skip it next time. A recipe file that's safe to re-run.
The Simple one of the 4: it keeps the settings to a minimum and picks sensible defaults for you, so there is almost nothing to learn before it is useful.
Catches the unattend.xml typo that silently images 200 machines wrong.
The Vertical one of the 4: it is tuned for that work specifically, with presets and reports built around it rather than every setting under the sun.
Runs deployment steps in dependency order and won't start on a broken graph.
The Pro one of the 4: it adds the deeper settings and finer control that people who use it every day ask for, without getting in the way on a quick job.
Hand-writes a FAT32 image, then reads it back with code that shares nothing with the writer.
The Team one of the 4: it adds what a team needs: command-line control for scripts, settings you can roll out across machines, and a record of everything that ran.
Reading on this job
- How to set up Windows the same way every time Setting a machine up by hand takes an afternoon and comes out slightly different every time, which is the part that costs you later.
What all 4 of them do the same way
- Nothing is deleted. Anything a program removes is moved somewhere you can get it back from, and anything that changes files shows you the whole plan before it touches one.
- Nothing is reported back to us. No program here signs you in, phones home or counts what you did. The ones that use the network at all use it because that is the job — fetching a file you asked for, reaching a machine you named — and nowhere else.
- One file. Download it and run it. There is no installer, no runtime to fetch and nothing left behind if you delete it.
- The window and the command line are the same program. Double-click it for the window; give it arguments and the same binary runs as a command-line tool.
- The source is published for every program here, next to the download.
Looking for something else? Browse all 100 programs or see what a plan covers.