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?
Why not install it from language settings ? I'm not on this build maybe the language packages are not there yet
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
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?
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 ?
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.
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 ?
Ah sorry; it seems that the AD tools installer needs the display language to be en-US before it will install correctly.
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