Dism: Difference between revisions

From Piszczynski
piszczynski>Aleks
piszczynski>Aleks
Line 11: Line 11:


*Dism.exe /online /Cleanup-Image /StartComponentCleanup
*Dism.exe /online /Cleanup-Image /StartComponentCleanup
Get list of all installed updates and pipe to clipboard:
*dism /online /get-packages | clip

Revision as of 17:33, 7 June 2021

DISM Tool

Use options to check windows image:

  • dism /online /cleanup-image /checkhealth
  • dism /online /cleanup-image /scanhealth
  • dism /online /cleanup-image /restorehealth

Check for not required windows SxS components using DISM.exe in Powershell:

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


Get list of all installed updates and pipe to clipboard:

  • dism /online /get-packages | clip