Share via

Reset Base

Anonymous
2022-05-19T23:33:14+00:00

What is the difference between start component cleanup and reset base? I'm confused. If component store cleanup recommended, do I have to type these 2 commands. If I reset base, is my latest windows update is still installed?

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2022-05-20T02:38:30+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    I know how frustrating this may be for you but I'll do my very best to help you.

    Using the /StartComponentCleanup parameter of Dism.exe on a running version of Windows 10 or later, will make old versions of updated components will be immediately deleted.

    Using the /ResetBase parameter together with the /StartComponentCleanup parameter of DISM.exe on a running version of Windows 10 or later removes all superseded versions of every component in the component store.

    Running both commands your Windows updates will keep installed, these commands will only remove the old versions of updated components. You can run both options in the same command.

    Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

    You can see more information at this link.

    https://docs.microsoft.com/en-us/windows-hardwa...

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-05-20T03:32:02+00:00

    If component store cleanup is still not recommended in weekly or monthly after I analyze component store, can i just simply start component cleanup?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-05-20T13:57:47+00:00

    By default the /StartComponentCleanup runs automatically every 30 days. You can see the status and the last run in the TaskScheduler.

    1-Click on Start, search for Task Scheduler, and click on that.

    2-Expand the console tree and navigate to Task Scheduler Library\Microsoft\Windows\Servicing

    You only need to run the command manually if this task fails or if you run the "Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore" and the Component Store Cleanup Recommended shows Yes.

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-05-20T09:05:51+00:00

    So, after 30 days, can I start component cleanup?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2022-05-20T07:21:39+00:00

    If Component Store Cleanup Recommended says No, then there is nothing else that needs to be done.

    The WinSxS folder keeps previous versions of some components are kept on the system for a period of time (30 days), allowing you to rollback if necessary. After this period of time, these older components are automatically removed from the installation.

    If you run the /StartComponentCleanup when the Store Cleanup Recommended says No, you may have problems if you need to rollback any of these components.

    1 person found this answer helpful.
    0 comments No comments