<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; defrag all hard drives</title> <atom:link href="http://www.ghacks.net/tag/defrag-all-hard-drives/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Defrag all Hard drives at once in Windows</title><link>http://www.ghacks.net/2007/07/07/defrag-all-hard-drives-at-once-in-windows/</link> <comments>http://www.ghacks.net/2007/07/07/defrag-all-hard-drives-at-once-in-windows/#comments</comments> <pubDate>Sat, 07 Jul 2007 18:33:50 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[defrag all hard drives]]></category> <category><![CDATA[defrag.exe]]></category> <category><![CDATA[hard disk defrag]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/07/07/defrag-all-hard-drives-at-once-in-windows/</guid> <description><![CDATA[The defragmentation tool that ships with Windows is pretty basic and does not offer features that are needed for instance if you have more than one partition or hard drive. Some users would like to defrag all of their hard drives at once while they go to work or sleep. ]]></description> <content:encoded><![CDATA[<p>The defragmentation tool that ships with Windows is pretty basic and does not offer features that are needed for instance if you have more than one partition or hard drive. Some users would like to defrag all of their hard drives at once while they go to work or sleep.</p><p>To do this you could use a simply batch script which would run a script that starts defrag sequentially for every hard drive installed. The user running the script needs admin rights or use a shortcut to run the batch file with admin rights.</p><p>I have four partitions with the drive letters C:, D:, E: and F: which means that the batch script will look like the following:</p><p><span
id="more-1750"></span><br
/> <code><br
/> @echo off<br
/> defrag.exe c: -f<br
/> defrag.exe d: -f<br
/> defrag.exe e: -f<br
/> defrag.exe f: -f<br
/> </code></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/07/07/defrag-all-hard-drives-at-once-in-windows/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
