Hi guys Currently with Win 7 deployment with Landesk the language and location always reverts to United States.
The Gold Image is definately all set as United Kingdom -UK and Us has been removed however after deployment it always seems to revert to English US / United States Location.
I tried to play around with the Sysprep.XML file but still get the same issues
below is a extract copy of my latest effort which has also failed.
I have tried
en-GB
en-UK
and even 0809 but still no luck am i placing this in the correct location?
<?xml version="1.0" encoding="utf-8"?>
<unattend>
<settings pass="auditSystem">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-GB</UILanguage>
<UILanguageFallback>en-GB</UILanguageFallback>
<UserLocale>en-GB</UserLocale>
<DriverPaths>
<PathAndCredentials wcm:keyValue="1" wcm:action="add">
<Path>c:\windows\LDDriverStore</Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x64">
<UserAccounts>
<AdministratorPassword>
.....