MDT and copysource:lang setting

  • Thread starter Thread starter Trond Hindenes
  • Start date Start date
T

Trond Hindenes

Hi,
Has anyone been able to somehow tweak the MDT scripts so that they support
specifying regional settings in the unattend/sysprep files when deploying XP/
win 2003? It's driving me crazy that this is the only thing that keeps me
from creating a fully automated end-to-end solution.

Have anyone had some luck with this?
 
Hi,

If you goto Deploy /Deployment Points and open the properties on your
deployment point open the Rules tab you need to add the TimeZone and Locale
settings. You can find the Locale details at:
http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx


Example below for New Zealand:

SkipTimeZone=YES
TimeZone=290
TimeZoneName="New Zealand Standard Time"

SkipLocaleSelection=YES
KeyboardLocale=1409:00000409
UserLocale=1409:00000409
UILanguage=1409:00000409


Hope this helps

Scott
 
Back
Top