Re: Using MAKE/MODEL/SUBSECTION to modify XResolution and YResolution

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Troy L. Martin a écrit :

ZTI.vbs parses/executes and finds the new subsection, but is not capture the
values of the XResolution and YResolution variables.

If you put XResolution and YResolution variables in [Default] and
[%Make%] sections; ZTI use priority for keep the correct value. You
must change priority order like this for exemple :

Priority= MACADDRESS, DefaultGateway, DynamicPackages, Make, Default,
SQL

...similar to the way it works with the
DefaultGateway section.

because it's indicated before :)

And, add variables in SysprepInfMapping Section :

[SysprepInfMapping]
BitsPerPel=Display
Xresolution=Display
YResolution=Display
Vrefresh=Display

And add variables in CustomKeysSysprep line :

CustomKeysSysprep=BitsPerPel,Xresolution,YResolution,Vrefresh

Ciao
Matthieu

.