Bypassing Display Adapter Autodetect during Unattended SetupID: Q191602
|
This article explains how to disable the detection of the display adapter
during an unattended setup, to install the default VGA driver.
When a system is installed in unattended mode, the [Display] section of the
unattended text file provides the screen resolution. In some cases, you may
want to use the default VGA driver (because of monitor limitations, for
example) and not the graphics adapter's driver, which is automatically
detected by the system.
To bypass the detection of the display adapter, and to install the default
VGA driver, modify your answer file as follows:
[Unattend]
OemPreinstall = Yes
[Display]
InstallDriver = 1
ConfigureAtLogon = 0
BitsPerPel = 4
XResolution = 640
YResolution = 480
VRefresh = 60
AutoConfirm = 1
[DisplayDrivers]
"Standard VGA (640x480, 16 colors)" = "RETAIL"
forcevga = "Standard VGA (640x480, 16 colors)",files.none
ARTICLE-ID: Q155197
TITLE : Unattended Setup Parameters for Unattend.txt
Keywords :
Version : WinNT:4.0
Platform : winnt
Issue type : kbinfo
Last Reviewed: February 15, 1999