Binnen dit stuk mis je je gebruikers account en wachtwoord.
<component name="Microsoft-Windows-Shell-Setup" 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">
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Commando's testen na voltooien OOBE</Description>
<CommandLine>cmd /c "md C:\installtmp && cd C:\installtmp && wget -q ftp://10.0.30.3/test.bat && "test.bat" "</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" 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">
<RegisteredOwner>Meneer Koekje</RegisteredOwner>
<TimeZone>W. Europe Standard Time</TimeZone>
<ProductKey>XXXXXXXXXXXXXXXXXXXXXX</ProductKey>
</component>
</settings>
Maar zoals al verteld is het makkelijker om dit via MDT (Microsoft Deployment Tool) te doen.
Ikzelf gebruik dit ook en het werkt vele male makkelijker.
Je maakt dan Task Sequences aan waarin je aangeeft wat er moet gebeuren.
Zie
https://docs.microsoft.co...rosoft-deployment-toolkit