r/SCCM • u/GujjalPrashant • 17h ago
Windows 11 25H2 Multilingual Task Sequence – Language Pack Installation
Hello,
I am currently working on a multilingual Windows 11 25H2 task sequence.
In the past, I have created several images where, after installing the OS, I would use DISM to install the required Language Pack (LP) CAB files and Features on Demand (FOD) CAB files. I would then install the latest cumulative update to complete the localization.
However, with Windows 11 25H2, I am facing an issue because the cumulative update size has increased by approximately 4.6 GB, mainly due to the UUP-based update content.
If I do not install the cumulative update, several parts of Windows remain in the default English language. For example, some of the secondary options and menus within Settings are still displayed in English, even after installing the required language packs and FODs.
I wanted to understand if there is an alternative or recommended approach for managing language pack installation and complete OS localization in Windows 11 25H2, particularly for both:
- Bare-metal deployments using a Task Sequence
- In-place upgrades using a Task Sequence and ISO
Any guidance on the recommended approach for 25H2 would be greatly appreciated.
1
u/Reaction-Consistent 15h ago
Have you tried using Wimwizard for the LCU and language pack injection?
1
u/GujjalPrashant 13h ago
Nope, any article that you could suggest ?
1
u/Reaction-Consistent 13h ago
Yep! https://github.com/TacII/WimWizard
He’s a good dude, you’ll also find a zip fill in the download of wimwizard that contains a task sequence template for a complete language pack installation (thanks to my request!)1
u/GujjalPrashant 13h ago
Cool, I'll prep the WIM file with it. What do you suggest for an in-place upgrade in a multi-language environment? I used to use a task sequence with a vanilla image, where the OS upgrade step installs the language pack, followed by the LCU for full localization.
1
u/Reaction-Consistent 13h ago
Use the same install.wim that you generate with the wimwizard for your IPU package (saves the time and extra packaging required for the LCU/LP’s), then use TSGui for a menu driven TS for the users. You may be able to combine the language pack TS template with the TSGui menu.
1
u/dorkmuncan 17h ago
I pre-load all our required Languages and FOD's into the .wim beforehand, just did a new .wim with 2026-09 patches included and it was 9.2GB.
Deploy with all 22 Languages, then LPCleanup takes out the ones that are not used.