Reduce the Size of the Component Store (WinSxS folder)
The Deployment Image Servicing and Management (DISM) tool can be use to analyze the size of the component store and reduce the size of the component store (WinSxS folder). The WinSxS folder is located in the Windows folder, for example C:\Windows\WinSxS. Its the location for Windows Component Store files. The Windows Component Store is used to support the functions needed for the customization and updating of Windows. Component store (WinSxS folder) contains all the components that make-up Windows to allow you operate your system. These components are kept to rollback any problematic change or to repair a file that becomes corrupted.
This tutorial can be followed with following Windows operating systems:
- Windows 8
- Windows 8.1
- Windows 10
Open the Command Prompt as a Administrator.
Analyze the size of the component store by typing:
Dism /Online /Cleanup-Image /AnalyzeComponentStore
If the component store cleanup was recommended in the displayed report, then you can reduce the size of the component store.
Reduce the size of the component store by typing following command:
Dism /Online /Cleanup-Image /StartComponentCleanup
You can reduce the size of the component store further by adding the /ResetBase parameter.
Type following command:
Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase