windows server 2016 打补丁没有报错,但是停留在安装界面

匿名
2025-02-12T07:12:30+00:00

您好,操作系统 windows server 2016

操作系统具体版本

查看日志也没有错误,补丁更新进程也在运行,运行了5小时,也没安装完成。

Windows Server 设备和部署 设置、安装或升级

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

0 个注释 无注释
{count} 票

2 个答案

排序依据: 非常有帮助
  1. 匿名
    2025-02-13T01:41:06+00:00

    Hello,国帅 陈

    You can try the following steps:

    1. Reset the update component and clean up the component residue, run CMD with administrator privileges and enter the following commands in sequence

    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

    1. 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 order:

    dism.exe /online /cleanup-image /restorehealth

    sfc /scannow

    Best Regards,

    Chengxili

    0 个注释 无注释
  2. 匿名
    2025-02-13T07:43:56+00:00

    您好,感谢您的回复,

    ren C:\Windows\SoftwareDistribution\ SoftwareDistribution.old1 这是什么意思?是备份一份吗

    0 个注释 无注释