<?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>Dave Hildebrand.com &#187; UltraDefrag</title>
	<atom:link href="http://www.davehildebrand.com/tag/ultradefrag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<lastBuildDate>Fri, 25 Dec 2009 18:52:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Defrag Update&#8230;</title>
		<link>http://www.davehildebrand.com/2007/08/21/defrag-update/</link>
		<comments>http://www.davehildebrand.com/2007/08/21/defrag-update/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 03:48:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[Defragmentation]]></category>
		<category><![CDATA[UltraDefrag]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/233/?p=55</guid>
		<description><![CDATA[
Earlier this month  I showed you how to use the Open Source defragmentation application UltraDefrag.&#160; On my system I changed the scheduled task to run every day instead of once a week.&#160; Below is a screen shot of the results of this daily defrag.&#160;&#160;
The results are impressive. Or are they?
In some of the lost [...]]]></description>
			<content:encoded><![CDATA[<div class="alignright"><a href="http://www.davehildebrand.com/wp-content/uploads/2007/08/defraged.JPG" title="Direct link to file"><img src="http://www.davehildebrand.com/wp-content/uploads/2007/08/defraged.thumbnail.JPG" alt="Defrag Complete" width="164" height="128" /></a></div>
<p><a href="http://www.davehildebrand.com/2007/08/03/disk-defragmentation/" title="Defrag Me">Earlier this month</a>  I showed you how to use the Open Source defragmentation application <a href="http://ultradefrag.sourceforge.net/" title="ultradefrag" target="_blank">UltraDefrag</a>.&nbsp; On my system I changed the scheduled task to run every day instead of once a week.&nbsp; Below is a screen shot of the results of this daily defrag.&nbsp;&nbsp;</p>
<p>The results are impressive. Or are they?</p>
<p>In some of the <a href="http://www.davehildebrand.com/2007/08/03/disk-defragmentation/">lost comments</a> from my how-to were in reference to <a href="http://www.diskeeper.com" title="Diskeeper">Diskeeper</a>.&nbsp; I used this program at work on all my workstations and servers.&nbsp; Aside from some headaches with the management application Diskeeper has been keeping the hard drives at work running smoothly since 2003.&nbsp; To get an idea how good UltraDefrag is I plan on downloading a trail version of Diskeeper and analyzing my hard drive.&nbsp; Check back for the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2007/08/21/defrag-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk Defragmentation</title>
		<link>http://www.davehildebrand.com/2007/08/03/disk-defragmentation/</link>
		<comments>http://www.davehildebrand.com/2007/08/03/disk-defragmentation/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 05:00:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[UltraDefrag]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/233/?p=48</guid>
		<description><![CDATA[Does your PC just not run as fast as it did when you first got it?&#160; Chances are your hard drive has become fragmented.&#160; What does this mean?&#160; Well, your hard drive is made up of many &#34;slices&#34; which are called sectors.&#160; When you create a Word document or download a song onto your computer [...]]]></description>
			<content:encoded><![CDATA[<p>Does your PC just not run as fast as it did when you first got it?&nbsp; Chances are your hard drive has become fragmented.&nbsp; What does this mean?&nbsp; Well, your hard drive is made up of many &quot;slices&quot; which are called sectors.&nbsp; When you create a Word document or download a song onto your computer it is written onto your hard disk.&nbsp; When you delete the file it is erased from the hard disk leaving an open space on your hard drive.&nbsp; Then you download the pictures from your latest vacation and part of the data is written to that now empty space and the rest to another part of your hard drive.&nbsp; Over time, after many songs, pictures, movies, etc your data is spread out all over the hard drive.&nbsp; This causes delays in reading the data off the hard drive when you want to show grandma your vacation pictures.&nbsp; <a href="http://en.wikipedia.org/wiki/Main_Page" target="_blank">Wikipedia</a>  has a lot more info on <a href="http://en.wikipedia.org/wiki/Defragmentation" target="_blank">fragmentation</a>.<span id="more-48"></span></p>
<p>This is where programs called disk defragmenters come into play.&nbsp; They analyze your hard drive and move the bits that are spread all over the place closer together.&nbsp; Your copy of Windows comes with a basic defragmenter and there are programs you can purchase.&nbsp; The Windows defragmenter will do in a pinch but it is very basic and takes some work to automate.&nbsp; The commercial defragmenters do a lot more, such as &quot;Set it and forget it&quot;, but this comes at a price.&nbsp; I like programs that are free.&nbsp; I use a open source program called <a href="http://ultradefrag.sourceforge.net/" target="_blank">UltraDefrag</a>.&nbsp; <a href="http://www.diskeeper.com" target="_blank">Diskeeper</a>  is a good commercial defragmenter, it is what I use at work.</p>
<p>You can run UltraDefrag using a graphical user interface or schedule it as a Windows task.&nbsp; I will walk you through setting up UltraDefrag as a scheduled task.</p>
<p>First you must download the latest version of UltraDefrag.&nbsp; As of August 2007 1.04 is the latest version.</p>
<p>Next we must decide what version we are going to download.&nbsp; If you are running Windows XP 64 or Vista 64 you need to select the amd64 package.&nbsp; If you are running 32-bit XP or Vista the i386 version is what you need.</p>
<p>Download and install the version you require, if the install does not work you picked the wrong version.&nbsp; It would be nice if in future versions the installer queried your system to determine the correct version to install, but there are really only 2 choices for the installer.&nbsp; If one does not work, try the other.&nbsp;</p>
<p>Now we are going to write a program.&nbsp; It is a very basic program but it will be the brains behind setting up free automated disk defragmentation.&nbsp;</p>
<p>Use Windows Explorer to navigate to &quot;C:\Program Files\UltraDefrag\&quot;.&nbsp;</p>
<p>Click on File, New, Text Document.&nbsp; A new file called &quot;New Text Document.txt&quot; will be listed along with the UltraDefrag program files.&nbsp;</p>
<p>Right click on it and choose rename &amp; type &quot;defrag.bat&quot;.</p>
<p>Next right click on &quot;defrag.bat&quot; and choose Edit.</p>
<p>Now we start programming!&nbsp; We need to write the command to tell windows to use UltraDefrag to run on our system, compact our fragmented files and what hard drive we want this to run on.</p>
<p>Lets start with the command to run UltraDefrag.&nbsp; Type &quot;defrag&quot; (without the quotes) and press the space bar once.&nbsp; This tells Windows to start the UltraDefrag program.</p>
<p>Now type &quot;-c&quot; and add a space after it.&nbsp; This tells the program to defrag your hard drive.&nbsp;</p>
<p>Finally type &quot;c:&quot;.&nbsp; This tells the program to defrag your C:\ drive.</p>
<p>Now click on File, Save.&nbsp; You have written your first program, go ahead and pat yourself on the back, you are on your way to becoming computer geek. <img src='http://www.davehildebrand.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> &nbsp;</p>
<p>Next we are going to schedule Windows to run our program each Tuesday at 2AM.</p>
<p>Click on Start, Settings, Control Panel, then open Scheduled Tasks.&nbsp; Now click on &quot;Add Scheduled Task&quot;.</p>
<p>A wizard opens up to walk you through setting up the task, click &quot;Next&quot;.</p>
<p>Click on the &quot;Browse&quot; button and navigate to C:\Program Files\UltraDefrag &amp; click on your program &quot;defrag.bat&quot;.&nbsp; Now click on Open.</p>
<p>Next choose when you want to run the task, choose &quot;Weekly&quot;.&nbsp; Click &quot;Next&quot;.</p>
<p>Now we set the time and day of our task, set this to 2AM and Tuesday.&nbsp; Click &quot;Next&quot;.</p>
<p>Now we have to assign the task to a user.&nbsp; Enter the username and password of the computer administrator.&nbsp; Most likely this will be your username and password.&nbsp; Click &quot;Next&quot;.</p>
<p>Click on &quot;Finish&quot; to end the wizard.</p>
<p>Now every Tuesday at 2AM UltraDefrag will run on your computer to defragment your files.</p>
<p>Below is a screencast showing me running through this process.&nbsp; Enjoy.</p>
<p><a href="http://www.davehildebrand.com/wp-content/uploads/2007/08/defrag.wmv" title="Defragmentation Screencast" target="_blank">Defragmentation Screencast</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2007/08/03/disk-defragmentation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://www.davehildebrand.com/wp-content/uploads/2007/08/defrag.wmv" length="1950078" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
