Add a Task Schedule to Computers

  • Thread starter Thread starter Jose Ines Cantu Arrambide
  • Start date Start date
J

Jose Ines Cantu Arrambide

Hello,
Is there a way to add a Task Schedule to a group policy?
For example, I want all computers to defrag their localdisk at specific
times.

Thanks in advance.
Jose.
 
Thanks I'll look into AT
To schedule a defrag locate defrag.exe in \%windir%\System32\ when adding
the task schedule, in the Run property of the job add at the end the drive
letter and the -f option to force defrag.
Run: "C:\WINDOWS\system32\defrag.exe c: -f"

Thanks.
Jose.
 
OK. I think defrag.exe was introduced in XP and is not in W2K . If that commmand
works for you as a Scheduled Task, it should work with AT. --- Steve
 
Back
Top