Created
October 4, 2018 10:58
-
-
Save m5wdev/9769ce579788e8d6a6569cd9b3595999 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Full list of commands https://ultradefrag.net/handbook/v8/standard/Console.html | |
@echo off | |
echo ################### UltraDefrag ################### | |
:: Perform quick optimization for all fixed drives | |
udefrag -q --all-fixed | |
:: Defragment all fixed drives | |
udefrag --all-fixed | |
:: pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment