Hi, Miles-MSFT
Thanks for your reply.
This problem is solved suddenly.
I'm not do anythig, its spend two day for update...
thanks~
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
C:\Windows\Logs\WindowsUpdate log file↓
https://drive.google.com/file/d/1uceIZ4dq0cXr0MmKOml1rZp3SHiAzj6C/view?usp=sharing
If restart system, its download again and "Stuck Downloading Updates 100%" again.
May i delete the files browse to the C:\Windows\SoftwareDistribution file inside?
Or use commond↓
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealthsfc /scannow
I’m not familiar with using this, please lend me a hand?
Thank you.
Hi, Miles-MSFT
Thanks for your reply.
This problem is solved suddenly.
I'm not do anythig, its spend two day for update...
thanks~
Hi
Did you shut down the services from third-parties during the update?
Did you disable all the programmes in the background?
Firstly , we could disable all the programmes when you are updating.
Since your windows server 2016 stuck downloading updates 100%, then we could try the following steps to help fix the issue:
2.Click start, type powershell
right click on powershell and select run as administrator
type (or paste) the following and press enter after each one
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
More information about resetting Windows Update components, please refer to this link:
https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources#:~:text=Reset%20Windows%20Update%20components%20manually%201%20Open%20a,ENTER%3A%20Console%20Del%20%22%25ALLUSERSPROFILE%25%5CApplication%20Data%5CMicrosoft%5CNetwork%5CDownloader%5Cqmgr%2A.dat%22%20More%20items...%20
This article will also help you answer questions and troubleshoot common problems with your Windows 10 update:
https://support.microsoft.com/en-us/windows/troubleshoot-problems-updating-windows-188c2b0f-10a7-d72f-65b8-32d177eb136c
Best Regards
-------------------------------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.