Share via

Windows 更新

D~ 1 Reputation point
2021-07-12T05:31:16.947+00:00

有两个关于windows更新的问题。

我的服务器都是没有连接外网,通过一台内部wsus服务器来升级的,

  1. 有一台很久没有更新Windows server 2016(OS Version: 10.0.14393 N/A Build 14393)了,一直检索不到更新,如果是手动更新补丁的话,应该下载哪些补丁文件呢 ? 可以只下载安装最新的一个累积补丁吗(windows10.0-kb5004948-x64_206b586ca8f1947fdace0008ecd7c9ca77fd6876.msu)?
  2. 我下载了上述补丁,运行时,服务器一直处于:searching for updates on this computer 状态
  3. 还有一台服务器,可以搜到补丁,但是下载一直0%,不知道是什么原因。

其他好些服务器及几十台win10客户端都没有问题。

Windows for business | Windows Server | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. D~ 1 Reputation point
    2021-07-12T09:15:35.433+00:00

    113841-111.jpg

    我的可能一直没有升级之前的补丁,所以没有trouble shooting这个选项。

    Was this answer helpful?


  2. Miles 1,286 Reputation points
    2021-07-12T07:30:34.707+00:00

    您好

    1.关于 windows server 2016 无法检索更新的问题,我们可以手动Windows更新服务。
    打开cmd 输入:

    net stop bits
    net stop cryptsvc
    net stop wuauserv
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System 32\catroot2 Catroot2.old
    net start bits
    net start cryptsvc
    net start wuauserv
    net start misiserver

    手动更新补丁的下载网址:https://www.catalog.update.microsoft.com/Search.aspx?q=Windows+Server+2016+Cumulative+Update

    2.下载一直处于0%
    我们可以进行Windows update 排错
    113792-712.png

    重置Windows components
    打开cmd输入:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    希望以上信息对您有所帮助

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.