Hello, I've been working on an unattended dvd since a few days now, and it is beginning to work. But I'v expiriencing a little problem with 2 things: 1) i've set the resolution to 1280*1024 (and 800*600) but, when loading windows for the first time (before the welcome part), it always says that windows will adjust the resolution to a value. Altough I've setted it in the winnt.sif file. I tried several thing, but none seem to work. 2) it _always_ keep showing the windows welcome screen, and the internet connection screen, altough the parameter UnattendedSwitch is set to "yes" or yes, it doesnt' matter I tried the setting installdefaultcomponents under networking set to yes, or no. Doesn't seem to help Normally I test it with VMWare, but installing straight to a HD doesn't help either Here is a copy of my winnt.sif file:  [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall=Yes  [Components] msnexplr=off  freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off  [Shell] DefaultStartPanelOff=Yes DefaultThemesOff = Yes  [Unattended] UnattendMode=FullUnattended UnattendedSwitch="Yes" OemSkipEula=Yes OemPreinstall=Yes FileSystem = * TargetPath=\WINDOWS WaitForReboot=No DriverSigningPolicy=Ignore NonDriverSigningPolicy = Ignore KeyboardLayout= "Belgisch-Nederlands" OemPnPDriversPath="a bunch of pathnames thats screwing up the layout :p "   [Branding] BrandIEUsingUnattended = YES  [SetupParams] SkipMissingFiles = Yes  [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=yes OEMSkipRegional=1 TimeZone = 105 OemSkipWelcome=1 AutoLogonCount=1  [UserData] ProductID=xxxxxxxxxxxxxxxx FullName="xxxxx" OrgName="None" ComputerName=xxxx  [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=60  [RegionalSettings] LanguageGroup=11,1 Language=00000813  [Identification] JoinWorkgroup=default  [Networking] InstallDefaultComponents=No  [NetAdapters] Adapter1=params.Adapter1  [params.Adapter1] INFID=*  [NetClients] MS_MSClient=params.MS_MSClient  [NetServices] MS_SERVER=params.MS_SERVER  [NetProtocols] MS_TCPIP=params.MS_TCPIP  [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1  [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0  [GuiRunOnce] %systemdrive%\install\applications\progs.cmd %systemdrive%\install\applications\users.cmd :help: Thanks in advance