strokov
Contributor
- May 3, 2023
- 68
Hi,
I have a Windows 2019 Server and it has a problem with the DISM
Windows Update is working,
I had this problem before, a reapplied the fixes from the posts in:
[SOLVED] - Windows 2019 Error Installation KB5026362
the componentscanner found a between inconsistency WinSxs and CompomentsHive
I have a Windows 2019 Server and it has a problem with the DISM
Windows Update is working,
Code:
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\Windows\system32>Dism /Online /Cleanup-Image /scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4737
[==========================100.0%==========================] The component store is repairable.
The operation completed successfully.
C:\Windows\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4737
[==========================100.0%==========================]
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 http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
C:\Windows\system32>
I had this problem before, a reapplied the fixes from the posts in:
[SOLVED] - Windows 2019 Error Installation KB5026362
the componentscanner found a between inconsistency WinSxs and CompomentsHive