3 lines
282 B
Batchfile
3 lines
282 B
Batchfile
:: 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.
|
|
|
|
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase |