Window 11 cannot install Asian Keyboard

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

It happened to me that when I attempt to install Chinese/Japan/Korean input method to my windows 11 box, it fails on installing the “Basic Typing” after attempted to download for about 30 seconds with error

“Sorry, we’re having trouble installing this feature. You can try again later. Error code 0x0”.

And all other components like Handwriting, Text-to-speech, Speech recognition also fail. And the installed Asian keyboard does not work showing the feature is not ready.

I tried the tricks in this: [https://answers.microsoft.com/en-us/windows/forum/all/windows-11-unable-to-download-language-packs/b78b04da-2c75-45d8-a828-f553441b220f] but none of them works.

The workaround I found is to download

26100.1.240331-1435.ge_release_amd64fre_CLIENT_LOF_PACKAGES_OEM.iso

from https://files.rg-adguard.net/file/025cfc5d-f5fa-7d00-246e-76c04a40e210

and extract the corresponding language pack .cab files like

Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab

Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab

Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~.cab

Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~.cab

Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~.cab

and install them one by one in PowerShell with Admin privilege like:

Add-WindowsPackage -Online -PackagePath “.\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab”

After all of these, the “Basic typing” is still not available but the input method works.

Be the first to comment!

Leave a Reply