Advertisement
Combreal

Unattend_Img01

Sep 5th, 2017
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.83 KB | None | 0 0
  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-UnattendedJoin" 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">
  5.             <Identification>
  6.                 <UnsecureJoin>True</UnsecureJoin>
  7.                 <JoinDomain>mock.fr</JoinDomain>
  8.             </Identification>
  9.         </component>
  10.         <component name="Microsoft-Windows-Shell-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">
  11.             <ProductKey>2PQX6-YQ9BT-PRW2H-Q4RGR-2DPH4</ProductKey>
  12.             <RegisteredOrganization>FOD</RegisteredOrganization>
  13.             <RegisteredOwner>Combreal</RegisteredOwner>
  14.             <ShowWindowsLive>false</ShowWindowsLive>
  15.             <ComputerName>*</ComputerName>
  16.         </component>
  17.     </settings>
  18.     <settings pass="oobeSystem">
  19.         <component name="Microsoft-Windows-Shell-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">
  20.             <UserAccounts>
  21.                 <DomainAccounts>
  22.                     <DomainAccountList wcm:action="add">
  23.                         <DomainAccount wcm:action="add">
  24.                             <Group>Administrateurs</Group>
  25.                             <Name>Administrateur</Name>
  26.                         </DomainAccount>
  27.                         <Domain>mock.fr</Domain>
  28.                     </DomainAccountList>
  29.                 </DomainAccounts>
  30.                 <AdministratorPassword>
  31.                     <Value>P@$$w0rd</Value>
  32.                     <PlainText>true</PlainText>
  33.                 </AdministratorPassword>
  34.                 <LocalAccounts>
  35.                     <LocalAccount wcm:action="add">
  36.                         <Password>
  37.                             <Value>P@$$w0rd</Value>
  38.                             <PlainText>true</PlainText>
  39.                         </Password>
  40.                         <DisplayName>LocAdmin</DisplayName>
  41.                         <Group>Administrateurs</Group>
  42.                         <Name>LocAdmin</Name>
  43.                         <Description />
  44.                     </LocalAccount>
  45.                 </LocalAccounts>
  46.             </UserAccounts>
  47.             <TimeZone>Romance Standard Time</TimeZone>
  48.             <OOBE>
  49.                 <HideEULAPage>true</HideEULAPage>
  50.                 <NetworkLocation>Work</NetworkLocation>
  51.                 <ProtectYourPC>1</ProtectYourPC>
  52.                 <SkipUserOOBE>true</SkipUserOOBE>
  53.             </OOBE>
  54.             <RegisteredOrganization></RegisteredOrganization>
  55.             <RegisteredOwner></RegisteredOwner>
  56.             <Themes>
  57.                 <DefaultThemesOff>false</DefaultThemesOff>
  58.             </Themes>
  59.         </component>
  60.         <component name="Microsoft-Windows-International-Core" 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">
  61.             <InputLocale>fr-FR</InputLocale>
  62.             <SystemLocale>fr-FR</SystemLocale>
  63.             <UILanguage>fr-FR</UILanguage>
  64.             <UserLocale>fr-FR</UserLocale>
  65.         </component>
  66.     </settings>
  67.     <cpi:offlineImage cpi:source="wim:E:/RemoteInstall/Images/MyWindows.wim#MyWindows7" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  68. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement