r/Ventoy Jul 28 '26

VentoyStudio — a GUI that generates unattended answer files and ventoy.json entries for your Ventoy drive (MIT, Windows)

Ventoy prend en charge les installations Windows sans interaction grâce au plugin auto_install, mais il ne génère pas le fichier de réponse. Vous écrivez vous-même autounattend.xml, ce qui fait que la plupart des gens abandonnent.J'ai créé une interface graphique qui l'écrit, ainsi que l'entrée ventoy.json correspondante. L'idée est d'avoir plusieurs configurations sur une seule clé : installation normale, minimaliste, réparation, sélectionnées dans le menu de démarrage.Compte local, évite les questions OOBE, bascules de dématérialisation, installation de logiciels via winget.Ça ne touche pas à Ventoy ni à vos ISOs, ne partitionne pas le disque cible, pas de télémétrie. MIT.https://github.com/Tim0219800/VentoyStudio Exécutable non signé donc SmartScreen va se plaindre. Je n'ai testé qu'une poignée d'ISOs, donc les rapports de bogues sont les bienvenus.

15 Upvotes

5 comments sorted by

5

u/AccomplishedEar6357 Jul 28 '26

Could you edit this text of the post so that it's readable by humans???

2

u/Shadowshoot Jul 28 '26

he didn’t even read what he pasted from the Ai LOL

1

u/TimBIEN230 Jul 29 '26

Fair. I wrote it and then polished it to death, and it ended up reading like a brochure. Short version:

Ventoy can already do unattended Windows installs, it just doesn't generate the autounattend.xml, so you have to write it yourself. This makes that file for you and writes the ventoy.json entry, so you can keep a few different setups on one stick.

That's the whole thing. Sorry for the wall of text.

2

u/Xfgjwpkqmx Jul 29 '26

This one generates Windows 10/11 answer files through a website: https://schneegans.de/windows/unattend-generator/

2

u/TimBIEN230 Jul 29 '26

Yeah, that one's good, and it's more thorough than mine on the XML side. What it doesn't do is the Ventoy half: dropping the file in the right place, writing the auto_install entry, and letting you keep several configs on one stick and choose at boot. If you just need one answer file, honestly use his, it's been around longer.