Hello, you may change during installation the size of the screen with one that is not so big?
Eg 1024x768 or another.
Thanks in advance.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hola, es posible cambiar durante la instalación el tamaño de la pantalla por otro que no sea tan grande ?
Por ejemplo 1024x768 u otro.
Gracias de antemano.
Page 1 of 1
How to change screen resolution on the installation ? Como cambiar resolución de pantalla en la instalación ?
#2
Posted 18 April 2009 - 07:32 AM
This is a topic that can easily be researched by doing a search on the forums.
Autounattend.xml via <Display> throughout the settings passes.
Eg windowsPE, specialize, etc
Enter <Display> code once per pass.
For instance:
Autounattend.xml via <Display> throughout the settings passes.
Eg windowsPE, specialize, etc
Enter <Display> code once per pass.
For instance:
<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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
</component>
</settings>
This post has been edited by razormoon: 18 April 2009 - 07:32 AM
#3
Posted 06 May 2009 - 01:47 AM
Be sure to use <Display> in all the passes that it is supported.
- ← Error when deploying WinVista with Win7 Boot Image
- Unattended Windows 7/Server 2008R2
- Importing regtweaks unattended →
Share this topic:
Page 1 of 1



Help
Back to top









