When configuring OS deployment via WAPT, I am unable to automatically retrieve the OEM key.
The machine historically had a Windows 10 Pro OEM license, I have the same problem with Windows 11 Pro OEM licenses.
WAPT configuration
- WAPT version 2.3.0
- Debian server OS
- Windows 11 administration machine operating system
Code: Select all
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="{{architecture}}" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>{{hostname}}</ComputerName>
<ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
</component>
Gaëtan VITTAZ
