Time Zone Configuration and MDT 2010
I’m currently playing with MDT to create a (Ultra)LiteTouch-Installation of Windows 7 from Windows XP machines. It’s supposed to work out as a Windows XP to Windows 7 migration with just a few user interaction needed.
One of the things I want is the Deployment Wizard LiteTouch.vbs be as small as possible so that users don’t have to put in data themselves (and therefore mess with the installation) and one (among a couple of many others) thing that I neededto automate was the selection of the time zone.
To exclude the time zone selection from the Deplyoment Wizard, I added “SkipTimeZone=YES” into CustomSettings.ini and that made it not ask for the time zone. Well done, I thought, but apparently it just assumed that I wanted the default Tijuana time zone and applied that to the machine.
So in case you’re searching for the correct CustomSettings.ini entry for the German (Berlin, Stockholm, …) time zone, it’s either
TimeZoneName=W. Europe Standard Time
or
TimeZoneValue=110
That info isn’t spread widely so I thought I’d just add it here :-)
Update: Here’s a list of TimeZoneValues that should work: http://msdn.microsoft.com/en-us/library/ms145276(SQL.90).aspx

