Unattended Display resolution

George King

Active Member
Hi nuhi,

Ca you add display resolution settings for Unattented please?

Code:
        <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>16</ColorDepth>
                <HorizontalResolution>800</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>600</VerticalResolution>
            </Display>
        </component>
 
Hi George,
I'll add it to the wishlist, what would speed it up is to explain why.
For example don't monitors these days setup recommended/native resolution by default?
Also I install GPU driver from the EXE after setup, to cover everything it does beyond the main INFs.
That often resets the monitor setup.
 
I'll add it to the wishlist, what would speed it up is to explain why.
For example don't monitors these days setup recommended/native resolution by default?.

This would help when drivers are not integrated, for Setup, PE or when video drivers are installed at last.

Windows 7 in Virtual Box sets the smallest resolution, even if the vM Addons are installed, can't be resized to a bigger resolution.
 
OK, thanks, bumped it up a bit, still need to do a few things before that.
 
Back
Top