Jump to content

Windows welcome screen


Recommended Posts

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

Link to comment
Share on other sites


Does that KeyboardLayout= "Belgisch-Nederlands" work??? :o Couldn't find that... I'm working with such a number...

Answer to your first question: add this:

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

This should make it work!

Link to comment
Share on other sites

that belgisch unattended thing works really well.. I've found it in the reference docs from the deployment tools.

Also, keep in mind that when u're using an EN version of XP it is "belgian-dutch"

First i've been using it, but that didn't work.

As for the

AutoConfirm=1
ConfigureAtLogon=1

I've already tried that, but no-go :(

I am using only 3 files for the config

1 => winnt.sif (as shown)

2 => oobe thing for adding 2 users

3 => cmdlines.txt triggering a reg file for some tweaks

That's all.. Maybe it has something to do with the svp pack file (or something)

Link to comment
Share on other sites

UnattendedSwitch="Yes"

should be

UnattendSwitch="yes"

**** man, I've been breaking my head on this for 4 days now... I knew it would be something stupid like that..

I will give it a go.

Will try the tips from bashrat again. Hope it works :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...