Share

Windows Optimizations

by Abbas · 17.07.2024

Sysinternals Suite

https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite

Autoruns – https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
ZoomIT – https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit

PowerToys

https://learn.microsoft.com/en-us/windows/powertoys/install
https://github.com/microsoft/PowerToys
https://apps.microsoft.com/detail/xp89dcgq3k6vld

WinUtil Chris Titus

https://github.com/ChrisTitusTech/winutil

Vukilis Win11 Optimizer Debloater

https://github.com/vukilis/Windows11-Optimizer-Debloater

DISM Commands (one by one)

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

You may also like