Microsoftwindowslanguagefeaturesbasiczhcnpackage 31bf3856ad364e35 Amd64 Cab Verified -
The MicrosoftWindowsLanguageFeaturesBasiczh-CN-Package with publisher/public key token 31bf3856ad364e35 is a Windows language pack package that supplies basic Simplified Chinese (zh‑CN) language resources for x86_64 (amd64) Windows installations. It typically appears as a CAB (cabinet) file used by Windows Update, DISM, or the language settings system to add or repair core UI text, locale data, and input-related resources.
Use the following command, replacing C:\path\to\ with the actual folder path where the cab file is stored:
This package provides the foundational "Basic" typing and display support for Simplified Chinese. Without it, the OS cannot correctly process or display text in this language. It typically includes:
When attempting to add Simplified Chinese in Settings > Time & Language , the download fails, or functionality is missing. How to Install the Package (DISM Method)
Advanced users can use Deployment Image Servicing and Management (DISM) tool and PowerShell to install or update language packs. Without it, the OS cannot correctly process or
Are you trying to this package via the command line to fix a missing typing feature?
This package is usually required when a system was installed with a restricted image (e.g., in a corporate environment or specialized virtual machine) that lacks full international support.
The system may be automatically downloading language assets for your region. System File Check: If you ran sfc /scannow , the system might be verifying this package's integrity. Language Pack Changes:
: Managing how text wraps and breaks across lines. Are you trying to this package via the
The is a fundamental "Feature on Demand" (FOD) for Windows that provides the essential building blocks for Simplified Chinese (zh-CN) text processing.
: The target language/region identifier, signifying Simplified Chinese (People's Republic of China).
dism /online /Add-Package /PackagePath:"F:\LanguagesAndOptionalFeatures\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab" dism /online /Add-Package /PackagePath:"F:\LanguagesAndOptionalFeatures\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab" dism /online /add-capability /capabilityname:"Language.Basic~~~zh-CN~0.0.1.0" dism /online /add-capability /capabilityname:"Language.Handwriting~~~zh-CN~0.0.1.0" dism /online /add-capability /capabilityname:"Language.OCR~~~zh-CN~0.0.1.0" dism /online /add-capability /capabilityname:"Language.Speech~~~zh-CN~0.0.1.0" dism /online /add-capability /capabilityname:"Language.TextToSpeech~~~zh-CN~0.0.1.0" dism /online /add-capability /capabilityname:"Language.Fonts.Hans~~~und-HANS~0.0.1.0"
The long name follows strict Microsoft conventions. Understanding it is key to finding the correct version: : The target language/region identifier
Essential simplified Chinese character sets like Microsoft YaHei .
This "Basic" package is the foundation for Simplified Chinese support and typically includes: Input Method Editors (IME): Tools for typing Chinese characters. Spell Checking: Basic proofing tools for the language. Text Breaking:
Administrators use the DISM command-line tool to inject this package into a Windows Image (WIM) or an online running system.
This specific .cab file belongs to the category of FODs. Unlike a standard "Language Pack" which provides the user interface (UI) translation, this "Basic" package enables the underlying logic for the language.