I've recently set up a PXE server at work (small pc repair shop) that lets me create/restore WIM files from windows PE but, not being very proficient at writing autounattend.xml files I've been using the excellent https://schneegans.de/windows/unattend-generator/ to generate autounattend.xml files that I pass to sysprep which works well but when it comes to licensing the site give me 4 options
<ProductKey>
<Key>00000-00000-00000-00000-00000</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
And the interactive prompt uses <WillShowUI>Always</WillShowUI> Is it possible that using OnError here would also check for a firmware product key? I don't have any machines with a firmware product key to test on but if I could just maintain 4 wim files for home/pro/ent/edu that would be more feasible. Also does anyone know of an app/url that will tell me if a machine has a digital license and what sort?
- use generic product key for home/pro/enterprise/education
- interactively enter product key in windows setup
- Use product key stored in BIOS/UEFI firmware
- specify product key in unattend file
<ProductKey>
<Key>00000-00000-00000-00000-00000</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
And the interactive prompt uses <WillShowUI>Always</WillShowUI> Is it possible that using OnError here would also check for a firmware product key? I don't have any machines with a firmware product key to test on but if I could just maintain 4 wim files for home/pro/ent/edu that would be more feasible. Also does anyone know of an app/url that will tell me if a machine has a digital license and what sort?
- Windows Build/Version
- 1124h2
My Computer
System One
-
- OS
- Linux Mint
- Computer type
- PC/Desktop