Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

MDT2010, Windows XP SP3 and Location (Regional Settings)

$
0
0

Hi,

I've searched the Forum and goggled for an answer to this problem. I found lots of people with the same problem and lots of answers but none of them worked.

My problem is setting "Location" property from MDT deployment TS. I'm currently using MDT 2010 Update 1 and I'm deploying a bare-metal machine with Windows XP SP3 (English language). I'm trying to set the following settings:

  • Keyboard - en-US and pt-PT
  • Language - Portuguese
  • Locale - Portugal
  • Time Zone - GMT Standard Time (085)

 Everything works fine, except the "Location" property (Regional and Language Options -> Regional Options tab) that is set for "Hungary"(!?!?) and not "Portugal"!!!

CustomSettings.ini

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
_SMSTSOrgName=IGFCSS - Deployment Sistema Operativo
OSInstall=Y
SkipAppsOnUpgrade=NO
SkipCapture=NO
SkipAdminPassword=YES
SkipProductKey=YES
SkipTimeZone=YES
SkipLocaleSelection=YES

TimeZone=085
TimeZoneName=GMT Standard Time
UILanguage=pt-PT
SystemLocale=00000816
UserLocale=00000816
KeyboardLocale=0816:00000816
GeoID=193

UserID=mdtusr
UserDomain=fefss
UserPassword=<somesecurepassword>

JoinDomain=fefss
DomainAdmin=mdtusr
DomainAdminPassword=<somesecurepassword>
DomainAdminDomain=fefss
MachineObjectOU=OU=Computadores,OU=IGFCSS,DC=fefss,DC=seg-social,DC=pt

 Bootstrap.ini

[Settings]
Priority=Default

[Default]
DeployRoot=\\IGFCSS-WSUS\DeploymentShare$
_SMSTSOrgName=IGFCSS - Deployment Sistema Operativo
UserID=mdtusr
UserDomain=fefss
UserPassword=<somesecurepassword>

Sysprep.inf


[RegionalSettings]
    LanguageGroup=1
;    Language=00000409
    InputLocale=pt-PT
    UserLocale=pt-PT
    UILanguage=en-US

[GuiUnattended]
    AdminPassword="somesecurepassword"
    OEMSkipWelcome=1
    OEMSkipRegional=1
    TimeZone=085
    AutoLogon="Yes"
    AutoLogonCount=999

Unattend.txt

[RegionalSettings]
; IF this section is used the Winnt32.exe /copysource:lang setting must be specified
    InputLocale_DefaultUser=0816:00000816   ; Specifies the Inputlocal and keyboard setting for default user
    UserLocale_DefaultUser=00000816   ; Locale ID for default User
    InputLocale=0409:00000409,0816:00000816    ; Locale\Keyboard combinations to be installed
    Language=en-US     ; Lanugage locale to be installed
;    LanguageGroup=    ; Language Group to be installed
    SystemLocale=00000816    ; System Locale to be specified
    UserLocale=00000816    ; User Locale setting


[GuiUnattended]
;    Arguments=     ; Used with Detached programs to provide arguments
    OEMSkipRegional=1    ; Indicates Regional info GUI to be skipped in setup
;     EncryptedAdminPassword=No   ; For OEMs allows use of hashpwd.exe cannot be used with autologon
    TimeZone="085"    ; Sets Timezone 010=Mountain
    OemSkipWelcome=1    ; Used to skip welcome screens in GUI setup
;    ProfilesDir=""    ; Allows to change default location of profiles
    AutoLogon="Yes"    ; Indicates that system should autologon after reboot
    AutoLogonCount=999    ; Number of times to auto logon
;    DetachedProgram=""    ; Specifies programs to run concurrently with Setup
    AdminPassword="<somesecurepassword>"

 


Viewing all articles
Browse latest Browse all 11297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>