dism /online /add-package /packagepath:"C:\Packages\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab" Note the tilde ( ~ ) separators in the actual internal name. The file on disk may not have tildes, but DISM accepts the filename as is. After installation, restart the engine:

| Package Type | Package Name Example | Required? | |--------------|----------------------|------------| | Basic (this one) | ...languagefeatures-basic-zh-cn... | | | Fonts | Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package | Recommended | | OCR | ...languagefeatures-ocr-zh-cn... | Optional (scanned docs) | | Handwriting | ...languagefeatures-handwriting-zh-cn... | Optional (pen input) | | Text-to-Speech | ...languagefeatures-tts-zh-cn... | Optional (Narrator) | | Full Language Pack | ...languagepack-zh-cn... | For fully translated UI |

mkdir C:\mount\windows dism /mount-image /imagefile:C:\images\install.wim /index:1 /mountdir:C:\mount\windows Add the package: