Jump to content

A-star

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

About A-star

A-star's Achievements

0

Reputation

  1. I have the the following: Windows installation prepared with the keyboard settings for Belgium. I want to sysprep this image so that on the reboot it will automatically install another keyboard and regional settings. I'm doing this a the moment by copying a sysprep file just before it begins with the reinstallation (this is done by using zenworks). Afterwards it also import the settings using a registry file. But the new users who are logging in, are not getting the correct settings. Any idea? This is one of the sysprep.inf I'm using: ;SetupMgrTag [Unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 TargetPath=\WINDOWS [GuiUnattended] AdminPassword="notthecorrectpassword" EncryptedAdminPassword=NO TimeZone=105 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=4 OEMSkipRegional=1 OEMDuplicatorstring="Sysprep Spain" [UserData] ProductKey=WindowsKey FullName="Company" OrgName="Copany" ComputerName=* [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [GuiRunOnce] Command0=c:\zcmtemp\runonce_2.bat [RegionalSettings] LanguageGroup=1 UserLocale=0000040a UserLocale_DefaultUser=0000040a InputLocale=040a:0000040a InputLocale_DefaultUser=040a:0000040a SystemLocale=00000809 And here is the reg file I'm using: Windows Registry Editor Version 5.00 [-HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "1"="0000040a" "2"="0000040a" [-HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] [HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes] "0000040a"="0000040a" "d000040a"="0000040a" [HKEY_USERS\.DEFAULT\Control Panel\International] "iCountry"="34" "iCurrDigits"="2" "iCurrency"="3" "iDate"="1" "iDigits"="2" "iLZero"="1" "iMeasure"="0" "iNegCurr"="8" "iTime"="1" "iTLZero"="0" "Locale"="00000C0A" "s1159"="" "s2359"="" "sCountry"="Spain" "sCurrency"="€" "sDate"="/" "sDecimal"="," "sLanguage"="ESN" "sList"=";" "sLongDate"="dddd, dd' de 'MMMM' de 'yyyy" "sShortDate"="dd/MM/yyyy" "sThousand"="." "sTime"=":" "sTimeFormat"="H:mm:ss" "iTimePrefix"="0" "sMonDecimalSep"="," "sMonThousandSep"="." "iNegNumber"="1" "sNativeDigits"="0123456789" "NumShape"="1" "iCalendarType"="1" "iFirstDayOfWeek"="0" "iFirstWeekOfYear"="0" "sGrouping"="3;0" "sMonGrouping"="3;0" "sPositiveSign"="" "sNegativeSign"="-" [HKEY_USERS\.DEFAULT\Control Panel\International\Geo] "Nation"="217"
×
×
  • Create New...