BleechBit

Clean Up the WinSxS Folder

Run this command in an elevated shell:

Dism.exe /online /Cleanup-Image /StartComponentCleanup
# adding the /ResetBase prevents any existing windows updates and services packs from being uninstalled
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

See Microsofts documentation on this