Hi,
I just captured sysprered windows 10 1909 image and I'm trying deploy it using WDS on 2012 R2, I would like to skip these settings in installer:
1.language and keyboard settings
2.ask for credentials for WDS
3.remove all partition and install on one partition
4.skip user creation, join to domain and autologon as one domain user.
but I'm struggling even with first two steps, every time I have ask for language and keyboard settings and credentials for WDS:
<unattend><component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86"><SetupUILanguage><WillShowUI>OnError</WillShowUI><UILanguage>pl-PL</UILanguage></SetupUILanguage><UILanguage>pl-PL</UILanguage><InputLocale>pl-PL</InputLocale><InputLocale>0415:00000415</InputLocale><SystemLocale>pl-PL</SystemLocale><UILanguageFallback>pl-PL</UILanguageFallback><UserLocale>pl-PL</UserLocale></component><Login><Credentials><Domain>wds01</Domain><Password>pass</Password><Username>user</Username></Credentials></Login><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Work</NetworkLocation><SkipMachineOOBE>true</SkipMachineOOBE><SkipUserOOBE>true</SkipUserOOBE></OOBE></unattend>
I applied this file in WDS Client properties (EUFI x64).
Could anyone help me with that?