Forum Discussion
sanghyeon_park
Apr 06, 2020Copper Contributor
How to fix Dism Clean up error?
Hi. Windows 2012 R2 I ran DISM.exe / online / Cleanup-Image / StartComponentCleanup command to reduce WinSxS size. I know this is the most secure way to reduce the WinSxS directory. But,...
RisingMoon
Dec 03, 2020Copper Contributor
Enter this in CMD directly -
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth
Then try with yours command and sfc -scannow.