I'm trying to generate an answer using the Windows Automated Installation Kit that will allow me to SYSPREP
a machine image to:
- Automatically set the Product Key
- Automatically set the Timezone
- Automatically set the Registered Organisation and Registered Owner
- Generate fresh SID's
- Ask for the computer name on first boot
I've made some headway with this, but when I try to set the Product Key, TimeZone and Registered Owner/Organisation using the x86_Microsoft-Windows-Shell-Setup_neutral
component in the Specialize phase, when the machine boots after sysprep it skips asking for the computer name.
How do I achieve the above?