myselfidem Posted June 18, 2012 Author Share Posted June 18, 2012 (edited) myselfidem, you dont need to set 2 setting in "<settings pass="windowsPE">" becuz that only for boot.wim which we used only one (x86 boot.wim), if we do add x64 setting too, some automated task like "Accept EULA" will be asked again if we choose x64 image.also I'm still tryin' to find out how to make custom menu so incase we need to repair our windows installation, we can still use our customized dvd (if we add autounattended setting there, it will skipped n directly to windows installation).also guys, if you use usb as ur installation media, it's recommended to follow ricktendo methode (copy the autounattend.xml into boot.wim image index 2, offcourse you need to mount that first and unmount with option commit), that methode work for me everytime.@myselfidem:Your autounattend.xml has only the x86 WinPE pass, not the x64. Is it not needed?Thanks Escorpiom!Like suggested by ar_seven_am, we don't really need the two WinPE pass x86 and amd64.In all cases, the two passes are executed!We can keep only WinPE pass x86, if we have only used boot.wim x86!But if we have made an Windows 7 AIO with the two boot.wim (x86 and amd64) we can keep the two WinPE passes.Note: The only passes we can reverse are about:<RunSynchronousCommand> with <settings pass="specialize">Regards Edited June 23, 2012 by myselfidem Quote Link to comment Share on other sites More sharing options...
myselfidem Posted June 20, 2012 Author Share Posted June 20, 2012 ...also I'm still tryin' to find out how to make custom menu so incase we need to repair our windows installation, we can still use our customized dvd (if we add autounattended setting there, it will skipped n directly to windows installation).This can be done using Kels explanations, here (Real Windows 7 AIO):http://www.msfn.org/board/topic/156965-a-plea-for-help-windows-7-3264-bit-aio-iso/page__view__findpost__p__1000780It is available for an iso or DVD. It's little different with an USB Pendrive.Of course, we can't use an Autounattend.xml to use the repair options! But this one can be used outside.Regards Quote Link to comment Share on other sites More sharing options...
bphlpt Posted June 20, 2012 Share Posted June 20, 2012 This can be done using Kels explanations, here (Real Windows 7 AIO):http://www.msfn.org/...ost__p__1000780It is available for an iso or DVD. It's little different with an USB Pendrive.Of course, we can't use an Autounattend.xml to use the repair options! But this one can be used outside.RegardsI would love for someone with more knowledge than me to adapt Kel's instructions to using Win Toolkit. My understanding is that Win Toolkit can do much, if not all, of the work automatically without extra tools. And of course for the most flexibility, the instructions should specify what needs to be changed, if anything, to allow the result to be used via USB, either stick or drive. Eventually, the goal is to end up with a universal solution that can be modified for whatever particular need the user requires, in the fewest number of steps using the fewest number of tools.Cheers and Regards Quote Link to comment Share on other sites More sharing options...
myselfidem Posted June 23, 2012 Author Share Posted June 23, 2012 (edited) @EscorpiomNote:About the value: <SkipMachineOOBE>true</SkipMachineOOBE>We can read inside "Unattended Windows Setup Reference for Windows 7.chm"Important:This setting is deprecated.SkipMachineOOBE should be used only in a test environment, and you should never ship a computer with the SkipMachineOOBE setting configured to true.If you use this setting, Windows Welcome will be skipped, and any settings that a user selects during Windows Welcome will not be configured. For example, user-account creation, language, and time-zone settings will not be configured. Some Windows features may not function, as they depend on Windows Welcome values such as ProtectYourPC, which does not include a default value.Regards Edited June 23, 2012 by myselfidem Quote Link to comment Share on other sites More sharing options...
Escorpiom Posted June 24, 2012 Share Posted June 24, 2012 @myselfidem: I'm well aware of that, I already mentioned it in my previous post that this was not recommended by MS - however, we need this setting. If we specify most settings that would otherwise be done by MachineOOBE in the answer file there is no problem. Quote Link to comment Share on other sites More sharing options...
myselfidem Posted June 25, 2012 Author Share Posted June 25, 2012 Thanks, it was simply a reminder...And if we have trouble we can use the SetProductKey.cmd to integrate keys.Cheers Quote Link to comment Share on other sites More sharing options...
RicaNeaga Posted November 3, 2012 Share Posted November 3, 2012 @myselfidem or other people with the knowledge - two questions:1. Important - Can I set through the autounattended.xml file the Default Input language for windows 7? This of course if the user selects more than two input languages (in my case, if I select also romanian, and romanian also becomes the default input language - I don't want this, I want to be english).2. If I select a suplimentary input language, it may have more than one keyboard attributed to it. Can I delete a (keep only one) keyboard through the autounattended.xml?Thanks. Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 4, 2012 Author Share Posted November 4, 2012 If you added another language for the silent installation (language pack added inside install.wim, boot.wim 1 and boot.wim 2), you can select this one inside your Autounattend.xml file for the silent installation and choose the keyboard you want!HTH Quote Link to comment Share on other sites More sharing options...
BaBa83 Posted February 8, 2013 Share Posted February 8, 2013 Hello together  first let me thank myselfidem for this great thread. it helped me alot creating my autounattend.xml.  I'm having two last issues, i can't resolve:I have an x86/x64 AIO wimfile, at the start of the setup, i'm asked, which os i like to install, but whatever i chose, setup picks always the diskconfiguration from x86. :/Everything else is working fine. depending on my choice the correct os is installed. the 2nd issue is, that setup says, that the partition could not be prepared, after selecting the drive to install windows to. (i'm not sure, if setup already should ask me, on which disk i like to install windows - the option is set to "onError".)After clicking ok (the only available button) on the messagebox, setup restarts the system and the partitions are created as i want them to. -.-  My autounattend.xml is attached to this post  i got one more question: is it possible to tell setup to use D: for the windows-swap file and E: for programs?at the moment i'm changing these settings step by step after setup completes, but it would be great to implement those settings directly into the setup, so that the windows-programs (and features) are directly installed to that drive.  thanks so far for reading! Kind regardsBaBaAutounattend.xml Quote Link to comment Share on other sites More sharing options...
myselfidem Posted February 8, 2013 Author Share Posted February 8, 2013 Thanks for your interest!  1 - Inside your Autounattend.xml file keep only: <ImageInstall>               <OSImage>                   <InstallTo>                       <DiskID>0</DiskID>                       <PartitionID>1</PartitionID>                   </InstallTo>                   <WillShowUI>OnError</WillShowUI>                   <InstallToAvailablePartition>false</InstallToAvailablePartition>               </OSImage> 2 - Remember all passes are executed with Autounattend.xml AIO (x86 and amd64). 3 - Keep the same order, name, etc., for x86 and amd64 - if you want create partitions with Autounattend.xml file Note: I think the best way is to keep the choice for the OS to install and create partitions with GUI ! 4 - It's not a good idea to move Programs to partition E:\ (or other drive letter). When we want install a program this one wants install to C:\Program Files or C:\Program Files (x86) HTH Quote Link to comment Share on other sites More sharing options...
BaBa83 Posted February 8, 2013 Share Posted February 8, 2013 Hi and thank you a lot for your very fast reply! automated partitioning works like a charm.  did i get it right, that it is not possible to determine different partition-settings for x86 and x64 in the way i like to? in my xml are the partition sizes identical, but only because i could not get setup to work like i would ^.^i prefer different size for C: for x86 than for x64. - without using gui ^.^  No possible way?  however the "partition could not be prepared"-error is solved - thank you so much! Kind regardsBaBa Quote Link to comment Share on other sites More sharing options...
myselfidem Posted February 8, 2013 Author Share Posted February 8, 2013 (edited) i prefer different size for C: for x86 than for x64. - without using gui ^.^  No possible way? Unfortunatly no with Autounattend.xml AIO file! We must keep the choice with UI to create manually different partitions size for x86 or amd64 ! Edited February 8, 2013 by myselfidem Quote Link to comment Share on other sites More sharing options...
BaBa83 Posted February 8, 2013 Share Posted February 8, 2013 Again: Thanks a lot, i will have to think about that. Quote Link to comment Share on other sites More sharing options...
myselfidem Posted February 8, 2013 Author Share Posted February 8, 2013 Quote Link to comment Share on other sites More sharing options...
Germanboy4u Posted February 8, 2013 Share Posted February 8, 2013 Hello Myselfidem, thank you for your great work.  i have one question. Is it possible to use for every x86 image an other key on a AiO? thank you  gb4u Quote Link to comment Share on other sites More sharing options...
myselfidem Posted February 8, 2013 Author Share Posted February 8, 2013 About Keys!We need to use trial keys or only one valid key matching the Windows 7 version we bought to do the silent installation!Each images needs a key matching the version installed! You can use SetProductKey on my signature to integrate the trial keys to do the job...Need time!HTH Quote Link to comment Share on other sites More sharing options...
x23piracy Posted March 4, 2013 Share Posted March 4, 2013 Hi, i tried the following with a fresh windows 7 pro iso with and without an ei.cfg and i still have to choose anedition or more detailed i have to press next at the edition dialog.            <ImageInstall>               <OSImage>                   <InstallFrom>                       <MetaData wcm:action="add">                           <Key>/IMAGE/INDEX</Key>                           <Value>Windows 7 Professional</Value>                       </MetaData>                   </InstallFrom>               </OSImage>           </ImageInstall>What is wrong with the Value? Its the exact string from setup screen. Is the string correct or must a id been used?  Greetz X23 Quote Link to comment Share on other sites More sharing options...
ianymaty Posted March 5, 2013 Share Posted March 5, 2013 I think you are mistaken at <Key>/IMAGE/INDEX</Key><Value>Windows 7 Professional</Value> should be  <Key>/IMAGE/NAME</Key><Value>Windows 7 Professional</Value> or <Key>/IMAGE/INDEX</Key><Value>X</Value> X should match the INDEX number (1, 2, 3...) of the IMAGE from the WIM.  If I am wrong, please correct me anyone who knows better.    Quote Link to comment Share on other sites More sharing options...
myselfidem Posted March 5, 2013 Author Share Posted March 5, 2013 That's right ianymaty! Thanks. Quote Link to comment Share on other sites More sharing options...
x23piracy Posted March 5, 2013 Share Posted March 5, 2013 Hi, thanks guys... stupid me   Greetz X23 Quote Link to comment Share on other sites More sharing options...
x23piracy Posted March 5, 2013 Share Posted March 5, 2013 (edited) Hi, I think you are mistaken at <Key>/IMAGE/INDEX</Key><Value>Windows 7 Professional</Value> should be  <Key>/IMAGE/NAME</Key><Value>Windows 7 Professional</Value> or <Key>/IMAGE/INDEX</Key><Value>X</Value> X should match the INDEX number (1, 2, 3...) of the IMAGE from the WIM.  If I am wrong, please correct me anyone who knows better.    i can confirm with /Name it's working but with Index it was Index and 1 before and a Windows 7 Iso with ei.cfgbut index 1 hasn't worked is the index starting with 0 ? then no wonder if 1 fails. Is the Index 1 conflicting when ei.cfg is existing? maybe the index must be the same if no ei.cfg is existing?  Greetz X23 Edited March 5, 2013 by x23piracy Quote Link to comment Share on other sites More sharing options...
ianymaty Posted March 5, 2013 Share Posted March 5, 2013 In any original image of whatever edition you have For x86Image Index 1 = StarterImage Index 2 = Home BasicImage Index 3 = Home PremiumImage Index 4 = ProfessionalImage Index 5 = Ultimate  For x64Image Index 1 = Home BasicImage Index 2 = Home PremiumImage Index 3 = ProfessionalImage Index 4 = Ultimate  so for Professional you needIndex 4 for x86Index 3 for x64 Quote Link to comment Share on other sites More sharing options...
myselfidem Posted March 5, 2013 Author Share Posted March 5, 2013 (edited)  1 - If wim images are merged creating an AIO (32bit and 64bit) or some images removed, we can use: Dism /Get-WimInfo /WimFile:"%DVDSource%\sources\install.wim" Image names and index numbers will be shown. Note: if some images are removed the index number isn't the same ! 2 - If we want select an image to install, we must remove ei.cfg file! Example on my image install.wim (keeping only image Windows 7 ULTIMATE): Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Users\Antoine>Dism /Get-WimInfo /WimFile:"C:\Win7_SP1\sources\install.wim"Outil Gestion et maintenance des images de déploiementVersion : 6.1.7600.16385Détails pour l'image : C:\Win7_SP1\sources\install.wimIndex : 1Nom : Windows 7 ULTIMATEDescription : Windows 7 ULTIMATETaille : 10'103'580'850 octetsL'opération a réussi. Edited March 5, 2013 by myselfidem Quote Link to comment Share on other sites More sharing options...
x23piracy Posted March 5, 2013 Share Posted March 5, 2013 Hi, @myselfidem & @ianymaty Thank you for the excellent informations.Works with both now (name & index)  Greetz X23 Quote Link to comment Share on other sites More sharing options...
Lobillo Posted March 6, 2013 Share Posted March 6, 2013 Por favor me pude ayudar con mi archivo Autounattend.xml,me da este error no se que estoy haciendo mal  Este es mi archivo Autounattend.xml  <?xml version="1.0" encoding="utf-8"?><!--This answer file generated by RT Seven Lite--><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" 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">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-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">   <UserData>    <ProductKey>     <Key>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 STARTER</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </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">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <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">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" 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">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-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">   <UserData>    <ProductKey>     <Key>YGFVB-QTFXQ-3H233-PTWTJ-YRYRV</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEBASIC</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </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">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <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">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" 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">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-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">   <UserData>    <ProductKey>     <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEPREMIUM</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </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">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <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">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" 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">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-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">   <UserData>    <ProductKey>     <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEPREMIUM</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </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">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <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">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" 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">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-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">   <UserData>    <ProductKey>     <Key>7YWX9-W3C2V-D46GW-P722P-9CP4D</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 ULTIMATE</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </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">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <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">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <UserData>    <ProductKey>     <Key>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 STARTER</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </component> </settings> <settings pass="oobeSystem">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <UserData>    <ProductKey>     <Key>YGFVB-QTFXQ-3H233-PTWTJ-YRYRV</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEBASIC</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </component> </settings> <settings pass="oobeSystem">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <UserData>    <ProductKey>     <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEPREMIUM</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </component> </settings> <settings pass="oobeSystem">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <UserData>    <ProductKey>     <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 HOMEPREMIUM</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </component> </settings> <settings pass="oobeSystem">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE">  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SetupUILanguage>    <UILanguage>es-ES</UILanguage>   </SetupUILanguage>   <InputLocale>040a:0000040a</InputLocale>   <UserLocale>es-ES</UserLocale>   <UILanguage>es-ES</UILanguage>   <SystemLocale>es-ES</SystemLocale>  </component>  <component name="Microsoft-Windows-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <UserData>    <ProductKey>     <Key>7YWX9-W3C2V-D46GW-P722P-9CP4D</Key>     <WillShowUI>OnError</WillShowUI>    </ProductKey>    <Organization>Lobillo</Organization>    <FullName>Lobillo</FullName>    <AcceptEula>true</AcceptEula>   </UserData>   <ImageInstall>    <OSImage>     <InstallFrom>      <MetaData wcm:action="add">       <Key>/IMAGE/NAME</Key>       <value>Windows 7 ULTIMATE</value>      </MetaData>     </InstallFrom>     <InstallToAvailablePartition>false</InstallToAvailablePartition>     <WillShowUI>OnError</WillShowUI>    </OSImage>   </ImageInstall>  </component> </settings> <settings pass="oobeSystem">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <AutoLogon>    <Password>     <Value />    </Password>    <Enabled>true</Enabled>    <LogonCount>1</LogonCount>    <Username>Administrator</Username>   </AutoLogon>   <OOBE>    <HideEULAPage>true</HideEULAPage>    <NetworkLocation>Home</NetworkLocation>    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>    <SkipMachineOOBE>true</SkipMachineOOBE>    <SkipUserOOBE>false</SkipUserOOBE>   </OOBE>   <UserAccounts>    <AdministratorPassword>     <Value />    </AdministratorPassword>   </UserAccounts>   <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>   <TimeZone>Romance Standard Time</TimeZone>  </component> </settings> <settings pass="specialize">  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <ComputerName>Lobillo</ComputerName>  </component>  <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x54" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">   <SkipAutoActivation>true</SkipAutoActivation>  </component> </settings></unattend> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.