<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Defrag Multiple Hard Drives At Once In Windows</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shinchan</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-76195</link>
		<dc:creator>shinchan</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-76195</guid>
		<description>defrag c:
defrag d:
defrag e:

this didnt work for me, only the c drive was defragmented and the remaining drives were skipped i dont know why , can anybody tell me ?</description>
		<content:encoded><![CDATA[<p>defrag c:<br />
defrag d:<br />
defrag e:</p>
<p>this didnt work for me, only the c drive was defragmented and the remaining drives were skipped i dont know why , can anybody tell me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ryken</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-75935</link>
		<dc:creator>Robert Ryken</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-75935</guid>
		<description>How do I open a notpad e-mail</description>
		<content:encoded><![CDATA[<p>How do I open a notpad e-mail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francis mendoza</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-70661</link>
		<dc:creator>francis mendoza</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-70661</guid>
		<description>open notepad then type

@echo off
c:\WINDOWS\system32\defrag c: /f
c:\WINDOWS\system32\defrag d: /f
c:\WINDOWS\system32\defrag e: /f
pause

then save the file in filename.bat extension 
then double click the file then you have
your automatic defrag for all drive

hope this will help you guys</description>
		<content:encoded><![CDATA[<p>open notepad then type</p>
<p>@echo off<br />
c:\WINDOWS\system32\defrag c: /f<br />
c:\WINDOWS\system32\defrag d: /f<br />
c:\WINDOWS\system32\defrag e: /f<br />
pause</p>
<p>then save the file in filename.bat extension<br />
then double click the file then you have<br />
your automatic defrag for all drive</p>
<p>hope this will help you guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francis mendoza</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-70660</link>
		<dc:creator>francis mendoza</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-70660</guid>
		<description>try this 

@echo off
c:\WINDOWS\system32\defrag c: /f
c:\WINDOWS\system32\defrag d: /f
c:\WINDOWS\system32\defrag e: /f
pause</description>
		<content:encoded><![CDATA[<p>try this </p>
<p>@echo off<br />
c:\WINDOWS\system32\defrag c: /f<br />
c:\WINDOWS\system32\defrag d: /f<br />
c:\WINDOWS\system32\defrag e: /f<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip G Martin</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-67976</link>
		<dc:creator>Philip G Martin</dc:creator>
		<pubDate>Mon, 02 Mar 2009 11:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-67976</guid>
		<description>Correction. Does not work if you name your batch file &quot;defrag.bat&quot;</description>
		<content:encoded><![CDATA[<p>Correction. Does not work if you name your batch file &#8220;defrag.bat&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-67975</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 02 Mar 2009 11:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-67975</guid>
		<description>defrag c: -f
defrag d: -f
defrag f: -f

does not work in a batch file</description>
		<content:encoded><![CDATA[<p>defrag c: -f<br />
defrag d: -f<br />
defrag f: -f</p>
<p>does not work in a batch file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Biheiri</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-53588</link>
		<dc:creator>Al Biheiri</dc:creator>
		<pubDate>Fri, 11 Jul 2008 06:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-53588</guid>
		<description>@Tie 1 On -- add -v


&quot;I have made the Defrag batch file, but i&#039;m not sure if it&#039;s working properly. Is there any way of seeing the progress of the defrag?&quot;</description>
		<content:encoded><![CDATA[<p>@Tie 1 On &#8212; add -v</p>
<p>&#8220;I have made the Defrag batch file, but i&#8217;m not sure if it&#8217;s working properly. Is there any way of seeing the progress of the defrag?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-25368</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Thu, 25 Oct 2007 18:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-25368</guid>
		<description>Create this archive .vbs!!! And create job in Scheduled Task!!!

&#039;--------------------------------------------------------------------------------

Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)

   Dim fso, d, dc
   Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;)
   Set dc = fso.Drives
   For Each d in dc
      If d.DriveType = 2 Then
	Return = WshShell.Run(&quot;defrag &quot; &amp; d &amp; &quot; -f&quot;, 1, TRUE)
      End If
   Next

Set WshShell = Nothing
&#039;-------------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>Create this archive .vbs!!! And create job in Scheduled Task!!!</p>
<p>&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Set WshShell = WScript.CreateObject(&#8221;WScript.Shell&#8221;)</p>
<p>   Dim fso, d, dc<br />
   Set fso = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
   Set dc = fso.Drives<br />
   For Each d in dc<br />
      If d.DriveType = 2 Then<br />
	Return = WshShell.Run(&#8221;defrag &#8221; &amp; d &amp; &#8221; -f&#8221;, 1, TRUE)<br />
      End If<br />
   Next</p>
<p>Set WshShell = Nothing<br />
&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajagopalan R</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-22079</link>
		<dc:creator>Rajagopalan R</dc:creator>
		<pubDate>Wed, 05 Sep 2007 08:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-22079</guid>
		<description>Hai,

Earlier, I was having the problem to see the hidden folders, though I checked the radio button &quot;Show all hidden folder &amp; files&quot; option.  But after installing revmon killer, I got relief.  Now I am facing a new problem that always a cursor of sand glass is sticking with the cursor arrow (point).  How could I clear ?  Also when I click the hard drive, I could open them instead a pop up window open with the heading of &quot;script...&quot;  When I right click on the drive, I found &quot;Auto play&quot; command as the first command in the pane.  How could I clear this problem.  My pc becomes very slow.  Please help to solve my problems</description>
		<content:encoded><![CDATA[<p>Hai,</p>
<p>Earlier, I was having the problem to see the hidden folders, though I checked the radio button &#8220;Show all hidden folder &amp; files&#8221; option.  But after installing revmon killer, I got relief.  Now I am facing a new problem that always a cursor of sand glass is sticking with the cursor arrow (point).  How could I clear ?  Also when I click the hard drive, I could open them instead a pop up window open with the heading of &#8220;script&#8230;&#8221;  When I right click on the drive, I found &#8220;Auto play&#8221; command as the first command in the pane.  How could I clear this problem.  My pc becomes very slow.  Please help to solve my problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tie 1 On</title>
		<link>http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/comment-page-1/#comment-20467</link>
		<dc:creator>Tie 1 On</dc:creator>
		<pubDate>Thu, 02 Aug 2007 21:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defrag-multiple-hard-drives-at-once-in-windows/#comment-20467</guid>
		<description>I have made the Defrag batch file, but i&#039;m not sure if it&#039;s working properly. Is there any way of seeing the progress of the defrag?</description>
		<content:encoded><![CDATA[<p>I have made the Defrag batch file, but i&#8217;m not sure if it&#8217;s working properly. Is there any way of seeing the progress of the defrag?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
