Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.42 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>AAAAA-M9PW4-6DHR7-X99PJ-EEEEE</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.                     </LocalAccount>
  35.                 </LocalAccounts>
  36.             </UserAccounts>
  37.         </component>
  38.     </settings>
  39.     <cpi:offlineImage cpi:source="wim:f:/wim/windows7ultimatex64.wim#Windows 7 Ultimate x64" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  40. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement