Language Packs

W11 22H2 & 23H2 share the same LP's. 24H2 LP's have not officially been released as an ISO.

Instead use this PowerShell script to download 24H2:
PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1
Being able to install the FOD's on demand that I needed.

Only 2 I didn't get, which were the "TPM Diagnostics" and the "RSAT's"

Then I'll do a search here on the forum to see if anyone is also experiencing this or has experienced this and managed to resolve it.
 
Those are for optional system management. Unless you're an IT admin managing an Active Directory domain, there's no need for RSAT tools.

RSAT tools aren't even pre-installed on any Windows image, you need to add them yourself as Updates. So not having the language files for RSAT doesn't present any problems.
 
You do realize RSAT Features will only install on Pro, EDU or Enterprise editions? Home users can't join a domain.

All FOD's which aren't included can be installed online with a DISM command.
Code:
DISM /Online /Add-Capability /CapabilityName:Tpm.TpmDiagnostics~~~~0.0.1.0
 
Back
Top