Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.01 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-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">
  5.             <ComputerName>*</ComputerName>
  6.             <ProductKey>RH98C-M9PW4-6DHR7-X99PJ-3FGDB</ProductKey>
  7.             <RegisteredOrganization></RegisteredOrganization>
  8.             <RegisteredOwner></RegisteredOwner>
  9.             <TimeZone>Romance Standard Time</TimeZone>
  10.         </component>
  11.     </settings>
  12.     <settings pass="oobeSystem">
  13.         <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">
  14.             <InputLocale>fr-fr</InputLocale>
  15.             <SystemLocale>fr-fr</SystemLocale>
  16.             <UILanguage>fr-fr</UILanguage>
  17.             <UserLocale>fr-fr</UserLocale>
  18.         </component>
  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.             <OOBE>
  21.                 <HideEULAPage>true</HideEULAPage>
  22.                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  23.                 <NetworkLocation>Work</NetworkLocation>
  24.                 <SkipUserOOBE>true</SkipUserOOBE>
  25.                 <SkipMachineOOBE>true</SkipMachineOOBE>
  26.                 <ProtectYourPC>1</ProtectYourPC>
  27.             </OOBE>
  28.             <UserAccounts>
  29.                 <LocalAccounts>
  30.                     <LocalAccount wcm:action="add">
  31.                         <Group>Administrators</Group>
  32.                         <Name>Utilisateur</Name>
  33.                         <DisplayName>Utilisateur</DisplayName>
  34.                         <Password>
  35.                             <Value>MQAwADgAMgAwADkAYwBmAGkAUABhAHMAcwB3AG8AcgBkAA==</Value>
  36.                             <PlainText>false</PlainText>
  37.                         </Password>
  38.                     </LocalAccount>
  39.                 </LocalAccounts>
  40.             </UserAccounts>
  41.             <AutoLogon>
  42.                 <Password>
  43.                     <Value>MQAwADgAMgAwADkAYwBmAGkAUABhAHMAcwB3AG8AcgBkAA==</Value>
  44.                     <PlainText>false</PlainText>
  45.                 </Password>
  46.                 <Username>Utilisateur</Username>
  47.                 <Enabled>true</Enabled>
  48.                 <LogonCount>1</LogonCount>
  49.             </AutoLogon>
  50.         </component>
  51.     </settings>
  52.     <cpi:offlineImage cpi:source="catalog:f:/wim/windows7ultimatex64_windows 7 ultimate x64.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  53. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement