DISM /Online /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.22621.1 DISM /Online /Add-Package /PackagePath:C:\temp\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab
dism /online /remove-package /packagename:"Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1"
As Microsoft continues to evolve Windows with each feature update (24H2, 25H2, etc.), the core structure of language features remains consistent. The names may gain new version numbers, and the public key token should always stay as 31bf3856ad364e35 . Learn to handle this package, and you have mastered one of the fundamental building blocks of Windows internationalization.