Создаете файл Autounattend.xml со следующим текстом и кладете в \Sources
Помимо папки \Sources файл Autounnattend.xml следует положить в корень дистрибутива.
<?xml version=”1.0? encoding=”utf-8??> <unattend xmlns=”urn:schemas-microsoft-com:unattend”> <settings pass=”windowsPE”> <component name=”Microsoft-Windows-International-Core-WinPE” processorArchitecture=”x86? publicKeyToken=”31bf3856ad364e35? language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <UserData> <AcceptEula>true</AcceptEula> <FullName>MyName</FullName> <Organization>Microsoft</Organization> <ProductKey> <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> </component> </settings> </unattend>