help with "Display" part of autounattend.xml

Discussion in 'Windows 7' started by crabdance, Feb 20, 2010.

  1. crabdance

    crabdance MDL Novice

    Oct 20, 2009
    34
    0
    0
    #1 crabdance, Feb 20, 2010
    Last edited by a moderator: Apr 20, 2017
  2. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    #2 sam3971, Feb 20, 2010
    Last edited by a moderator: Apr 20, 2017
    I would think that that is fine dude. It does the same thing for me, I think it is because it has to install the M$ edition of video driver first before you can get the increased screen res. If you want you can try changing the codes from
    Code:
    <ColorDepth>32</ColorDepth>
               <HorizontalResolution>1024</HorizontalResolution>
               <RefreshRate>60</RefreshRate>
               <VerticalResolution>768</VerticalResolution>

    To

    Code:
    <ColorDepth="32">
             <HorizontalResolution="1024">
             <VerticalResolution="768">
             <RefreshRate="60">
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #3 urie, Feb 21, 2010
    Last edited by a moderator: Apr 20, 2017
    Neither of those will work you have added display setting to PE.

    Valid Passes are.

    auditSystem

    auditUser

    oobeSystem

    specialize

    Code:
     
    <Display>
       <ColorDepth>32</ColorDepth>
       <DPI>120</DPI>
       <HorizontalResolution>1024</HorizontalResolution>
       <RefreshRate>72</RefreshRate>
       <VerticalResolution>768</VerticalResolution>
    </Display>
     
    
     
  4. crabdance

    crabdance MDL Novice

    Oct 20, 2009
    34
    0
    0
    #4 crabdance, Feb 24, 2010
    Last edited: Feb 24, 2010
    (OP)
    Thanks

    Thanks for the help. Maybe what I am trying to change can't be changed. What I am trying to do is change installation screen. It starts out at what appears to be 800x600 and that's just plain ugly. I have put a lot of work into my screens and at such a low resolution it looks terrible.

    Is there a way to change the install screen resolution?

    One more question... When does the specialize section get executed?

    edit: just trying to clarify...