document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="specialize">
  4.         <component name="Microsoft-Windows-IE-InternetExplorer" 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.             <BlockPopups>no</BlockPopups>
  6.             <CompanyName>Bedrijf</CompanyName>
  7.             <DisableFirstRunWizard>true</DisableFirstRunWizard>
  8.             <Home_Page>http://www.website.nl/</Home_Page>
  9.             <LockToolbars>true</LockToolbars>
  10.             <MSCompatibilityMode>false</MSCompatibilityMode>
  11.             <TrustedSites>http://google.nl/</TrustedSites>
  12.         </component>
  13.         <component name="Microsoft-Windows-Security-SPP-UX" 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.             <SkipAutoActivation>false</SkipAutoActivation>
  15.         </component>
  16.         <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
  17.             <SkipAutoActivation>false</SkipAutoActivation>
  18.         </component>
  19.         <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">
  20.             <Identification>
  21.                 <Credentials>
  22.                     <Domain>domein.nl</Domain>
  23.                     <Password>ww</Password>
  24.                     <Username>administrator</Username>
  25.                 </Credentials>
  26.                 <JoinDomain>domein.nl</JoinDomain>
  27.             </Identification>
  28.         </component>
  29.     </settings>
  30.     <settings pass="oobeSystem">
  31.         <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">
  32.             <InputLocale>en-US</InputLocale>
  33.             <SystemLocale>NL-nl</SystemLocale>
  34.             <UILanguage>en-US</UILanguage>
  35.             <UILanguageFallback>en-US</UILanguageFallback>
  36.             <UserLocale>nl-NL</UserLocale>
  37.         </component>
  38.         <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">
  39.             <FirstLogonCommands>
  40.                 <SynchronousCommand wcm:action="add">
  41.                     <CommandLine>cscript //b c:\\windows\\system32\\slmgr.vbs /ipk serial-x-x-x</CommandLine>
  42.                     <Order>1</Order>
  43.                     <RequiresUserInput>false</RequiresUserInput>
  44.                 </SynchronousCommand>
  45.                 <SynchronousCommand wcm:action="add">
  46.                     <CommandLine>cscript //b c:\\windows\\system32\\slmgr.vbs /ipk serial-x-x-x</CommandLine>
  47.                     <Order>2</Order>
  48.                     <RequiresUserInput>false</RequiresUserInput>
  49.                 </SynchronousCommand>
  50.                 <SynchronousCommand wcm:action="add">
  51.                     <CommandLine>cscript //b c:\\windows\\system32\\slmgr.vbs /ipk serial-x-x-x</CommandLine>
  52.                     <Order>3</Order>
  53.                     <RequiresUserInput>false</RequiresUserInput>
  54.                 </SynchronousCommand>
  55.                 <SynchronousCommand wcm:action="add">
  56.                     <CommandLine>cscript //b c:\\windows\\system32\\slmgr.vbs /ato serial-x-x-x</CommandLine>
  57.                     <Order>4</Order>
  58.                     <RequiresUserInput>false</RequiresUserInput>
  59.                 </SynchronousCommand>
  60.                 <SynchronousCommand wcm:action="add">
  61.                     <CommandLine>cscript //b c:\\windows\\system32\\slmgr.vbs /dlv all</CommandLine>
  62.                     <Order>5</Order>
  63.                     <RequiresUserInput>false</RequiresUserInput>
  64.                 </SynchronousCommand>
  65.             </FirstLogonCommands>
  66.             <OOBE>
  67.                 <HideEULAPage>true</HideEULAPage>
  68.                 <NetworkLocation>Work</NetworkLocation>
  69.                 <ProtectYourPC>1</ProtectYourPC>
  70.             </OOBE>
  71.             <UserAccounts>
  72.                 <AdministratorPassword>
  73.                     <Value>VwBvAGwAdABpAG4AZwAxADIAMwA0AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
  74.                     <PlainText>false</PlainText>
  75.                 </AdministratorPassword>
  76.                 <LocalAccounts>
  77.                     <LocalAccount wcm:action="add">
  78.                         <Description>Local Administrator</Description>
  79.                         <DisplayName>Administrator</DisplayName>
  80.                         <Group>Administrators</Group>
  81.                         <Name>Administrator</Name>
  82.                     </LocalAccount>
  83.                 </LocalAccounts>
  84.             </UserAccounts>
  85.             <ComputerName></ComputerName>
  86.             <RegisteredOrganization>Bedrijf</RegisteredOrganization>
  87.             <RegisteredOwner>Administrator</RegisteredOwner>
  88.             <TimeZone>W. Europe Standard Time</TimeZone>
  89.         </component>
  90.     </settings>
  91.     <settings pass="windowsPE">
  92.         <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">
  93.             <SetupUILanguage>
  94.                 <UILanguage>en-US</UILanguage>
  95.                 <WillShowUI>OnError</WillShowUI>
  96.             </SetupUILanguage>
  97.             <InputLocale>en-en</InputLocale>
  98.             <LayeredDriver>1</LayeredDriver>
  99.             <SystemLocale>nl-nl</SystemLocale>
  100.             <UILanguage>en-us</UILanguage>
  101.             <UILanguageFallback>en-us</UILanguageFallback>
  102.             <UserLocale>nl-nl</UserLocale>
  103.         </component>
  104.         <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">
  105.             <EnableFirewall>false</EnableFirewall>
  106.             <EnableNetwork>true</EnableNetwork>
  107.             <ImageInstall>
  108.                 <OSImage>
  109.                     <InstallFrom>
  110.                         <Credentials>
  111.                             <Domain>domein.nl</Domain>
  112.                             <Password>ww</Password>
  113.                             <Username>gebrnaam</Username>
  114.                         </Credentials>
  115.                         <Path>\\\\Server01\\reminst\\Images\\Clients</Path>
  116.                     </InstallFrom>
  117.                     <WillShowUI>OnError</WillShowUI>
  118.                 </OSImage>
  119.             </ImageInstall>
  120.             <UserData>
  121.                 <ProductKey>
  122.                     <Key>serial-x-x-x-x</Key>
  123.                     <WillShowUI>OnError</WillShowUI>
  124.                 </ProductKey>
  125.                 <AcceptEula>true</AcceptEula>
  126.                 <FullName>Administrator</FullName>
  127.                 <Organization>Bedrijf</Organization>
  128.             </UserData>
  129.         </component>
  130.     </settings>
  131.     <settings pass="auditSystem">
  132.         <component name="Microsoft-Windows-Deployment" 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">
  133.             <Reseal>
  134.                 <Mode>Audit</Mode>
  135.             </Reseal>
  136.         </component>
  137.     </settings>
  138.     <settings pass="offlineServicing">
  139.         <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">
  140.             <OEMInformation>
  141.                 <HelpCustomized>true</HelpCustomized>
  142.                 <Manufacturer>Bedrijf</Manufacturer>
  143.                 <SupportURL>www.website.nl</SupportURL>
  144.             </OEMInformation>
  145.         </component>
  146.     </settings>
  147.     <cpi:offlineImage cpi:source="catalog:e:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  148. </unattend>
');