Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Tags
Author: MaskedUser - Replies: 1 - Views: 3876
Remove Update Components (Dism)
Batch file Script to remove Update Components from Win After Every Update. Function is to save space on HDD or SSD via deleting unneeded Update Component Files using Dism.

run cmds as admin one by one :

Code:
DISM.exe /online /Cleanup-Image /StartComponentCleanup
DISM.exe /online /Cleanup-Image /SPSuperseded
DISM.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase