02-19-2021, 10:50 PM
(02-18-2021, 12:57 AM)longpanda Wrote: Currently this is not supported.That would be fine, thank you for the suggestion!
Maybe you can consider the following workaround.
offer another empty or invalid unattend.xml.
Code:{
"auto_install": [
{
"image": "/Windows10.iso",
"template": [
"/script/fake_unattend.xml",
"/script/real_unattend.xml"
]
}
]
}
Now fake_unattend.xml will become the default highlighted selection.