Windows update error

匿名
2025-01-18T04:19:51+00:00

net start wuauserv

服务没有响应控制功能。

Windows Server 设备和部署 安装 Windows 更新、功能或角色

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

0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. 匿名
    2025-01-21T00:43:09+00:00

    Hello,Chingyu-k Yang

    You can try the following steps:

    1.To reset the update component and clean up the component residue, run CMD with administrator privileges and enter the following commands in order

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution\ SoftwareDistribution.old1

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    dism /online /cleanup-image /startcomponentcleanup

    Reboot your device

    2.To execute the System Repair command, in the search box on the taskbar, type Command Prompt, select Run as administrator, and then execute the following commands in sequence:

    dism.exe /online /cleanup-image /restorehealth

    sfc /scannow

    Best Regards,

    Chengxili

    0 个注释 无注释