Defrag Hard Drives Using Command prompt
Today I am sharing the easiest method with you to defrag your hard drive. Though you can perform this task with third party applications also, but why don’t do it a simple way.
Here is a simple method to defragment your drives using Command Prompt ::
Step 1 :: Click on Start and then select Run, type CMD in it and hit enter.
Step 2 :: Suppose I want to defrag my C drive, then in the command box I’ll write
defrag C: -f –v
and hit enter. The defragmentation process will start.
Similarly, you can perform this task on different drives by changing the name that is
defrag C: -f –v
defrag D: -f –v
defrag E: -f –v
Here I have attached a Batch File which I have created to do so.


Be The First One To Comment