In Windows 2000/XP it is not possible for the defragmentation to select multiple partitions. It is called to handle a batch file through DOS.
Create a text document in the windows directory. Call it dfrgall.bat (TXT to go).
Fill following rules:
Code
Fill in your drive letter of the disk drive you want to defragment.@ echo off cls echo Defragmenter Loading ... defrag [your drive]: defrag [your drive]: echo Defragmenter completed
To run the script to start up in Run: dfrgall and press OK.
Bookmarks