cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
659 stars 60 forks source link

Request - Pull bios serial or ask to choose version #72

Closed kendi182 closed 1 month ago

kendi182 commented 1 month ago

It could include this option if the bios does not contain the windows serial and install automatically, make Windows provide the option to choose a version available in the image. Captura de tela 2024-10-09 110106


<ProductKey>
<WillShowUI>Always</WillShowUI>
</ProductKey>
cschneegans commented 1 month ago

What is the use case here? If you select Enter your own product key during Windows Setup and then click I don't have a product key, you will be presented with a list of available images:

image

Also, I wouldn't even know how to implement this. Note that all this takes place in Windows PE, so PowerShell is not available.