Fala galera,
Depois que algum tempo sem postar nada, tive um problema no update de dois servidores W2K16, segue o passo a passo para resolver esse problema:
1-Right-Click on Start then click on Windows Terminal (admin)
2- Type these commands.
sfc /scannow (and press Enter)
Dism /Online /Cleanup-Image /ScanHealth (and press Enter) - vai demorar!
Dism /Online /Cleanup-Image /CheckHealth (and press Enter)
3- The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth argument to repair the image.
4-Type this command and press Enter:
Dism /Online /Cleanup-Image /RestoreHealth
Step 2: Reset the Windows Update components
1-Right-Click on Start then click on Windows Terminal(admin)
2-Type these commands:
net stop wuauserv and press [Enter]
net stop cryptSvc and press [Enter]
net stop bits and press [Enter]
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old and press [Enter]
ren C:\Windows\System32\catroot2 Catroot2.old and press [Enter]
net start wuauserv and press [Enter]
net start cryptSvc and press [Enter]
net start bits and press [Enter]
netsh winsock reset
3-Reboot your pc
Fiz isso e deu certo, procedimento validado!
Observação:
Após o reboot, pode ser que o primeiro update demore mais do que de costume, só deixar ele "bater roupa" que vai, também, ficar atento se os serviços do BITS e do Windows Update ficaram ativos antes de rodar o update.
Também olhei que mesmo com os serviços ativos, o primeiro update deu erro, esperei um tempo e rodei de novo com sucesso.
Segue a fonte: https://learn.microsoft.com/en-us/answers/questions/4350342/download-error-0x800700a1