elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía actualizada para evitar que un ransomware ataque tu empresa


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  Windows (Moderador: Randomize)
| | |-+  [APORTE] Archivo de instalación desatendida para Windows 8 Core
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: [APORTE] Archivo de instalación desatendida para Windows 8 Core  (Leído 4,821 veces)
Eleкtro
Ex-Staff
*
Desconectado Desconectado

Mensajes: 9.813



Ver Perfil
[APORTE] Archivo de instalación desatendida para Windows 8 Core
« en: 24 Mayo 2013, 22:29 pm »

Aquí os dejo este archivo de instalación desatendida de Windows 8 que he hecho con WSIM (Windows System Image Manager),
Funciona de maravilla, lo único que requiere es elegir el disco donde se desea instalar Windows 8, TODO lo demás lo he dejado preconfigurado y no requiere más intervención que lo que acabo de comentar.

El nombre de usuario por defecto es "Administrador".
La red por defecto es "Hogar".
La hora, el idioma y esas cosas está configurado para Español de España.

Posibles valores que quieran modificar:
- Nombre de la organización
- Nombre del PC
- Nombre de usuario
- La clave (Si disponen de una clave legal)

...Es fácil de modificar, solo hay que buscar el valor correspondiente en este archivo de aquí abajo, y cambiar el valor.

El archivo lo guardan como "AutoUnattend.xml" y lo colocan en el DVD de Windows 8 en la carpeta principal junto al "setup.exe".

PD: No lo he testeado con Windows 8 PRO.

Código
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.    <settings pass="windowsPE">
  4.        <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">
  5.            <UserLocale>es-ES</UserLocale>
  6.            <UILanguageFallback>es-ES</UILanguageFallback>
  7.            <UILanguage>es-ES</UILanguage>
  8.            <SystemLocale>es-ES</SystemLocale>
  9.            <InputLocale>es-ES</InputLocale>
  10.        </component>
  11.        <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">
  12.            <Display>
  13.                <HorizontalResolution>1920</HorizontalResolution>
  14.                <VerticalResolution>1080</VerticalResolution>
  15.                <ColorDepth>32</ColorDepth>
  16.            </Display>
  17.            <UserData>
  18.                <ProductKey>
  19.                    <WillShowUI>Never</WillShowUI>
  20.                    <Key>FB4WR-32NVD-4RW79-XQFWH-CYQG3</Key>
  21.                </ProductKey>
  22.                <AcceptEula>true</AcceptEula>
  23.                <Organization>Elektro Studios</Organization>
  24.                <FullName>Christian Soriano</FullName>
  25.            </UserData>
  26.            <EnableNetwork>true</EnableNetwork>
  27.            <EnableFirewall>true</EnableFirewall>
  28.        </component>
  29.    </settings>
  30.    <settings pass="specialize">
  31.        <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">
  32.            <AutoLogon>
  33.                <Enabled>true</Enabled>
  34.                <LogonCount>1</LogonCount>
  35.                <Username>Administrator</Username>
  36.            </AutoLogon>
  37.            <ComputerName>Elektro-PC</ComputerName>
  38.            <ProductKey>FB4WR-32NVD-4RW79-XQFWH-CYQG3</ProductKey>
  39.            <RegisteredOrganization>Elektro Studios</RegisteredOrganization>
  40.            <ShowWindowsLive>false</ShowWindowsLive>
  41.            <TimeZone>Romance Standard Time</TimeZone>
  42.            <WindowsFeatures>
  43.                <ShowInternetExplorer>false</ShowInternetExplorer>
  44.                <ShowMediaCenter>false</ShowMediaCenter>
  45.                <ShowWindowsMail>false</ShowWindowsMail>
  46.                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
  47.            </WindowsFeatures>
  48.        </component>
  49.    </settings>
  50.    <settings pass="oobeSystem">
  51.        <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">
  52.            <OOBE>
  53.                <HideEULAPage>true</HideEULAPage>
  54.                <SkipUserOOBE>true</SkipUserOOBE>
  55.                <SkipMachineOOBE>true</SkipMachineOOBE>
  56.                <ProtectYourPC>3</ProtectYourPC>
  57.                <NetworkLocation>Home</NetworkLocation>
  58.                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  59.                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  60.                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  61.                <HideLocalAccountScreen>true</HideLocalAccountScreen>
  62.            </OOBE>
  63.            <VisualEffects>
  64.                <FontSmoothing>On</FontSmoothing>
  65.            </VisualEffects>
  66.        </component>
  67.    </settings>
  68.    <cpi:offlineImage cpi:source="wim:c:/users/administrador/desktop/Elektro Win8-Core-Mod/x64/sources/install.wim#Windows 8" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  69. </unattend>
  70.  


« Última modificación: 24 Mayo 2013, 22:35 pm por EleKtro H@cker » En línea

Kurono90

Desconectado Desconectado

Mensajes: 106



Ver Perfil
Re: [APORTE] Archivo de instalación desatendida para Windows 8 Core
« Respuesta #1 en: 25 Mayo 2013, 01:18 am »

Muchas gracias EleKtro H@cker, de verdad gracias por compartirlo. Un saludo  :D


En línea

Eleкtro
Ex-Staff
*
Desconectado Desconectado

Mensajes: 9.813



Ver Perfil
Re: [APORTE] Archivo de instalación desatendida para Windows 8 Core
« Respuesta #2 en: 11 Febrero 2014, 23:26 pm »

Si alguien quiere el de Windows 8.1... aquí tienen:

( Este archivo lo hice para instalar Windows 8.1 Core de forma desatendida, si quieren instalar la versión Pro o Enterprise deberán modificar los valores necesarios como el nombre de la imagen y el número de serie )

Código
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.    <servicing>
  4.        <package action="configure">
  5.            <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.3.9600.16384" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="es-ES" />
  6.        </package>
  7.    </servicing>
  8.    <settings pass="windowsPE">
  9.        <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">
  10.            <UserLocale>es-ES</UserLocale>
  11.            <UILanguageFallback>es-ES</UILanguageFallback>
  12.            <UILanguage>es-ES</UILanguage>
  13.            <SystemLocale>es-ES</SystemLocale>
  14.            <InputLocale>es-ES</InputLocale>
  15.            <SetupUILanguage>
  16.                <UILanguage>es-ES</UILanguage>
  17.            </SetupUILanguage>
  18.        </component>
  19.        <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">
  20.            <Display>
  21.                <HorizontalResolution>1920</HorizontalResolution>
  22.                <VerticalResolution>1080</VerticalResolution>
  23.                <ColorDepth>32</ColorDepth>
  24.            </Display>
  25.            <UserData>
  26.                <ProductKey>
  27.                    <WillShowUI>OnError</WillShowUI>
  28.                    <Key>334NH-RXG76-64THK-C7CKG-D3VPT</Key>
  29.                </ProductKey>
  30.                <AcceptEula>true</AcceptEula>
  31.                <Organization>Elektro Studios</Organization>
  32.                <FullName>Elektro</FullName>
  33.            </UserData>
  34.            <EnableNetwork>true</EnableNetwork>
  35.            <EnableFirewall>true</EnableFirewall>
  36.            <Restart>Restart</Restart>
  37.            <ImageInstall>
  38.                <OSImage>
  39.                    <InstallFrom>
  40.                        <MetaData wcm:action="add">
  41.                            <Key>/IMAGE/NAME</Key>
  42.                            <Value>Windows 8.1</Value>
  43.                        </MetaData>
  44.                    </InstallFrom>
  45.                    <WillShowUI>OnError</WillShowUI>
  46.                </OSImage>
  47.            </ImageInstall>
  48.        </component>
  49.    </settings>
  50.    <settings pass="specialize">
  51.        <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">
  52.            <AutoLogon>
  53.                <Enabled>true</Enabled>
  54.                <LogonCount>1</LogonCount>
  55.                <Username>Administrator</Username>
  56.            </AutoLogon>
  57.            <ComputerName>Elektro-PC</ComputerName>
  58.            <ProductKey>334NH-RXG76-64THK-C7CKG-D3VPT</ProductKey>
  59.            <RegisteredOrganization>Elektro Studios</RegisteredOrganization>
  60.            <TimeZone>Romance Standard Time</TimeZone>
  61.            <WindowsFeatures>
  62.                <ShowInternetExplorer>false</ShowInternetExplorer>
  63.                <ShowMediaCenter>false</ShowMediaCenter>
  64.                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
  65.            </WindowsFeatures>
  66.            <Themes>
  67.                <WindowColor>0</WindowColor>
  68.            </Themes>
  69.            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  70.            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
  71.        </component>
  72.        <component name="Microsoft-Windows-HelpAndSupport" 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">
  73.            <HelpAndSupport>
  74.                <Manufacturer>Elektro Studios</Manufacturer>
  75.            </HelpAndSupport>
  76.        </component>
  77.        <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">
  78.            <UserLocale>es-ES</UserLocale>
  79.            <UILanguageFallback>es-ES</UILanguageFallback>
  80.            <UILanguage>es-ES</UILanguage>
  81.            <SystemLocale>es-ES</SystemLocale>
  82.            <InputLocale>es-ES</InputLocale>
  83.        </component>
  84.        <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">
  85.            <SkipAutoActivation>true</SkipAutoActivation>
  86.        </component>
  87.        <component name="Microsoft-Windows-ErrorReportingCore" 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">
  88.            <DisableWER>1</DisableWER>
  89.        </component>
  90.    </settings>
  91.    <settings pass="oobeSystem">
  92.        <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">
  93.            <OOBE>
  94.                <HideEULAPage>true</HideEULAPage>
  95.                <ProtectYourPC>3</ProtectYourPC>
  96.                <NetworkLocation>Home</NetworkLocation>
  97.                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  98.                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  99.                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  100.                <HideLocalAccountScreen>true</HideLocalAccountScreen>
  101.            </OOBE>
  102.            <VisualEffects>
  103.                <FontSmoothing>On</FontSmoothing>
  104.                <SystemDefaultBackgroundColor>0</SystemDefaultBackgroundColor>
  105.            </VisualEffects>
  106.            <TimeZone>Romance Standard Time</TimeZone>
  107.            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  108.            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
  109.            <Themes>
  110.                <WindowColor>0</WindowColor>
  111.            </Themes>
  112.            <WindowsFeatures>
  113.                <ShowInternetExplorer>false</ShowInternetExplorer>
  114.                <ShowMediaCenter>false</ShowMediaCenter>
  115.                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
  116.            </WindowsFeatures>
  117.            <UserAccounts>
  118.                <LocalAccounts>
  119.                    <LocalAccount wcm:action="add">
  120.                        <Name>Administrator</Name>
  121.                        <Group>Administrators</Group>
  122.                        <DisplayName>Administrator</DisplayName>
  123.                        <Description>Administrator User</Description>
  124.                    </LocalAccount>
  125.                </LocalAccounts>
  126.            </UserAccounts>
  127.            <AutoLogon>
  128.                <Enabled>true</Enabled>
  129.                <Username>Administrator</Username>
  130.                <LogonCount>1</LogonCount>
  131.            </AutoLogon>
  132.        </component>
  133.        <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">
  134.            <InputLocale>es-ES</InputLocale>
  135.            <SystemLocale>es-ES</SystemLocale>
  136.            <UILanguage>es-ES</UILanguage>
  137.            <UILanguageFallback>es-ES</UILanguageFallback>
  138.            <UserLocale>es-ES</UserLocale>
  139.        </component>
  140.    </settings>
  141.    <settings pass="auditSystem">
  142.        <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">
  143.            <Themes>
  144.                <WindowColor>0</WindowColor>
  145.            </Themes>
  146.            <WindowsFeatures>
  147.                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
  148.                <ShowMediaCenter>false</ShowMediaCenter>
  149.                <ShowInternetExplorer>false</ShowInternetExplorer>
  150.            </WindowsFeatures>
  151.        </component>
  152.    </settings>
  153.    <settings pass="auditUser">
  154.        <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">
  155.            <Themes>
  156.                <WindowColor>0</WindowColor>
  157.            </Themes>
  158.            <WindowsFeatures>
  159.                <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
  160.                <ShowInternetExplorer>false</ShowInternetExplorer>
  161.                <ShowMediaCenter>false</ShowMediaCenter>
  162.            </WindowsFeatures>
  163.        </component>
  164.    </settings>
  165.    <settings pass="offlineServicing">
  166.        <component name="Microsoft-Windows-LUA-Settings" 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">
  167.            <EnableLUA>false</EnableLUA>
  168.        </component>
  169.    </settings>
  170.    <cpi:offlineImage cpi:source="wim:c:/users/administrador/desktop/win%208%20.1/win/sources/install.wim#Windows 8.1" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  171. </unattend>
« Última modificación: 11 Febrero 2014, 23:34 pm por Eleкtro » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
¿Instalación Desatendida?
Software
Yoker66666 2 1,881 Último mensaje 25 Julio 2012, 13:44 pm
por Yoker66666
Ayuda para encontrar Windows 8.1 edición Core x64 spanish
Windows
Eleкtro 6 13,254 Último mensaje 28 Noviembre 2016, 17:26 pm
por c++##
[APORTE] FileDater (Preserva, establece, o restaura las fechas de un archivo)
.NET (C#, VB.NET, ASP)
Eleкtro 0 1,410 Último mensaje 22 Julio 2014, 05:34 am
por Eleкtro
[APORTE] Archivo de instalación desatendida para Windows 10
Windows
Eleкtro 1 8,594 Último mensaje 20 Diciembre 2015, 01:38 am
por karso
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines