MDT and copysource:lang setting

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?
 
S

Scott

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top