[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

    Joined:
    Mar 26, 2009
    Messages:
    33
    Likes Received:
    2
    Trophy Points:
    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

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
    Why not install it from language settings ? I'm not on this build maybe the language packages are not there yet :tea:
     
  3. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #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

    Joined:
    Mar 26, 2009
    Messages:
    33
    Likes Received:
    2
    Trophy Points:
    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

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    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

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    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 ?
     
  7. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #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

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    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 ?
     
  9. stuclark

    stuclark MDL Novice

    Joined:
    Mar 26, 2009
    Messages:
    33
    Likes Received:
    2
    Trophy Points:
    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

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #250 xinso, Sep 23, 2015
    Last edited: Sep 23, 2015
    Oh, I see. Thanks.
     
  11. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
    I have send you a link @stuclark on your pm you could try the xinso method ;)
     
  12. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #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

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    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:
     
  14. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
  15. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
    thanks xinso for ever , well now go to update after backup my version 10.240
     
  16. apologized

    apologized MDL Addicted

    Joined:
    Nov 29, 2012
    Messages:
    874
    Likes Received:
    506
    Trophy Points:
    30
    #256 apologized, Sep 23, 2015
    Last edited: Sep 23, 2015
  17. loplop4

    loplop4 MDL Novice

    Joined:
    Jul 25, 2015
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    i'm waiting too...
     
  18. loplop4

    loplop4 MDL Novice

    Joined:
    Jul 25, 2015
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    nothing until now
     
  19. paarkhi

    paarkhi MDL Novice

    Joined:
    Oct 9, 2011
    Messages:
    14
    Likes Received:
    3
    Trophy Points:
    0
    Any tweak to reduce the line spacing between right click context menu items?
    Thanks
     
  20. dhmak

    dhmak MDL Novice

    Joined:
    Jul 13, 2009
    Messages:
    19
    Likes Received:
    8
    Trophy Points:
    0
    greek version ;;
     
Thread Status:
Not open for further replies.