Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automated Defragmentation 1

Status
Not open for further replies.

gurner

Technical User
Feb 13, 2002
522
0
0
US
I have quite a few tasks automated off the command line using Scheduled tasks but haven't yet figured out how to automate Defragmentation

any tips?
 
Well i've seen a lot of conversation exists about defrag, but I use a simple bat file and it works for me on a weekly schedule

cd\
c:\windows\system32\defrag.exe c: -f -v

and it works

jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top