Scheduled Defrag

  • Thread starter Thread starter Vicky
  • Start date Start date
V

Vicky

I want to schedule a disk defrag on task schedule, but it
will not work. I am running winxp. I did set it up, but
it will not run when scheduled. Does Anyone knows how to
solve this?
 
-----Original Message-----
I want to schedule a disk defrag on task schedule, but it
will not work. I am running winxp. I did set it up, but
it will not run when scheduled. Does Anyone knows how to
solve this?
.
Check out this newsletter I get, this issue talks about
defragging and task manager. click on past issues and
look for the newsletter dated 10-27-2003

http://www.langa.com/about_fred.htm
 
Vicky said:
I want to schedule a disk defrag on task schedule, but it
will not work. I am running winxp. I did set it up, but
it will not run when scheduled. Does Anyone knows how to
solve this?

The way the XP defrag does when you set it up in task scheduler will
still come up with a prompt that you have to answer, thus making it
virtually usless this way.

However, it can be run from a command prompt without that pesky little
box popping up...

Just setup a file with a text editor...

in that file put this line

defrag.exe c: -f

Save as a .bat file... maybe defragC.bat

now you can setup task scheduler to run degragC.bat at a specified time.
 
"Daniel L. Belton" <[email protected]> a écrit dans le message de
[...]
Just setup a file with a text editor...

in that file put this line

defrag.exe c: -f

Save as a .bat file... maybe defragC.bat

now you can setup task scheduler to run degragC.bat at a specified time.

You could as well type "defrag.exe c: -f" (without the quotes) in the task's
"Execute" area. A batch is not necessary.

Vince C.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top