|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<unattend xmlns="urn:schemas-microsoft-com:unattend"> |
| 3 | + <settings pass="generalize"> |
| 4 | + <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | + <SkipRearm>1</SkipRearm> |
| 6 | + </component> |
| 7 | + </settings> |
| 8 | + <settings pass="specialize"> |
| 9 | + <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 10 | + <RunSynchronous> |
| 11 | + <RunSynchronousCommand wcm:action="add"> |
| 12 | + <Order>1</Order> |
| 13 | + <Path>net user administrator /active:yes</Path> |
| 14 | + </RunSynchronousCommand> |
| 15 | + </RunSynchronous> |
| 16 | + </component> |
| 17 | + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 18 | + <CopyProfile>true</CopyProfile> |
| 19 | + <RegisteredOrganization>Microsoft</RegisteredOrganization> |
| 20 | + <RegisteredOwner>AutoBVT</RegisteredOwner> |
| 21 | + <TimeZone>Romance Standard Time</TimeZone> |
| 22 | + </component> |
| 23 | + </settings> |
| 24 | + <settings pass="oobeSystem"> |
| 25 | + <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 26 | + <InputLocale>nl-BE</InputLocale> |
| 27 | + <SystemLocale>nl-BE</SystemLocale> |
| 28 | + <UILanguage>en-US</UILanguage> |
| 29 | + <UserLocale>nl-BE</UserLocale> |
| 30 | + </component> |
| 31 | + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 32 | + <AutoLogon> |
| 33 | + <Password> |
| 34 | + <Value>Vdab1234</Value> |
| 35 | + </Password> |
| 36 | + <Enabled>true</Enabled> |
| 37 | + <LogonCount>5</LogonCount> |
| 38 | + <Username>Administrator</Username> |
| 39 | + </AutoLogon> |
| 40 | + <OOBE> |
| 41 | + <HideEULAPage>true</HideEULAPage> |
| 42 | + <NetworkLocation>Work</NetworkLocation> |
| 43 | + <ProtectYourPC>1</ProtectYourPC> |
| 44 | + </OOBE> |
| 45 | + <UserAccounts> |
| 46 | + <AdministratorPassword> |
| 47 | + <Value>Vdab1234</Value> |
| 48 | + </AdministratorPassword> |
| 49 | + <LocalAccounts> |
| 50 | + <LocalAccount wcm:action="add"> |
| 51 | + <Password> |
| 52 | + <Value>Vdab1234</Value> |
| 53 | + </Password> |
| 54 | + <Description>testuser</Description> |
| 55 | + <DisplayName>Labo user</DisplayName> |
| 56 | + <Name>Labo</Name> |
| 57 | + <Group>Administrators</Group> |
| 58 | + </LocalAccount> |
| 59 | + </LocalAccounts> |
| 60 | + </UserAccounts> |
| 61 | + <RegisteredOrganization>VDAB LABO</RegisteredOrganization> |
| 62 | + <RegisteredOwner>VDAB LAB user</RegisteredOwner> |
| 63 | + </component> |
| 64 | + </settings> |
| 65 | + <cpi:offlineImage cpi:source="catalog://wds/deploymentshare$/operating systems/windows 8.1 pro x64/sources/install_windows 8.1 pro.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 66 | +</unattend> |
0 commit comments