Defrag your disk using batch file [DiamonD.ZeuS Tutorial] 02-11-2014, 11:48 AM
#1
Hello 
Recently, I enjoyed defrag my disk using batch file . Which is more easy for me .
Actually, it's just the same if you opened the Disk Defragmenter . But this is more easier and automated . Ok, let's start.
STEP 1
Make a new .txt file (which you will save as .bat later)
STEP 2
*READ THE CODE INFO AT THE END OF THIS POST IF YOU WANT TO CHANGE THE CODE*
Paste this code :
This is the code that I use.
STEP 3
Save it as .bat file.
/MORE INFO ABOUT THE CODE/
If you want to change the code that I've posted, follow these steps.
STEP 1 : Open up Command Prompt (Start+R . Type CMD and Click OK)
STEP 2 : type 'defrag' (without quotes) and hit Enter
You will see all the details about the code and commands .
Good luck

Recently, I enjoyed defrag my disk using batch file . Which is more easy for me .
Actually, it's just the same if you opened the Disk Defragmenter . But this is more easier and automated . Ok, let's start.
STEP 1
Make a new .txt file (which you will save as .bat later)
STEP 2
*READ THE CODE INFO AT THE END OF THIS POST IF YOU WANT TO CHANGE THE CODE*
Paste this code :
Code:
@echo off
defrag /C /H /U /VSTEP 3
Save it as .bat file.
/MORE INFO ABOUT THE CODE/
If you want to change the code that I've posted, follow these steps.
STEP 1 : Open up Command Prompt (Start+R . Type CMD and Click OK)
STEP 2 : type 'defrag' (without quotes) and hit Enter
You will see all the details about the code and commands .
Good luck
No PAIN, No GAIN!
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)














