Skip to content

Bartek200219/WUAICT

Repository files navigation

Windows Unattend AutoInstall Creation Tool

This tool should help to reinstall windows on many computers per day. It automatically installs program defined while creating autoinstallation file.

How to use

  1. Run program and edit generated config file.
  2. Drag and drop Answer file (template.xml) or exampleInstall.toml on WUAICT.exe and follow program instructions. template.xml must have:
  3. Type key or grab it from current computer
  4. Select programs to install after installation
  5. Install windows

Requirements

  • Answer File. You can generate this file using Windows AFG or create file all by yourself Tutorial
  • Ventoy with auto install template configured
  • End computer connected to the internet to install programs

Example config

config.toml

[WUAICT]
defaultPrograms = "firefox google-chrome notepad++ vlc onlyoffice-desktopeditors anydesk 7zip"
otherProgramToDisplay = "microsoft-teams teamspeak discord obs-studio steam origin opera epic-games-launcher"

[ventoy]
XMLsavePath = '../'
ConfigPath = '../ventoy/ventoy.json'

One installation config

exampleInstall.toml

filePath = 'path/to/file.xml'

[options]

keyGetMethod = "ask"
# keyGetMethod = "KeyFind"
# keyGetMethod = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
programsToInstall = "firefox google-chrome notepad++ vlc onlyoffice-desktopeditors anydesk 7zip"

TO DO

  • Remove need to change xml manually

Contribute

  1. Fork this repo
  2. Clone your repo
  3. Make changes
  4. Submit a pull request

Credits

About

Windows Unattend AutoInstall Creation Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages