Here’s another new KB article we published today. This one involves the locale setting in Windows 7 when deployed with ConfigMgr 2007:
=====
Symptoms
When deploying a Windows 7 image using System Center Configuration Manager 2007 (ConfigMgr 2007)/ Microsoft Deployment Toolkit 2010 (MDT 2010), if the default system Locale setting is changed, the localename (e.g. sv-SE) is set correctly but the locale code in the Registry remains set to 00000409 (en-US). As a result, some applications will display incorrect characters or languages. For example, the Page Setup in MSPaint is still set to U.S. (inches) instead of Metric (millimeters).
Cause
In Windows 7, in RUNAS/Impersonation scenarios such as an OS Deployment (OSD) by System Center Configuration Manager 2007 where one runs as local system, the LocaleName and Locale registry values are not in sync.
Resolution
To resolve this issue, add an extra step to the System Center Configuration Manager Task Sequence to change the Locale value of the Default User profile (ntuser.dat). This value is located in the following key:
HKEY_USERS\ntuser.dat\Control Panel\International
Example:
======
reg load HKU\ntuser.dat c:\users\default\ntuser.dat
reg import locale.reg
reg unload HKU\ntuser.dat
locale.reg
=======
Windows Registry Editor Version 5.00
[HKEY_USERS\ntuser.dat\Control Panel\International]
“Locale”=”0000041D”
=====
For the most current version of this article please see the following:
J.C. Hornbeck | System Center Knowledge Engineer
App-V Team blog: http://blogs.technet.com/appv/
AVIcode Team blog: http://blogs.technet.com/b/avicode
ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/
DPM Team blog: http://blogs.technet.com/dpm/
MED-V Team blog: http://blogs.technet.com/medv/
OOB Support Team blog: http://blogs.technet.com/oob/
Opalis Team blog: http://blogs.technet.com/opalis
Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
OpsMgr Support Team blog: http://blogs.technet.com/operationsmgr/
SCMDM Support Team blog: http://blogs.technet.com/mdm/
SCVMM Team blog: http://blogs.technet.com/scvmm
Server App-V Team blog: http://blogs.technet.com/b/serverappv
Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog: http://blogs.technet.com/sus/