Fix Windows update standalone installer stuck at searching for updates
Windows 2016 Server安装下载的补丁时,一直处于“Searching for updates"状态。
解决方法:重置 Windows Update 组件,然后再次检查更新
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsv
或者手动下载并安装补丁更新:
-
搜索补丁的 KB 编号(例如
KB5039211
)。 -
下载对应系统版本的
.msu
文件,手动安装。
*******VICTORY LOVES PREPARATION*******