Jump to content

alfreire

Members
  • Joined

  • Last visited

Everything posted by alfreire

  1. Thank you, again... Regards... ;-)
  2. alfreire replied to RicaNeaga's post in a topic in Win Toolkit
    First I must say I do not know much about Autounattend.xml, I found this online, I've adapted to my needs and I work for what I need in x86 and x64 ... I really need is to be installed unattended, asking only the partition you are installing, by default the Spanish language and location of Spain, and finally he does not believe any user, only the Administrator... Sorry for the translation of Google... X-D Regards... ;-) p.d.: Don't install the serial through Autounattend.xml...
  3. alfreire replied to RicaNeaga's post in a topic in Win Toolkit
    Ok, i delete it... thank you... ;-)
  4. alfreire replied to RicaNeaga's post in a topic in Win Toolkit
    I attach my Autounattend.xml file for x86 and x64... I found on internet and adapted to my needs, it works perfectly... Regards... ;-) <?xml version="1.0" encoding="utf-8"?> <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> <SystemLocale>es-ES</SystemLocale> <UILanguage>es-ES</UILanguage> <UserLocale>es-ES</UserLocale> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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> <SystemLocale>es-ES</SystemLocale> <UILanguage>es-ES</UILanguage> <UserLocale>es-ES</UserLocale> </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"> <ImageInstall> <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key /> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key /> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-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> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" 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> <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"> <TimeZone>Romance Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>Romance Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <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>040a:0000040a</InputLocale> <UserLocale>es-ES</UserLocale> <UILanguage>es-ES</UILanguage> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>040a:0000040a</InputLocale> <UserLocale>es-ES</UserLocale> <UILanguage>es-ES</UILanguage> </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"> <UserAccounts> <LocalAccounts /> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>9999</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Romance Standard Time</TimeZone> <OEMInformation> <Manufacturer /> <SupportHours /> <SupportPhone /> <SupportURL /> <Model /> </OEMInformation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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> <LocalAccounts /> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>9999</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Romance Standard Time</TimeZone> <OEMInformation> <Manufacturer /> <SupportHours /> <SupportPhone /> <SupportURL /> <Model /> </OEMInformation> </component> </settings> </unattend> Autounattend.xml
  5. alfreire replied to WarZ's post in a topic in Win Toolkit
    Well, I think the question refers to how components can be removed safely, and then each choose what you want... Regards... ;-)
  6. alfreire replied to WarZ's post in a topic in Win Toolkit
    Good question... now we need good answer... X-D Regards... ;-)
  7. Today all we deal with a computer, have basic knowledge of English, and a program like this with so many technical terms it is very easy to use, made ​​sure that most of them would be the same, after translating... What it would be good is that it could be translated by a text file, so the volunteers could do the translations into different languages ​... Regards... ;-) p.d.: my native language is spanish...
  8. More Removal, please... :cap: Regards... ;-)
  9. alfreire replied to alfreire's post in a topic in Win Toolkit
    Than you very much... I am grateful for your help... Great work, regards...;-)
  10. alfreire replied to alfreire's post in a topic in Win Toolkit
    Thank's for your answer... in boot.wim, yes, but in Windows PE, Windows Setup or both...? two parts can be mounted individually from boot.wim... I add USB 3.0 drivers too, for install from pendrive USB 3.0, is very fast install Windows 7 in SSD OCZ Vertex 3... X-D Don't worry, Google translator work very good... X-D Regards... ;-)
  11. alfreire posted a post in a topic in Win Toolkit
    Hello, I have some doubts ... -When updates are applied to an image that already has previous updates, if any repeats, skip those that are equal to or above the reinstall? what is the best way to add new updatesto an image when you do not remember the updates that you added previously, or is itbetter to create a new image? -If you add a new version of an integrated driver previously, is updated or not installed? -When drivers are integrated into boot.wim image are added to Windows PE, WindowSetup or both? Thank you very much for this wonderful program... Congratulations... ;-) Sorry for my bad english... X-D En español: Hola, tengo algunas dudas... -¿Cuando se aplican las actualizaciones a una imagen que ya tiene actualizaciones anteriores, si se repite alguna, omite las que son iguales o la reinstala por encima? ¿cuál es la mejor forma de añadir nuevas actualizaciones a una imagen cuando no te acuerdas de las actualizaciones que añadiste anteriormente, o es mejor crear una nueva imagen? -¿Si se añade una versión nueva de un driver integrado anteriormente, se actualiza o no se instala? -¿Cuando se integran drivers en la imagen boot.wim, se añaden a Windows PE, Window Setup o a ambas? Muchas gracias por este magnífico programa... enhorabuena...! ;-)
  12. I'm fascinated with this program for some time ... it's time to thank you for your work and make a humble contribution ... Thanks and regards ... ;-) Estoy fascinado con este programa desde hace algún tiempo... ha llegado la hora de agradecer tu trabajo y hacer una humilde aportación... Gracias y saludos... ;-) Número de confirmación: 6V1006168M104715X