generate-automated-windows-.../README.md

14 lines
503 B
Markdown
Raw Normal View History

2024-01-21 09:07:21 +01:00
# Generate an self-installing Windows ISO image from the Linux terminal.
2024-01-21 09:03:25 +01:00
Linux bash script to generate a windows ISO patched with Autounattend.xml.
2024-01-21 09:07:21 +01:00
When installing a windows image generated with this script, the setup process will be totally automated.
This is perfect for automating virtual machine deployment.
## Usage
```bash
git clone https://github.com/gbiz123/generate-automated-windows-iso-linux
sudo ./make-iso
```
## References
https://adminthing.blogspot.com/2020/06/modify-windows-ISO.html