
UltraDefrag is an open source disk defragmenter for Windows. It eliminates the file fragmentation problem speeding up the computers which need less mechanical work to read continuous data from disks. UltraDefrag can fix almost everything including files which are usually locked - it launches inside of the Windows boot process when most of the files are still not in use.
/NoShellExtension - install without the Explorer's context menu handler./DisableUsageTracking - disable the usage tracking. SEE: https://sourceforge.net/p/ultradefrag/discussion/709672/thread/657b0ebe/#0e65/NoBootInterface - install without the boot time interface.Example: choco install ultradefrag --params "/NoShellExtension /NoBootInterface"