I will check it. I have looked to ADK install folder inside program files. Edit: I have checked. The iso you gave the link has all winpe language packages. Thanks.
N00b question (again). So I've used W10MUI to integrate es-MX into the Windows 11 IoT Enterprise LTSC 2024 image. I was convinced that the base language (en-US) would be preserved, but after deploying the image, only es-MX was selectable. en-US seemed to have been completely erased? Not a big issue, but it would be nice to have BOTH languages selectable but the es-MX as default and administrative language. How or what should I adjust in the ini file to achieve this result? Cheers.
Both languages should be there, try to install the os with the legacy installer The new one acts as in-place upgrade even for clean installs
Actually, I only use the resulting install.esd and apply it with imagex from a custom PE. No included installer is used, this is actually the first time I ran into this issue. Cheers.
The article explains how a cleanup task removes unused languages from settings. The corresponding policy regkey has to be set, I assume as early as posible. Maybe as a firstlogon command in the autounattend file? Any suggestions as on how to implement this would be very welcome. Also, is the en-US language treated as "unused" language pack, even if it is the base language? That seems a bit strange. Cheers.
You mean during the W10MUI batch? That would be even cleaner. Can you share your modification to the script? Cheers.
Windows will remove languages around or before OOBE anyway so firstlogon wont work (I think) Alright, I see I added the regkeys right after mounting the image. Just copy "REG - Blocking Setup ..." part and place it right after mounting part like below Code: echo ============================================================ echo Add LPs to install.wim - index %_i%/%imgcount% echo ============================================================ Echo. Code: echo ============================================================ echo REG - Blocking Setup from deleting LPs - index %_i%/%imgcount% echo ============================================================ REG LOAD HKLM\WLPHIV %INSTALLMOUNTDIR%\Windows\System32\Config\Software REG ADD "HKLM\WLPHIV\Policies\Microsoft\Control Panel\International" /v BlockCleanupOfUnusedPreinstalledLangPacks /t REG_DWORD /d 1 /f REG ADD "HKLM\WLPHIV\Microsoft\Windows\CurrentVersion\Policies\TextInput" /v AllowLanguageFeaturesUninstall /t REG_DWORD /d 0 /f REG UNLOAD HKLM\WLPHIV echo ============================================================
I tried to integrate those languages in offline image using your Gdrive files but Dism didn't accept, it's versions deferent from the ones integrated in install wim
@son13wo33 For install.wim LPs and OnDemand stuff you need to read the respective build's text/html file inside Langs or OnDemand folders. For WinPE you need to install the respective build's ADK, which can be found in the ReadMe text file in the main folder.
You have extremly simple textfiles in basically each subfolder with links.. You also have a Read Me file, why even get Gdrive involved?
I only uploaded the version found on the LTSC FoD DVD, because I only use LTSC versions of Windows. I don't know where you can find this specific version, other users will surely help you better.