Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <servicing>
- <package action="configure">
- <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.17134.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
- <selection name="Internet-Explorer-Optional-amd64" state="false" />
- <selection name="Printing-Foundation-Features" state="false" />
- <selection name="Printing-PrintToPDFServices-Features" state="false" />
- <selection name="Printing-XPSServices-Features" state="false" />
- <selection name="SearchEngine-Client-Package" state="false" />
- <selection name="SmbDirect" state="false" />
- <selection name="Windows-Defender-Default-Definitions" state="false" />
- <selection name="WorkFolders-Client" state="false" />
- <selection name="Microsoft-Windows-Printing-PrintToPDFServices-Package" state="false" />
- <selection name="Microsoft-Windows-Printing-XPSServices-Package" state="false" />
- <selection name="MediaPlayback" state="false" />
- <selection name="Microsoft-Hyper-V-All" state="true" />
- <selection name="NetFx3" state="true" />
- </package>
- </servicing>
- <settings pass="specialize">
- <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">
- <OEMInformation>
- <Manufacturer>removed</Manufacturer>
- <SupportURL>[ REPLACE WITH SUPPORT WEBSITE ]</SupportURL>
- </OEMInformation>
- </component>
- </settings>
- <settings pass="windowsPE">
- <component name="Microsoft-Windows-International-Core-WinPE" 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>en-GB</InputLocale>
- <SystemLocale>en-GB</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UserLocale>en-GB</UserLocale>
- </component>
- <component name="Microsoft-Windows-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">
- <DiskConfiguration>
- <Disk wcm:action="add">
- <CreatePartitions>
- <!-- Windows RE Tools partition -->
- <CreatePartition wcm:action="add">
- <Order>1</Order>
- <Size>300</Size>
- <Type>Primary</Type>
- </CreatePartition>
- <!-- System partition (ESP) -->
- <CreatePartition wcm:action="add">
- <Order>2</Order>
- <Size>100</Size>
- <Type>EFI</Type>
- </CreatePartition>
- <!-- Microsoft reserved partition (MSR) -->
- <CreatePartition wcm:action="add">
- <Order>3</Order>
- <Size>128</Size>
- <Type>MSR</Type>
- </CreatePartition>
- <!-- Windows partition -->
- <CreatePartition wcm:action="add">
- <Order>4</Order>
- <Extend>true</Extend>
- <Type>Primary</Type>
- </CreatePartition>
- </CreatePartitions>
- <ModifyPartitions>
- <!-- Windows RE Tools partition -->
- <ModifyPartition wcm:action="add">
- <Order>1</Order>
- <PartitionID>1</PartitionID>
- <Label>WINRE</Label>
- <Format>NTFS</Format>
- <TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID>
- </ModifyPartition>
- <!-- System partition (ESP) -->
- <ModifyPartition wcm:action="add">
- <Order>2</Order>
- <PartitionID>2</PartitionID>
- <Label>System</Label>
- <Format>FAT32</Format>
- </ModifyPartition>
- <!-- Microsoft reserved partition (MSR) -->
- <ModifyPartition wcm:action="add">
- <Order>3</Order>
- <PartitionID>3</PartitionID>
- </ModifyPartition>
- <!-- Windows partition -->
- <ModifyPartition wcm:action="add">
- <Order>4</Order>
- <PartitionID>4</PartitionID>
- <Label>Windows</Label>
- <Format>NTFS</Format>
- </ModifyPartition>
- </ModifyPartitions>
- <DiskID>0</DiskID>
- <WillWipeDisk>true</WillWipeDisk>
- </Disk>
- <WillShowUI>OnError</WillShowUI>
- </DiskConfiguration>
- <ImageInstall>
- <OSImage>
- <InstallTo>
- <DiskID>0</DiskID>
- <PartitionID>4</PartitionID>
- </InstallTo>
- </OSImage>
- </ImageInstall>
- <UserData>
- <AcceptEula>true</AcceptEula>
- <ProductKey>
- <WillShowUI>OnError</WillShowUI>
- <Key>removed</Key>
- </ProductKey>
- </UserData>
- </component>
- </settings>
- <settings pass="offlineServicing">
- <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">
- <ComputerName>Reference</ComputerName>
- </component>
- </settings>
- <settings pass="oobeSystem">
- <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>en-GB</InputLocale>
- <UILanguage>en-US</UILanguage>
- <SystemLocale>en-GB</SystemLocale>
- <UILanguageFallback></UILanguageFallback>
- <UserLocale>en-GB</UserLocale>
- </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">
- <AutoLogon>
- <Enabled>true</Enabled>
- <Username>removed</Username>
- </AutoLogon>
- <UserAccounts>
- <AdministratorPassword>
- <Value>YwBhAGQAYQBjAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
- <PlainText>false</PlainText>
- </AdministratorPassword>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Name>removed</Name>
- </LocalAccount>
- </LocalAccounts>
- </UserAccounts>
- <TimeZone>GMT Standard Time</TimeZone>
- <OOBE>
- <HideEULAPage>true</HideEULAPage>
- <HideLocalAccountScreen>true</HideLocalAccountScreen>
- <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
- <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
- <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
- <ProtectYourPC>3</ProtectYourPC>
- </OOBE>
- </component>
- </settings>
- <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 10 Enterprise Evaluation" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
- </unattend>
Add Comment
Please, Sign In to add comment