询问者
Windows Server 2012 在下载补丁后无法更新

问题
-
We wil to information, that one of server windows server 2012 standart can't process windows update patch.
that already we doing manually update windows patch. but still not find latest windows update or not recent for updates.
we also try with take one of KB (sample KB support for windows server 2012) patch that already downloaded in windows update catalog. but can't success
服务器windows server 2012 Standart无法处理windows更新修补程序。我们已经手动更新windows补丁程序。但仍然没有找到最新的windows更新或更新的最新版本。
我们还尝试使用已在windows更新目录中下载的KB(windows server 2012示例KB支持)补丁程序之一。但无法成功。
- 已编辑 暴躁的萝卜 2018年10月17日 7:45
全部回复
-
您好:
在 Control Panel\Programs\Programs and Features 查看已安装的更新中看看最后一次安装补丁的时间?
我先重置下windows update 服务看看能否正常更新。
0.open Command Prompt as Admin.
1.enter sfc /scannow and wait it finish to fix manifest and system file then go to step 2.
2.Now type the following commands to stop Windows Update Services and then hit Enter after each one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3.Next, type the following command to rename SoftwareDistribution Folder and then hit Enter:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
4.Finally, type the following command to start Windows Update Services and hit Enter after each one:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5.Reboot your server to save changes.
- 已编辑 Andy YOUMicrosoft contingent staff 2018年10月18日 7:19
- 已建议为答案 Andy YOUMicrosoft contingent staff 2018年10月19日 9:32
-
您好:
问题解决了吗?如果解决请标下答案,以便有其他用户出现此问题可以看到并使用此方案。
BEST REGARDS
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.