Jump to content

Recommended Posts

Posted

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.


Posted (edited)

This is a topic that can easily be researched by doing a search on the forums. :whistle:

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>

Edited by razormoon
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...