升级win11后,中文输入法无法完整安装,输入没有候选字体,错误提示0x80070490和0x80073701

匿名
2024-01-30T03:48:01+00:00

如上图所示,

升级到win11后字体安装提示0x80070490,

已尝试

dism /online /cleanup-image /restorehealth

sfc /scannow

chkdsk /B

还有重新卸载安装字体。

看系统的报错提示0x80073701尝试手动安装补丁但是失败.

系统版本是23H2

Windows 适用于 IT 专业人员的 Windows 客户端 设备和部署 设置、安装或升级

锁定的问题。 此问题已从 Microsoft 支持社区迁移。 你可投票决定它是否有用,但不能添加评论或回复,也不能关注问题。 为了保护隐私,对于已迁移的问题,用户个人资料是匿名的。

0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. 匿名
    2025-01-03T00:40:22+00:00

    Hello,nightdiva

    1.You can download the Chinese language pack from the following link

    中文(简体)本地体验包 - Windows官方下载 | 微软应用商店 | Microsoft Store

    2.Open a command prompt (run as administrator) and use the following commands to install and set up the language pack:

    DISM /online /Add-Package /packagepath: .cab file path

    1. Open PowerShell (running as administrator) and run the following commands to set the system language:

    Set-WinUILanguageOverride -Language zh-CN

    Set-WinUserLanguageList -LanguageList zh-CN -Force

    1. Set the completion of the restart machine can display Chinese.

    Best Regards,

    Chengxili

    0 个注释 无注释