[DISCUSSION] Windows 10 Insider Preview Build 10547

Discussion in 'Windows 10' started by darkodar, Sep 18, 2015.

Thread Status:
Not open for further replies.
  1. stuclark

    stuclark MDL Novice

    Mar 26, 2009
    32
    2
    0
    Install en-US language pack in build 10547

    I need to install en-US (US English) as my display language in insider build 10547 so that I can re-install the MS Active Directory Remote Admin tools, but I can't make Windows download US English (I'm currently on UK English)

    Does anyone know a way to force the download of US English, or does anyone have the language pack available as a .cab file I can install using lpksetup?
     
  2. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    Why not install it from language settings ? I'm not on this build maybe the language packages are not there yet :tea:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
    #243 xinso, Sep 23, 2015
    Last edited: Sep 23, 2015
    Will it be OK to change system locale to English (United States)?
     
  4. stuclark

    stuclark MDL Novice

    Mar 26, 2009
    32
    2
    0
    The problem is that neither of those options actually downloads en-US as a display language.

    I can (allegedly) set it as System Locale and can install the keyboard layout; but Windows doesn't actually download the full language pack
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
    No language pack found atm. Unless copy from en-US edition.

    I mean will Active Directory Remote Admin tools work under en-US system locale without en-US LP?
     
  6. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    No language files out there on the net @ the moment indeed

    Ps @xinso where can I find the language pack in my en-us iso ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
    #247 xinso, Sep 23, 2015
    Last edited by a moderator: Apr 20, 2017
    All available en-US folders in C:\, especially the ones in

    C:\Windows
    C:\Windows\System32
    C:\Windows\ SysWOW64 (x64)

    Then play registry trick: change preinstalled language to en-US as follows, set everything to en-US, and restart to take effect.

    Now it IS en-US edition.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\PreinstalledLanguages\en-US]
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\en-US]
    "LCID"=dword:00000409
    "Type"=dword:00000111
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language]
    "InstallLanguage"="0409"
    "Default"="0409"
    "InstallLanguageFallback"=hex(7):65,00,6e,00,2d,00,47,00,42,00,00,00,00,00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Locale]
    @="00000409"
    "(Default)"="00000409"
    [Note]
    1. The value of InstallLanguageFallback is en-GB, so do not remove en-GB language pack.
     
  8. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    Mhh that are a lot of files could you be more specific about which files he needs so I can copy them for him ;)

    Ore just does he need the whole maps from them locations ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. stuclark

    stuclark MDL Novice

    Mar 26, 2009
    32
    2
    0
    Ah sorry; it seems that the AD tools installer needs the display language to be en-US before it will install correctly.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
    #250 xinso, Sep 23, 2015
    Last edited: Sep 23, 2015
    Oh, I see. Thanks.
     
  11. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    I have send you a link @stuclark on your pm you could try the xinso method ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
    #252 xinso, Sep 23, 2015
    Last edited by a moderator: Apr 20, 2017
    Thank you. I tried but no go without en-US display language:
    Code:
    C:\windows\system32>dism /online /add-package /packagepath:d:\WindowsTH-KB2693643-x64.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10547.0
    
    Image Version: 10.0.10547.0
    
    Processing 1 of 1 - Adding package Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel~31bf3856ad364e35~amd64~~10.0.10514.4
    [==========================100.0%==========================]
    
    Error: 0x800f081e
    
    The specified package is not applicable to this image.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    Or it is not applicable to 10547?

    OK. Let me try en-US edition and see.

    OK for integration
    Code:
    C:\windows\system32>dism /image:f:\ /add-package /packagepath:D:\WindowsTH-KB2693643-x64.cab
    
    部署映像服務與管理工具
    版本: 10.0.10240.16384
    
    映像版本: 10.0.10547.0
    
    Processing 1 of 1 - Adding package Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel~31bf3856ad364e35~amd64~~10.0.10514.4
    [==========================100.0%==========================]
    操作順利完成。
    Working on en-US 10547 Pro x64

    Server Manager.png
     
  13. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    #253 endbase, Sep 23, 2015
    Last edited by a moderator: Apr 20, 2017
    Dunno abot dism but I have gave him a links with al teh en-US files from the windows folder :tea:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,902
    14,620
    340
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    thanks xinso for ever , well now go to update after backup my version 10.240
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    #256 apologized, Sep 23, 2015
    Last edited: Sep 23, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. loplop4

    loplop4 MDL Novice

    Jul 25, 2015
    20
    0
    0
    i'm waiting too...
     
  18. loplop4

    loplop4 MDL Novice

    Jul 25, 2015
    20
    0
    0
    nothing until now
     
  19. dhmak

    dhmak MDL Novice

    Jul 13, 2009
    19
    8
    0
    greek version ;;
     
  20. exo-dan

    exo-dan MDL Senior Member

    Aug 22, 2009
    257
    297
    10
    After upgrade activation notifications came up for me, rolled back and I'm still activated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...