Jump to content

Recommended Posts

Posted

Hi,

when i set the the regional settings through winnt.sif the location under regional and language options is united states, when i want it as united kingdom. Satndards and formats and language come out as UK.

my winnt.sif has this:

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

the os is windows 2003 Standard edition.

The whole thing is as follows if you need it:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

FileSystem=*

AutoActivate=YES

[GuiUnattended]

AdminPassword=blah

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

AutoLogon=Yes

AutoLogonCount=1

[userData]

ProductKey=blah

FullName=blah

OrgName=blah

ComputerName= blah

[LicenseFilePrintData]

AutoMode=PerServer

AutoUsers=5

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

UserLocale_DefaultUser=00000809

InputLocale_DefaultUser=0809:00000809

[identification]

JoinWorkgroup=WORKGROUP

[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=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=No

IPAddress=blah

SubnetMask=255.255.255.0

DefaultGateway=blah

DNSServerSearchOrder=blah

WINS=No

NetBIOSOptions=0

[Display]

BitsPerPel=16

Xresolution=800

YResolution=600

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=0

[Components]

AutoUpdate=On

Iis_www=On

Aspnet=On

Iis_asp=On

Iis_common=On

Iis_ftp=On

Iis_smtp=On

Pop3Admin=On

Pop3Service=On

Pop3Srv=On

fp_extensions=On

complusnetwork=On

iis_inetmgr=On

iis_webadmin=On

TSWebClient=On

[NetOptionalComponents]

DNS = 1

SNMP = 1

[TerminalServices]

AllowConnections = 1

[GuiRunOnce]

Command0=E:\scripts\setup.bat


Posted (edited)

I think you need to include this:

[unattended]UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

FileSystem=*

UnattendSwitch="yes"

WaitForReboot="No"

DriverSigningPolicy=Ignore

OemPnPDriversPath="drivers\001_INF;drivers\002_RAID"

KeyboardLayout="United Kingdom"

Im pretty sure that single line should sort it out.. I think that fixed the problem for me a long time ago.... (ignore the rest, I just grabbed it from another site, for reference)

KeyboardLayout="United Kingdom"

By setting your Keyboard Layout, this prevents the Language icon appearing on the taskbar when you've logged on. A full list of values can be found

It defaults then to UK, and you should not have any US settings....

Taken from:

http://www.unattended.msfn.org/global/examples.htm

Let me know how you get on... :D

Edited by drscouse

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...