cschneegans / unattend-generator

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

Delete Operating System Request #105

Closed Victory61 closed 1 week ago

Victory61 commented 1 week ago

Good morning. Using ISO 23H2 is it possible to delete the operating system request, having already selected it in the autounattend generator? Thank you

Immagine 2024-11-03 175517 Immagine 2024-11-03 180311

cschneegans commented 1 week ago

That dialog does not appear under normal circumstances.

Since the Date modified column shows a date of today, am I correct to assume that you use a custom image?

Victory61 commented 1 week ago

Yes, with NTlite

01- File immagine

cschneegans commented 1 week ago

autounattend.xml files generated by my service work best with the original .iso images downloaded by Microsoft. With these images, Windows Setup will automatically select the edition associated with the given product key, and the dialog shown above does not appear. If images modified by NTLite behave differently, I would assume that NTLite is to blame.

You can try to add an InstallFrom element to your autounattend.xml file to specify Windows 11 Pro image explicitly.