Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="specialize">
- <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">
- <Identification>
- <UnsecureJoin>True</UnsecureJoin>
- <JoinDomain>mock.fr</JoinDomain>
- </Identification>
- </component>
- <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">
- <ProductKey>2PQX6-YQ9BT-PRW2H-Q4RGR-2DPH4</ProductKey>
- <RegisteredOrganization>FOD</RegisteredOrganization>
- <RegisteredOwner>Combreal</RegisteredOwner>
- <ShowWindowsLive>false</ShowWindowsLive>
- <ComputerName>*</ComputerName>
- </component>
- </settings>
- <settings pass="oobeSystem">
- <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">
- <UserAccounts>
- <DomainAccounts>
- <DomainAccountList wcm:action="add">
- <DomainAccount wcm:action="add">
- <Group>Administrateurs</Group>
- <Name>Administrateur</Name>
- </DomainAccount>
- <Domain>mock.fr</Domain>
- </DomainAccountList>
- </DomainAccounts>
- <AdministratorPassword>
- <Value>P@$$w0rd</Value>
- <PlainText>true</PlainText>
- </AdministratorPassword>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Password>
- <Value>P@$$w0rd</Value>
- <PlainText>true</PlainText>
- </Password>
- <DisplayName>LocAdmin</DisplayName>
- <Group>Administrateurs</Group>
- <Name>LocAdmin</Name>
- <Description />
- </LocalAccount>
- </LocalAccounts>
- </UserAccounts>
- <TimeZone>Romance Standard Time</TimeZone>
- <OOBE>
- <HideEULAPage>true</HideEULAPage>
- <NetworkLocation>Work</NetworkLocation>
- <ProtectYourPC>1</ProtectYourPC>
- <SkipUserOOBE>true</SkipUserOOBE>
- </OOBE>
- <RegisteredOrganization></RegisteredOrganization>
- <RegisteredOwner></RegisteredOwner>
- <Themes>
- <DefaultThemesOff>false</DefaultThemesOff>
- </Themes>
- </component>
- <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">
- <InputLocale>fr-FR</InputLocale>
- <SystemLocale>fr-FR</SystemLocale>
- <UILanguage>fr-FR</UILanguage>
- <UserLocale>fr-FR</UserLocale>
- </component>
- </settings>
- <cpi:offlineImage cpi:source="wim:E:/RemoteInstall/Images/MyWindows.wim#MyWindows7" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement