Changing default Time Zone and adding input language to offline Image

Discussion in 'Windows 10' started by jackmonter5, May 13, 2015.

  1. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    #1 jackmonter5, May 13, 2015
    Last edited by a moderator: Apr 20, 2017
    I'm trying to change the default time zone to EST, iv'e tried with adding the values to mounted system hive

    Code:
    [HKEY_LOCAL_MACHINE\mountedsystem\ControlSet001\Control\TimeZoneInformation]
    "DaylightName"="@tzres.dll,-111"
    "StandardName"="@tzres.dll,-112"
    "TimeZoneKeyName"="Eastern Standard Time"
    
    and also

    dism /image:c:\images\mount /set-timezone:"Eastern Standard Time" and got successfully applied,

    both have zero effect and it is still pacific default.

    Also i tried adding a second input using registry

    Code:
    mounted default hive
    [HKEY_LOCAL_MACHINE\mounteddefault\Keyboard Layout\Preload]
    "1"="00000409"
    "2"="00000410"
    
    
    and Dism /image:C:\images\mount /Set-InputLocale:0409:00000409;0410:00010410, and got message successful

    but again no effect and get just english input.

    any help? thanks
     
  2. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    #2 Flipp3r, May 14, 2015
    Last edited by a moderator: Apr 20, 2017
    I used to update my wims offline but these days deploy using dism from winpe.
    I use the following:
    Code:
    ::========== SET LOCALE ====================================================================================================
    dism /Image:W:\ /set-syslocale:en-AU
    dism /Image:W:\ /set-userlocale:en-AU
    dism /Image:W:\ /set-inputlocale:en-AU
    dism /Image:W:\ /set-timezone:"AUS Eastern Standard Time"
    These commands have worked for Win7, Win8x, Win10...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    #3 jackmonter5, Jul 16, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    in case anyone was wondering these steps work great in windows 10 10240