
Autounattend
- Updated April 4, 2026
- jarrodcolburn/claude-plugins
autounattend generates, edits, and validates Windows autounattend.xml answer files so OS installations can run fully unattended. A developer or sysadmin uses it when provisioning Windows VMs or machines and needs a correct, validated answer file to automate setup without manual install prompts.
Key points
- Windows autounattend.xml
- Automated unattended installs
- Edit and validate XML
- VM provisioning
Autounattend by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jarrodcolburn/claude-plugins/plugin install autounattend@my-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 4, 2026 |
|---|---|
| Repository | jarrodcolburn/claude-plugins ↗ |
What it does
Generate, edit, and validate Windows autounattend.xml answer files to automate unattended OS installations on VMs and machines.
README.md
claude-plugins
Custom Claude Code plugins by @jarrodcolburn.
Plugins
autounattend
Generate, edit, and validate Windows autounattend.xml answer files for automated/unattended Windows installations on VMs and physical machines.
Install
In Claude Code, run:
/plugin marketplace add jarrodcolburn/claude-plugins
/plugin install autounattend@my-plugins
Adding to a project automatically
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"my-plugins": {
"source": { "source": "github", "repo": "jarrodcolburn/claude-plugins" }
}
},
"enabledPlugins": {
"autounattend@my-plugins": true
}
}