Advertisement
Guest User

autounattend.xml

a guest
Jun 11th, 2019
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="windowsPE">
  4.         <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">
  5.             <SetupUILanguage>
  6.                 <UILanguage>en-US</UILanguage>
  7.             </SetupUILanguage>
  8.             <InputLocale>en-US</InputLocale>
  9.             <SystemLocale>en-AU</SystemLocale>
  10.             <UILanguage>en-US</UILanguage>
  11.             <UserLocale>en-AU</UserLocale>
  12.         </component>
  13.         <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">
  14.             <DiskConfiguration>
  15.                 <Disk wcm:action="add">
  16.                     <CreatePartitions>
  17.                         <CreatePartition wcm:action="add">
  18.                             <Order>1</Order>
  19.                             <Size>500</Size>
  20.                             <Type>Primary</Type>
  21.                         </CreatePartition>
  22.                         <CreatePartition wcm:action="add">
  23.                             <Order>2</Order>
  24.                             <Size>100</Size>
  25.                             <Type>EFI</Type>
  26.                         </CreatePartition>
  27.                         <CreatePartition wcm:action="add">
  28.                             <Order>3</Order>
  29.                             <Size>16</Size>
  30.                             <Type>MSR</Type>
  31.                         </CreatePartition>
  32.                         <CreatePartition wcm:action="add">
  33.                             <Extend>true</Extend>
  34.                             <Order>4</Order>
  35.                             <Type>Primary</Type>
  36.                         </CreatePartition>
  37.                     </CreatePartitions>
  38.                     <ModifyPartitions>
  39.                         <ModifyPartition wcm:action="add">
  40.                             <Format>NTFS</Format>
  41.                             <Label>WinRE</Label>
  42.                             <Order>1</Order>
  43.                             <PartitionID>1</PartitionID>
  44.                             <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
  45.                         </ModifyPartition>
  46.                         <ModifyPartition wcm:action="add">
  47.                             <Format>FAT32</Format>
  48.                             <Label>System</Label>
  49.                             <Order>2</Order>
  50.                             <PartitionID>2</PartitionID>
  51.                         </ModifyPartition>
  52.                         <ModifyPartition wcm:action="add">
  53.                             <Order>3</Order>
  54.                             <PartitionID>3</PartitionID>
  55.                         </ModifyPartition>
  56.                         <ModifyPartition wcm:action="add">
  57.                             <Format>NTFS</Format>
  58.                             <Label>Windows</Label>
  59.                             <Letter>C</Letter>
  60.                             <Order>4</Order>
  61.                             <PartitionID>4</PartitionID>
  62.                         </ModifyPartition>
  63.                     </ModifyPartitions>
  64.                     <DiskID>0</DiskID>
  65.                     <WillWipeDisk>true</WillWipeDisk>
  66.                 </Disk>
  67.                 <WillShowUI>OnError</WillShowUI>
  68.             </DiskConfiguration>
  69.             <ImageInstall>
  70.                 <OSImage>
  71.                     <InstallTo>
  72.                         <DiskID>0</DiskID>
  73.                         <PartitionID>4</PartitionID>
  74.                     </InstallTo>
  75.                 </OSImage>
  76.                 <DataImage wcm:action="add">
  77.                     <InstallTo>
  78.                         <DiskID>0</DiskID>
  79.                         <PartitionID>1</PartitionID>
  80.                     </InstallTo>
  81.                     <InstallFrom>
  82.                         <Path>\sources\MyImageFile.wim</Path>
  83.                     </InstallFrom>
  84.                     <Order>1</Order>
  85.                 </DataImage>
  86.             </ImageInstall>
  87.             <UserData>
  88.                 <ProductKey>
  89.                     <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
  90.                 </ProductKey>
  91.                 <AcceptEula>true</AcceptEula>
  92.                 <Organization>Redacted</Organization>
  93.             </UserData>
  94.         </component>
  95.     </settings>
  96.     <settings pass="specialize">
  97.         <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">
  98.             <ComputerName>Z-LTNA</ComputerName>
  99.             <CopyProfile>true</CopyProfile>
  100.             <RegisteredOrganization>Redacted</RegisteredOrganization>
  101.             <RegisteredOwner>Redacted</RegisteredOwner>
  102.         </component>
  103.     </settings>
  104.     <settings pass="oobeSystem">
  105.         <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">
  106.             <InputLocale>en-US</InputLocale>
  107.             <SystemLocale>en-AU</SystemLocale>
  108.             <UILanguage>en-US</UILanguage>
  109.             <UserLocale>en-AU</UserLocale>
  110.         </component>
  111.         <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">
  112.             <OOBE>
  113.                 <HideEULAPage>true</HideEULAPage>
  114.                 <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  115.                 <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  116.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  117.                 <ProtectYourPC>1</ProtectYourPC>
  118.             </OOBE>
  119.             <UserAccounts>
  120.                 <LocalAccounts>
  121.                     <LocalAccount wcm:action="add">
  122.                         <Password>
  123.                             <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
  124.                             <PlainText>false</PlainText>
  125.                         </Password>
  126.                         <Description>Local admin account</Description>
  127.                         <DisplayName>localadmin</DisplayName>
  128.                         <Group>Administrators</Group>
  129.                         <Name>localadmin</Name>
  130.                     </LocalAccount>
  131.                 </LocalAccounts>
  132.             </UserAccounts>
  133.         </component>
  134.     </settings>
  135.     <cpi:offlineImage cpi:source="wim:c:/ppkg/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  136. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement