<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2009://5/tag:ask-leo.com,2007://5.11498-</id>
  <updated>2009-01-06T21:02:33Z</updated>
  <title>Comments for How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:45744</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c45744" />
    <title>Comment from MasterTech on 2008-10-15</title>
    <author>
      <name>MasterTech</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Ok, to get loggeddefrag.cmd to work right, you need to modify it like this: (without the "")</p>

<p>"defrag %* >c:\defrag.log 2>&1"</p>

<p>The %* will allow the cmd file to pick up command line options when executed.</p>

<p>To get the scheduled task to run right you need to edit it like this:</p>

<p>"%path%\loggeddefrag.cmd c:"</p>

<p>When you use defrag from the command line you <i><b>always</b></i> have to specify the target drive.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-10-15T22:58:00Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:45684</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c45684" />
    <title>Comment from anth11 on 2008-10-14</title>
    <author>
      <name>anth11</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>To Frugalgeek.<br />
Don't worry, Vista automatically defrags every week.<br />
anth11</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-10-14T22:01:11Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:43987</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c43987" />
    <title>Comment from Les Elton on 2008-08-27</title>
    <author>
      <name>Les Elton</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>There were some previous comments to recommend Diskeeper.  Diskeeper is an excellent product... on the workstation but has serous misgivings on a Server !  I have found Diskeeper on the server to create problems on our Database servers and email servers. Basically Diskeeper on the server creates timing problems when opening files, that create errors in both our Pervasive SQL database and our Mercury/32 email server. </p>

<p>We had to uninstall Diskeeper to keep those two programs running smoothly.</p>

<p>We have a similar issue with Undelete (similar product from Diskeeper), that creates timing issues, but so far we have been able to work around it by specifying exactly which files we want to monitor for deletion and which we do not.  Kind of a pain, but there product has saved us from grief which is the only reason why its still installed.</p>

<p>Windows 2003 32bit server environments</p>

<p>Les Elton, Network Admin., ABC Recycling Ltd.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-28T00:54:37Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:43449</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c43449" />
    <title>Comment from The Frugal Geek on 2008-08-09</title>
    <author>
      <name>The Frugal Geek</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hi Leo, Great instructions!  I posted a link on my new blog:</p>

<p><a href="http://thefrugalgeek.blogspot.com/">http://thefrugalgeek.blogspot.com/</a></p>

<p>Let me know if you have instructions for Vista, etc.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-09T18:03:59Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:37229</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c37229" />
    <title>Comment from Tim on 2008-01-17</title>
    <author>
      <name>Tim</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Defrag runs, but stops when it determines defrag is not needed, and waits for user input.  Disk cleanup does the same.  How do I get the programs to continue without user input?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-01-18T03:43:02Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:35182</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c35182" />
    <title>Comment from darlene on 2007-11-03</title>
    <author>
      <name>darlene</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I tried to do this, and it says I do not have permission to set the scheduled task, what do I do?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-11-04T00:33:17Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:34756</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c34756" />
    <title>Comment from Douglas Gray on 2007-10-19</title>
    <author>
      <name>Douglas Gray</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>"Wow, incredible astroturfing from the people at Diskeeper. Could you make more obviously biased comment spam? Not a chance I'd ever try, let alone buy, your product now (and most of your comments are wrong). Diskeeper: either your sales policy is sleazy or an individual there is.</p>

<p>Posted by: Troy at June 5, 2007 07:02 PM"</p>

<p>Dear Troy</p>

<p>Of course you do realise when you state "Not a chance I'd ever try, let alone buy, your product now" that the Windows defrag routine is a cut-down version of Diskeeper. Let us know how you get on with the uninstall.</p>

<p>Cheers</p>

<p>Douglas<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-10-19T13:10:50Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:31762</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c31762" />
    <title>Comment from Katie Heath on 2007-06-27</title>
    <author>
      <name>Katie Heath</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Forgive me if I'm stating the obvious and/or not thinking properly...<br />
I think the reason it flashes up and disappears again is 'cause it isn't running. It requires for you to specify the drive after typing in defrag. This is not specified. I changed the loggeddefrag file to "defrag c: >c:\defrag.log 2>&1" but it still didn't seem to work. Can anyone advise me?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-06-27T07:38:35Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:31242</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c31242" />
    <title>Comment from Troy on 2007-06-05</title>
    <author>
      <name>Troy</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Wow, incredible astroturfing from the people at Diskeeper.  Could you make more obviously biased comment spam?  Not a chance I'd ever try, let alone buy, your product now (and most of your comments are wrong).  Diskeeper: either your sales policy is sleazy or an individual there is.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-06-06T02:02:41Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30823</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30823" />
    <title>Comment from Leo A. Notenboom on 2007-05-22</title>
    <author>
      <name>Leo A. Notenboom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>-----BEGIN PGP SIGNED MESSAGE-----<br />
Hash: SHA1</p>

<p>Access denied implies to me that you need to be logged in as administrator to<br />
do the defrag.</p>

<p>Leo<br />
-----BEGIN PGP SIGNATURE-----<br />
Version: GnuPG v1.4.6 (MingW32)</p>

<p>iD8DBQFGU3V8CMEe9B/8oqERAs+3AJ0SjhkTgHefkimM9Xzs1NApmec9/ACbBb77<br />
14Ddmo+QnAo+kXNIhZIQUXg=<br />
=L3FS<br />
-----END PGP SIGNATURE-----<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-22T22:58:13Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30809</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30809" />
    <title>Comment from David Heym on 2007-05-22</title>
    <author>
      <name>David Heym</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Follow up to previous query about defrag.  Re: your article on "When I use start-run and type in a command, why does a window just flash and disappear?"  Which is what was happening to me.  So I followed your directions, using cmd and the window did not disappear.  Then when I put in the defrag command exactly as you have it.  I get the message: "access is denied".  When I followed the steps above it never asked for any password.  I'm the only one using my machine.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-22T15:52:48Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30807</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30807" />
    <title>Comment from David Heym on 2007-05-22</title>
    <author>
      <name>David Heym</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I followed directions to add the frag log to the running of the defrag routine.  It was put into the schedule to run in the early am on Monday (yesterday).  When the log was not created, I started investigating.  I tried to run defrag from the run box in my XP Service Pack 2 system.  The black box flashed momentarily and then vanished.  This happened two or three times. I then ran the defrag routine that is a part of system tools and that said I didn't need to run it, but I did anyway; it took maybe an hour, and then finished fine.  Every since service pack 2 certain things I have tried have acted like that: the black run box starting and then quitting without any messages or indications.  I suspect there is a fundamental problem with the OS caused by service pack 2, but have no way of knowing what it is and of course of being able to correct it.  Is this something that you could address?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-22T15:07:55Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30732</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30732" />
    <title>Comment from Dr. Arthur Billy on 2007-05-19</title>
    <author>
      <name>Dr. Arthur Billy</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>What a convoluted way to schedule the Windows defragmenter which in my opinon as an archaic piece of software.</p>

<p>I recommend that you ourchase the latest Diskeeper 2007 from www.diskeeper.com You can try it for 30 days before buying. </p>

<p>Once you install Disjkeper 2007 it runs automatically in the background allof the time without interuption.You do not have to schedule it or stop working as you have to do with the Windows XP defragmenter.I am practically fragment free without doing anyhting. There are other nice  things that you can also do with Diskeeper 2007. List Prices range from $29.95 to $129 for the different versions. I use the Diskeeper 2007 Premir Pro. It is fabulous. While you are at it also look at Diskeeper Undelete </p>

<p>Arthur F. Billy</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-19T17:35:30Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30715</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30715" />
    <title>Comment from al on 2007-05-18</title>
    <author>
      <name>al</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I have wanting to do this for awhile.  The problem is I am running windows 2000 and when I click on "program files" there is no "system 32".</p>

<p>Do these instruction work with windows 2000?</p>

<p><br />
Alan<br />
=====</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-19T02:16:59Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2007://5.11498-comment:30675</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2007://5.11498" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html#c30675" />
    <title>Comment from dave b on 2007-05-16</title>
    <author>
      <name>dave b</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>One of the cool aspects of Windows Vista: this is a default behavior. Once a week the disk defragger will kick off - 4:00 a.m. on Sunday morning. </p>

<p>The only drawback: the cute progress window (showing the fragmentation as the tool ran) has been eliminated in Vista... nothing to watch! If you like metrics, you can run defrag at the command prompt with the -a -v options.</p>

<p>The Vista version uses fewer system resources and will operate with a drive that is nearly full. Previous versions required 15 to 20 percent empty space on the disk.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/how_do_i_schedule_disk_defragmenter_to_run_with_the_windows_task_scheduler.html">How do I schedule Disk Defragmenter to run with the Windows Task Scheduler?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2007</a>.</p>
    </content>
    <published>2007-05-17T04:52:32Z</published>
  </entry>

</feed>
