<?xml version="1.0" ?> 
	<unattend xmlns="urn:schemas-microsoft-com:unattend">
		<settings pass="windowsPE">
			<component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
				<WindowsDeploymentServices>
					<Login>
						<WillShowUI>OnError</WillShowUI>
						<Credentials>
							<Username>CondoNetDomainAdmin</Username>
							<Domain>CondoNet.local</Domain>
							<Password>APassword!</Password>
						</Credentials>
					</Login>
					<ImageSelection>
						<WillShowUI>OnError</WillShowUI>
						<InstallImage>
							<ImageName>Windows 10 - Unattended</ImageName>
							<ImageGroup>Windows10-64Bit-HomeAndPro</ImageGroup>
							<Filename>Image.wim</Filename>
						</InstallImage>
						<InstallTo>
							<DiskID>0</DiskID>
							<PartitionID>1</PartitionID>
						</InstallTo>
					</ImageSelection>
				</WindowsDeploymentServices>
				<DiskConfiguration>
					<WillShowUI>OnError</WillShowUI>
					<Disk>
						<DiskID>0</DiskID>
						<WillWipeDisk>true</WillWipeDisk>
						<CreatePartitions>
							<CreatePartition>
								<Order>1</Order>
								<Type>Primary</Type>
								<Extend>true</Extend>
							</CreatePartition>
						</CreatePartitions>
						<ModifyPartitions>
							<ModifyPartition>
								<Order>1</Order>
								<PartitionID>1</PartitionID>
								<Letter>C</Letter>
								<Label>Windows10</Label>
								<Format>NTFS</Format>
								<Active>true</Active>
								<Extend>false</Extend>
							</ModifyPartition>
						</ModifyPartitions>
					</Disk>
				</DiskConfiguration>
			</component>
			<component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
				<SetupUILanguage>
					<WillShowUI>OnError</WillShowUI>
					<UILanguage>en-US</UILanguage>
				</SetupUILanguage>
				<UILanguage>en-US</UILanguage>
			</component>
		</settings>
	</unattend>
