Help - Search - Members - Calendar
Full Version: [Display] settings not taking effect
MSFN Forums > Unattended Windows Discussion & Support > Unattended Windows 2000/XP/2003 > Unattended RIS Installation

   
Google Internet Forums Unattended CD/DVD Guide
sysbuilder
Here's my Display section in my RISSTDRD.SIF. It's for a box which does have a 15.4 inch widescreen but it's a compatible resolution.

[Display]
BitsPerPel = 32
XResolution = 1024
YResolution = 768
VRefresh = 60
AutoConfirm = 1

The autoconfirm string works as expected, but the default resolution still sits at 800x640, not the 1024x768.

I just want 1024x768 as the initial default. The native resolution is 1280 x 800

Thanks!
chiners_68
Res settings in the sif files dont always work.

I use a programe called reschange.exe(http://12noon.com/reschange.htm) which i set to change the res on first login to XP which is executed from my RunonceEX.cmd file.

I have the exe file located in my RIS image in $OEM$, $$, System32 so it gets copied to the PC.

I then execute this in my runonceEX.cmd file


QUOTE
REG ADD %KEY%\002 /V 2 /D "reschangecon.exe -width=1024 -height=768 -depth=32" /f


hope this helps
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.