Want defrag to run in the scgedule task

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want the task manager to run the defrag. But I want it to start without it
stopping to ask for setting.
Running windows XP
 
ottagothen (Joe) said:
I want the task manager to run the defrag. But I want it to start
without it
stopping to ask for setting.
Running windows XP


Use the command line:

defrag <drive>:

where <drive> is c, d, e, or whichever one you want to defrag. You
cannot NOT specify a drive letter and you can specify only one drive, so
you will need as many tasks to do defrag as you have partitions (i.e.,
drive letters) unless you write a batch file with multiple calls to the
defrag program, each with a different drive letter, and run the .bat
file in the scheduled task.
 
Back
Top