I have problem to update windows server 2019 cummulative update.
Had this problem for 6 month now (NOV 2022). So all of the cummulative updates since NOV 2022.
I have done the following below and still the same problem.
Use DISM to repair Windows Update issues
On the affected computer, open an administrative Command Prompt window.
At the command prompt, run each of the following commands, in order. Each command may require several minutes to complete.
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth
C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth /source:H:\sources\install.vim /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.3406
[===========================97.4%======================== ]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Configure a Windows Repair Source.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
sfc /scannow
After these commands have finished, restart the computer.
After the computer restarts, try to update it again.
Manually reset the Windows Update or installation components
Open an administrative Command Prompt window.
Stop the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
Rename the SoftwareDistribution folder and the Catroot2 folder. To do this, enter the following commands:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
Restart the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
Close the Command Prompt window and restart the computer.
After the computer restarts, try to update it again.
Error 0x800f0986
Had this problem for 6 month now (NOV 2022). So all of the cummulative updates since NOV 2022.
I have done the following below and still the same problem.
Use DISM to repair Windows Update issues
On the affected computer, open an administrative Command Prompt window.
At the command prompt, run each of the following commands, in order. Each command may require several minutes to complete.
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth
C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth /source:H:\sources\install.vim /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.3406
[===========================97.4%======================== ]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Configure a Windows Repair Source.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
sfc /scannow
After these commands have finished, restart the computer.
After the computer restarts, try to update it again.
Manually reset the Windows Update or installation components
Open an administrative Command Prompt window.
Stop the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
Rename the SoftwareDistribution folder and the Catroot2 folder. To do this, enter the following commands:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
Restart the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
Close the Command Prompt window and restart the computer.
After the computer restarts, try to update it again.
Error 0x800f0986