Quote Originally Posted by 70-240

12 You want to upgrade 100 computers from Windows 98 to Windows 2000 Professional. You use setup manager to create the unattend.txt file. The hardware on each computer is configured identically.

You upgrade 10 of the computers. You notice that the monitors on the 10 computers go blank after Windows 2000 Professional loads. You restart one of the computers in safe mode, and find that the monitor appears to be working.

Which change should you make to unattend.txt to configure your video settings correctly?

To answer, click the appropriate line on the unattend.txt-notepad screen.

Unattend.txt-notepage
;setupmgrtag
(unattended)
Unattendmode=fullunattended
Oemrpreinstall=no
Targetpath=c:\win98
(guiunattended)
Adminpassword=*
Autologon=no
Timezone=4
(userdata)
Product id=111111-111111-111111-111111
Fullname-contoso
Orgname=contoso
Computername=*
(display)
Bitsperpel=8
Xresolution=640
Yresolution=480
Vrefresh=150
(massstoragedrivers)
OEM
(oemboodfiles)
(OEM_ads)
(setupmgr)
does it really have to be 150?
is the 150 constant?
what happens if i changed it to.. lets say.. 120..
what will happen?