knight0334 Rated XXX
|
Posted: Thu, 13 Jul 2006 12:57:19 Post Subject: |
|
|
I've done this to all the WIndows machines I've build or maintained over the years... ....start a batch file that is copied to each machine.
1. open note pad:
2. copy below to it
@echo
defrag C: -f
3. save as "****.bat" (you pick name)
then run it as a scheduled task at any given time.
you can also run Disk Clean Up from same batch file.
1. go to each machine and Run:
"cleanmgr /sageset:15" (check all desired options)
2. add to batch file(preferably before defrag line):
"cleanmgr /sagerun:15"
I used to schedule work machines to run it during the employee's lunch, and private machines to run it after 4am. After that batch file runs a couple nites in a row, it only takes a few minutes to complete. |
|