If disk cleanup did not clear the files from WinSxS, you can try using the Deployment Image Servicing and Management (DISM) tool to clean up the WinSxS folder. Here are the steps:
- Open Command Prompt as an administrator.
- Type the following command and press Enter: dism.exe /online /Cleanup-Image /StartComponentCleanup
- Wait for the process to complete. This may take some time.
- Type the following command and press Enter: dism.exe /online /Cleanup-Image /SPSuperseded
- Wait for the process to complete. This may take some time.
These commands will clean up the WinSxS folder and remove any unnecessary files.