windows help
- clean-snippts
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Dism.exe /online /Cleanup-Image /SPSuperseded
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
DISM.exe /Online /English /Get-Features /Format:Table
DISM.exe /Online /Disable-Feature /featurename:NAME /Remove
- clean-winsxs
dism /Online /Cleanup-Image /AnalyzeComponentStore # check
dism /online /Cleanup-Image /StartComponentCleanup # clean
- kill process with pid
netstat -ano | findstr "PID :8888"
taskkill /pid [pid-num] /f