Advertisement
OmegaMastodon

Unattend.xml

Jun 14th, 2019
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.04 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-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
  5.       <ImageInstall>
  6.         <OSImage>
  7.           <WillShowUI>OnError</WillShowUI>
  8.           <InstallTo>
  9.             <DiskID>0</DiskID>
  10.             <PartitionID>1</PartitionID>
  11.           </InstallTo>
  12.           <InstallFrom>
  13.             <Path>.\Operating Systems\Clean Windows 10 Pro (v1809)\Sources\install.wim</Path>
  14.             <MetaData>
  15.               <Key>/IMAGE/INDEX</Key>
  16.               <Value>1</Value>
  17.             </MetaData>
  18.           </InstallFrom>
  19.         </OSImage>
  20.       </ImageInstall>
  21.       <Display>
  22.         <ColorDepth>16</ColorDepth>
  23.         <HorizontalResolution>1024</HorizontalResolution>
  24.         <RefreshRate>60</RefreshRate>
  25.         <VerticalResolution>768</VerticalResolution>
  26.       </Display>
  27.       <ComplianceCheck>
  28.         <DisplayReport>OnError</DisplayReport>
  29.       </ComplianceCheck>
  30.       <UserData>
  31.         <AcceptEula>true</AcceptEula>
  32.         <ProductKey>
  33.           <Key></Key>
  34.         </ProductKey>
  35.       </UserData>
  36.     </component>
  37.     <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">
  38.       <SetupUILanguage>
  39.         <UILanguage>en-US</UILanguage>
  40.       </SetupUILanguage>
  41.       <InputLocale>0409:00000409</InputLocale>
  42.       <SystemLocale>en-US</SystemLocale>
  43.       <UILanguage>en-US</UILanguage>
  44.       <UserLocale>en-US</UserLocale>
  45.     </component>
  46.   </settings>
  47.   <settings pass="generalize">
  48.     <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">
  49.       <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
  50.     </component>
  51.   </settings>
  52.   <settings pass="specialize">
  53.     <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
  54.       <Identification>
  55.         <Credentials>
  56.           <Username></Username>
  57.           <Domain></Domain>
  58.           <Password></Password>
  59.         </Credentials>
  60.         <JoinDomain></JoinDomain>
  61.         <JoinWorkgroup></JoinWorkgroup>
  62.         <MachineObjectOU></MachineObjectOU>
  63.       </Identification>
  64.     </component>
  65.     <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
  66.       <ComputerName></ComputerName>
  67.       <ProductKey></ProductKey>
  68.       <RegisteredOrganization>RS&amp;I</RegisteredOrganization>
  69.       <RegisteredOwner>Windows User</RegisteredOwner>
  70.       <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
  71.       <TimeZone>Pacific Standard Time</TimeZone>
  72.     </component>
  73.     <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">
  74.       <Home_Page>about:blank</Home_Page>
  75.       <IEWelcomeMsg>false</IEWelcomeMsg>
  76.     </component>
  77.     <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">
  78.       <RunSynchronous>
  79.         <RunSynchronousCommand wcm:action="add">
  80.           <Description>EnableAdmin</Description>
  81.           <Order>1</Order>
  82.           <Path>cmd /c net user Administrator /active:yes</Path>
  83.         </RunSynchronousCommand>
  84.         <RunSynchronousCommand wcm:action="add">
  85.           <Description>UnfilterAdministratorToken</Description>
  86.           <Order>2</Order>
  87.           <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
  88.         </RunSynchronousCommand>
  89.         <RunSynchronousCommand wcm:action="add">
  90.           <Description>disable user account page</Description>
  91.           <Order>3</Order>
  92.           <Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
  93.         </RunSynchronousCommand>
  94.       </RunSynchronous>
  95.     </component>
  96.     <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">
  97.       <InputLocale>0409:00000409</InputLocale>
  98.       <SystemLocale>en-US</SystemLocale>
  99.       <UILanguage>en-US</UILanguage>
  100.       <UserLocale>en-US</UserLocale>
  101.     </component>
  102.     <component name="Microsoft-Windows-TapiSetup" 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">
  103.       <TapiConfigured>0</TapiConfigured>
  104.       <TapiUnattendLocation>
  105.         <AreaCode>""</AreaCode>
  106.         <CountryOrRegion>1</CountryOrRegion>
  107.         <LongDistanceAccess>9</LongDistanceAccess>
  108.         <OutsideAccess>9</OutsideAccess>
  109.         <PulseOrToneDialing>1</PulseOrToneDialing>
  110.         <DisableCallWaiting>""</DisableCallWaiting>
  111.         <InternationalCarrierCode>""</InternationalCarrierCode>
  112.         <LongDistanceCarrierCode>""</LongDistanceCarrierCode>
  113.         <Name>Default</Name>
  114.       </TapiUnattendLocation>
  115.     </component>
  116.     <component name="Microsoft-Windows-SystemRestore-Main" 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">
  117.       <DisableSR>1</DisableSR>
  118.     </component>
  119.   </settings>
  120.   <settings pass="oobeSystem">
  121.     <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
  122.       <UserAccounts>
  123.         <AdministratorPassword>
  124.           <Value></Value>
  125.           <PlainText>true</PlainText>
  126.         </AdministratorPassword>
  127.       </UserAccounts>
  128.       <AutoLogon>
  129.         <Enabled>true</Enabled>
  130.         <Username>Administrator</Username>
  131.         <Domain>.</Domain>
  132.         <Password>
  133.           <Value></Value>
  134.           <PlainText>true</PlainText>
  135.         </Password>
  136.         <LogonCount>999</LogonCount>
  137.       </AutoLogon>
  138.       <Display>
  139.         <ColorDepth>32</ColorDepth>
  140.         <HorizontalResolution>1024</HorizontalResolution>
  141.         <RefreshRate>60</RefreshRate>
  142.         <VerticalResolution>768</VerticalResolution>
  143.       </Display>
  144.       <FirstLogonCommands>
  145.         <SynchronousCommand wcm:action="add">
  146.           <CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine>
  147.           <Description>Lite Touch new OS</Description>
  148.           <Order>1</Order>
  149.         </SynchronousCommand>
  150.       </FirstLogonCommands>
  151.       <OOBE>
  152.         <HideEULAPage>true</HideEULAPage>
  153.         <NetworkLocation>Work</NetworkLocation>
  154.         <ProtectYourPC>1</ProtectYourPC>
  155.       </OOBE>
  156.       <RegisteredOrganization>RS&amp;I</RegisteredOrganization>
  157.       <RegisteredOwner>Windows User</RegisteredOwner>
  158.       <TimeZone></TimeZone>
  159.     </component>
  160.     <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">
  161.       <InputLocale>0409:00000409</InputLocale>
  162.       <SystemLocale>en-US</SystemLocale>
  163.       <UILanguage>en-US</UILanguage>
  164.       <UserLocale>en-US</UserLocale>
  165.     </component>
  166.   </settings>
  167.   <settings pass="offlineServicing">
  168.     <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
  169.       <DriverPaths>
  170.         <PathAndCredentials wcm:keyValue="1" wcm:action="add">
  171.           <Path>\Drivers</Path>
  172.         </PathAndCredentials>
  173.       </DriverPaths>
  174.     </component>
  175.   </settings>
  176. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement