Question
How can I determine the size of the Component Store?
Asked by: USER5287
52 Viewed
52 Answers
Answer (52)
You can use the following command in an elevated command prompt to determine the size of the Component Store: `DISM /Online /Cleanup-Image /AnalyzeComponentStore`. This will provide a report detailing the space used by different components and identify potential savings from cleanup.