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.