Advertisement
Guest User

Untitled

a guest
Jul 9th, 2013
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.41 KB | None | 0 0
  1. --OOBE Unnattend--
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  5.     <servicing>
  6.         <package action="configure">
  7.             <assemblyIdentity name="Microsoft-Windows-LocalPack-GB-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
  8.         </package>
  9.     </servicing>
  10.     <settings pass="specialize">
  11.         <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">
  12.             <InputLocale>en-GB</InputLocale>
  13.             <SystemLocale>en-GB</SystemLocale>
  14.             <UILanguage>en-GB</UILanguage>
  15.             <UILanguageFallback></UILanguageFallback>
  16.             <UserLocale>en-GB</UserLocale>
  17.         </component>
  18.         <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">
  19.             <Identification>
  20.                 <Credentials>
  21.                     <Domain>DOMAIN</Domain>
  22.                     <Password>PASSWORD</Password>
  23.                     <Username>USERNAME</Username>
  24.                 </Credentials>
  25.                 <JoinDomain>DOMAIN</JoinDomain>
  26.             </Identification>
  27.         </component>
  28.         <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">
  29.             <ComputerName></ComputerName>
  30.         </component>
  31.     </settings>
  32.     <settings pass="oobeSystem">
  33.         <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">
  34.             <OOBE>
  35.                 <HideEULAPage>true</HideEULAPage>
  36.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  37.                 <NetworkLocation>Work</NetworkLocation>
  38.                 <SkipMachineOOBE>true</SkipMachineOOBE>
  39.                 <SkipUserOOBE>true</SkipUserOOBE>
  40.             </OOBE>
  41.             <UserAccounts>
  42.                 <DomainAccounts>
  43.                     <DomainAccountList wcm:action="add">
  44.                         <Domain>DOMAIN</Domain>
  45.                     </DomainAccountList>
  46.                 </DomainAccounts>
  47.                 <LocalAccounts>
  48.                     <LocalAccount wcm:action="add">
  49.                         <Password>
  50.                             <Value>dwBpAG4AZABvAHcAcwBQAGEAcwBzAHcAbwByAGQA</Value>
  51.                             <PlainText>false</PlainText>
  52.                         </Password>
  53.                         <Description>Test Account</Description>
  54.                         <DisplayName>Testing</DisplayName>
  55.                         <Name>test</Name>
  56.                         <Group>Admin</Group>
  57.                     </LocalAccount>
  58.                 </LocalAccounts>
  59.             </UserAccounts>
  60.             <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  61.             <RegisteredOrganization>Trent Vineyard</RegisteredOrganization>
  62.             <TimeZone>GMT Standard Time</TimeZone>
  63.         </component>
  64.     </settings>
  65.     <cpi:offlineImage cpi:source="wim:c:/export/windows7-trent-april.wim#Trent-april2013" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  66. </unattend>
  67.  
  68. --WDS Client Unattend--
  69.  
  70. <?xml version="1.0" encoding="utf-8"?>
  71. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  72. ...
  73.     <settings pass="windowsPE">
  74.         <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">
  75.             <SetupUILanguage>
  76.                 <UILanguage>en-US</UILanguage>
  77.                 <WillShowUI>Never</WillShowUI>
  78.             </SetupUILanguage>
  79.             <InputLocale>en-US</InputLocale>
  80.             <SystemLocale>en-US</SystemLocale>
  81.             <UILanguage>en-US</UILanguage>
  82.             <UILanguageFallback></UILanguageFallback>
  83.             <UserLocale>en-US</UserLocale>
  84.         </component>
  85.         <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">
  86.             <DiskConfiguration>
  87.                 <WillShowUI>OnError</WillShowUI>
  88.                 <Disk>
  89.                     <DiskID>0</DiskID>
  90.                     <WillWipeDisk>true</WillWipeDisk>
  91.                     <CreatePartitions>
  92.                         <CreatePartition>
  93.                             <Order>1</Order>
  94.                             <Type>Primary</Type>
  95.                             <Extend>true</Extend>
  96.                         </CreatePartition>
  97.                     </CreatePartitions>
  98.                 </Disk>
  99.             </DiskConfiguration>
  100.             <WindowsDeploymentServices>
  101.                 <Login>
  102.                     <Credentials>
  103.                         <Domain>DOMAIN</Domain>
  104.                         <Password>PASSWORD</Password>
  105.                         <Username>USERNAME</Username>
  106.                     </Credentials>
  107.                 </Login>
  108.                 <ImageSelection>
  109.                     <InstallImage>
  110.                         <Filename>Windows7-Trent-a13.wim</Filename>
  111.                         <ImageGroup>Win 7</ImageGroup>
  112.                         <ImageName>Trent-april2013</ImageName>
  113.                     </InstallImage>
  114.                     <InstallTo>
  115.                         <DiskID>0</DiskID>
  116.                         <PartitionID>1</PartitionID>
  117.                     </InstallTo>
  118.                     <WillShowUI>Never</WillShowUI>
  119.                 </ImageSelection>
  120.             </WindowsDeploymentServices>
  121.             <UserData>
  122.                 <ProductKey>
  123.                     <Key>PRODUCT-KEY</Key>
  124.                     <WillShowUI>OnError</WillShowUI>
  125.                 </ProductKey>
  126.                 <AcceptEula>true</AcceptEula>
  127.                 <Organization>Trent Vineyard</Organization>
  128.                 <FullName>Martin Rothe</FullName>
  129.             </UserData>
  130.             <EnableNetwork>true</EnableNetwork>
  131.         </component>
  132.         <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  133.             <UserData>
  134.                 <ProductKey>
  135.                     <Key>PRODUCT-KEY</Key>
  136.                     <WillShowUI>Never</WillShowUI>
  137.                 </ProductKey>
  138.             </UserData>
  139.         </component>
  140.     </settings>
  141.     <cpi:offlineImage cpi:source="wim:c:/export/windows7-trent-april.wim#Trent-april2013" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  142. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement