We got a problem with one of our Windows server 2016 OS.
The system gives an error when we try to run the startcomponentcleanup from the task scheduler. It says that the component is damaged.
I already tried the following actions:
- System cleanup
- SFC /scannow
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
- DISM /Online /Cleanup-Image /StartComponentCleanup (gives an error that the component is damaged. See log file)115035-dism-log-stooff.txt
Unfortunaly nothing is fixing the problem. The reason that we want to run the startcomponentcleanup is that the WinSxs folder is 18GB in size.
Is there a fix for this problem.