<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<settings pass="specialize">
		<component name="Microsoft-Windows-UnattendedJoin" 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">
			<Identification>
				<Credentials>
					<Domain>upkeeperdev</Domain>
					<Password>roligtPaJobbet.nu</Password>
					<Username>upkeeperJoin</Username>
				</Credentials>
				<JoinDomain>upkeeperdev.local</JoinDomain>
				<MachineObjectOU>OU=Computers,OU=Business,DC=upkeeperdev,DC=se</MachineObjectOU>
			</Identification>
		</component>
		<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">
			<RegisteredOrganization>upKeeper</RegisteredOrganization>
            <RegisteredOwner>upKeeper</RegisteredOwner>
			<computername>[COMPUTERNAME]</computername>   
        </component>
    </settings>

	<settings pass="oobeSystem">
		<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">
           	<AutoLogon>
                <Enabled>true</Enabled>
            	    <Username>Administrator</Username>
                <Password>
                    <Value>R34lly!Advanc3dP4ssw0rd</Value>
                    <PlainText>true</PlainText>
                </Password>
                <LogonCount>2</LogonCount>
            </AutoLogon>
         
            <Display>
                <HorizontalResolution>1600</HorizontalResolution>
                <VerticalResolution>1200</VerticalResolution>
                <ColorDepth>32</ColorDepth>
                <RefreshRate>60</RefreshRate>
            </Display>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add" wcm:keyValue="1">
                    <Order>001</Order>
                    <CommandLine>c:\packages\package\commands\windows_uefi_reseal.cmd</CommandLine>
                </SynchronousCommand>
            </FirstLogonCommands>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
                <SkipUserOOBE>true</SkipUserOOBE>
                 <SkipMachineOOBE>true</SkipMachineOOBE>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                   <Value>RoligtPajobbet</Value>
                   <PlainText>true</PlainText>
                </AdministratorPassword>
            </UserAccounts>
         
           <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
           <TimeZone>W. Europe Standard Time</TimeZone>
        </component>
      
      <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">
            <InputLocale>sv-SE</InputLocale>
            <SystemLocale>sv-SE</SystemLocale>
            <UILanguage>sv-SE</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>sv-SE</UserLocale>
        </component>

    </settings>

</unattend>


