DISM /Mount-Image /ImageFile:C:\myimage.wim /Index:1 /MountDir:C:\mount DISM /Image:C:\mount /Add-Package /PackagePath:C:\packages\microsoft-windows-languagefeatures-basic-zh-cn-package~31bf3856ad364e35~amd64~~.cab DISM /Unmount-Image /MountDir:C:\mount /Commit If the Chinese IME stops working or Windows Update fails to install a language feature update, you can manually remove and re-add the package using DISM online:
Introduction If you have ever ventured into the depths of the Windows servicing stack—perhaps using the Deployment Imaging Service and Management Tool (DISM), sifting through offline Windows images, or manually extracting updates from Microsoft’s Update Catalog—you have likely encountered cryptic file names ending in .cab . Among these, one stands out for users dealing with Chinese (Simplified) language support: DISM /Mount-Image /ImageFile:C:\myimage
| Folder/File | Purpose | |-------------|---------| | amd64_microsoft-windows-l..anguagefeatures-basic_31bf3856ad364e35_10.0.22621.1_none_hash\ | Core binary files | | chinese_simplified_inputmethod_amd64.cab | Embedded Microsoft Pinyin/Wubi IME engine | | SimSun.ttc , MSYH.ttc | System fonts for Chinese rendering | | locale.nls | National Language Support data for zh-CN | | msctf.dll | Text Services Framework for IME | | *.mui (e.g., explorer.exe.mui ) | Chinese resources for system components | | PackageManifest.xml | Defines dependencies, ownership, and servicing rules | | update.mum | Microsoft Update manifest – declares parent-child relationships | sifting through offline Windows images
microsoft-windows-languagefeatures-basic-zh-cn-package 31bf3856ad364e35 amd64 .cab DISM /Mount-Image /ImageFile:C:\myimage