<?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>NerdGrind - How-to Computer Help - Tutorials - Tech and Gadget News &#187; Disk Defragmenter</title>
	<atom:link href="http://www.nerdgrind.com/tag/disk-defragmenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdgrind.com</link>
	<description>Gadget and technology news, computer help, and how-to tutorials on everything, from your friendly nerd at NerdGrind</description>
	<lastBuildDate>Tue, 17 Nov 2009 20:03:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disk Defragment Windows Vista from the Command Line</title>
		<link>http://www.nerdgrind.com/disk-defragment-windows-vista-from-the-command-line/</link>
		<comments>http://www.nerdgrind.com/disk-defragment-windows-vista-from-the-command-line/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 08:01:55 +0000</pubDate>
		<dc:creator>Nerd Grind</dc:creator>
				<category><![CDATA[How to Windows Vista]]></category>
		<category><![CDATA[Vista Tips and Tweaks]]></category>
		<category><![CDATA[Disk Defragmenter]]></category>
		<category><![CDATA[OLED]]></category>

		<guid isPermaLink="false">http://www.nerdgrind.com/disk-defragment-windows-vista-from-the-command-line/</guid>
		<description><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Disk Defragment Windows Vista from the Command Line"  title="Disk Defragment Windows Vista from the Command Line" /><img src="http://images.nerdgrind.com:9000/images/icons/tips-and-tweaks.png" width="24" height="25" alt="tips and tweaks Disk Defragment Windows Vista from the Command Line"  title="Disk Defragment Windows Vista from the Command Line" /><br/>The Windows Vista Disk Defragmenter has been improved over the Windows XP version, but you can&#8217;t see or use all the best features unless you run it from the command line.]]></description>
			<content:encoded><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Disk Defragment Windows Vista from the Command Line"  title="Disk Defragment Windows Vista from the Command Line" /><img src="http://images.nerdgrind.com:9000/images/icons/tips-and-tweaks.png" width="24" height="25" alt="tips and tweaks Disk Defragment Windows Vista from the Command Line"  title="Disk Defragment Windows Vista from the Command Line" /><br/><p align="justify">The Windows Vista Disk Defragmenter has been improved over the Windows XP version, but you can&rsquo;t see or use all the best features unless you run it from the command line. By default the defrag tool only defragments files smaller than 64 MB, because according to Microsoft&rsquo;s benchmarks, fragments of this size, which already consist of at least 16000 contiguous clusters, have a negligible impact on performance. If you still want to defrag files larger than 64 MB too, you need to use the <strong>-w</strong> switch mentioned below to defragment files of all size. </p>
<p align="justify">Disk Defragmenter does not defragment files in the Recycle Bin, or files which are in use. Disk Defragmenter will not degragment Bootsect dos, Safeboot fs, Safeboot csv, Safeboot rsv, Hiberfil sys, Memory dmp, or the Windows page file. Using the -b parameter will optimize these boot files.</p>
<blockquote><pre>Some swtiches that are available from the command line for Disk Defragmenter are:
<span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">volume</span><span style="COLOR: #0000ff">&gt;</span>
<volume>      Specifies the drive letter or mount point path of the volume to
              be defragmented or analyzed.

-c            Defragments all volumes on this computer.
              Don&rsquo;t specify a drive letter while using this.

-a            Performs fragmentation analysis only.

-r            Performs partial defragmentation (default). Attempts to
              consolidate only fragments smaller than 64 megabytes (MB).

-w            Performs full defragmentation. Attempts to consolidate all file
              fragments, regardless of their size, even 64 MB files.

-f            Forces defragmentation of the volume when free space is low.
              A volume must have at least 15 % free space before Disk Defragmenter
              can completely defragment it.

-i            This makes Defrag run in the background, and operate only if the
              computer is idle, like when run as a scheduled task.

-b            Optimizes boot files and applications only. Use this option
              during a separate defrag operation.

-v            Specifies verbose mode. The defragmentation and analysis output
              is more detailed.</pre>
</blockquote>
<p align="justify">The only indication you will get is a blinking cursor. This means that the process is going. To interrupt the defragmentation process, press Ctrl + C in the command window.</p>
<p align="justify">If you find that you are unable to defragment or cannot run the defragment utility in Vista or that a drive or volume has been marked by Vista as having errors, run chdsk by entering:</p>
<blockquote>
<p align="justify">chkdsk c: /f</p>
</blockquote>
<p align="justify">&#8230; at a command prompt; where c is the drive letter. You will be able to then run Defrag after Chkdsk has repaired the file system.</p>
<p align="justify">To run you will need to run the command line prompt as the Administrator. If you&rsquo;re not sure how to open a command line, or open it as an Administrator <a href="http://www.nerdgrind.com/run-command-line-prompt-as-administrator-in-windows-vista/" >click here</a>.</p>
<p align="justify">To defrag you boot files enter into the command line:</p>
<blockquote>
<p align="justify">defrag c: -b</p>
</blockquote>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">To defrag all files on all drives/volumes, even the files over 64 MB enter into the command line:</p>
<blockquote>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">defrag -cwv</p>
</blockquote>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">This may take a while, but you&rsquo;ll see a report for each drive. The cursor will blink until finished, then it will return to the command prompt.</p>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="center"><img alt="defrag command line settings vista 1 Disk Defragment Windows Vista from the Command Line" src="http://images.nerdgrind.com:9000/images/2008/2/defrag-command-line-settings-vista-1.png" height="51" hspace="2" width="287" align="middle" vspace="2" border="0" title="Disk Defragment Windows Vista from the Command Line" /></p>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">Here are a few other examples:</p>
<blockquote>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">defrag d:<br />defrag d:&rsquo;vol&rsquo;mountpoint -w -f<br />defrag d: -a -v</p>
</blockquote>
<p style="MARGIN-RIGHT: 0px" dir="ltr" align="justify">You could use the command line once a week, or even once a month, in addition to <a href="http://www.nerdgrind.com/use-disk-defragmenter-to-speed-up-your-computer/" >daily default defragmenting</a> to keep your computer running faster.</p>
<p><b>&copy; Copyright <a href="http://www.nerdgrind.com/" >NerdGrind</a> 2009. All Rights Reserved.</b></p><p>
	<h4>Related posts:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.nerdgrind.com/share-files-and-folders-and-printers-over-a-network/" title="Share Files and Folders and Printers Over a Network">Share Files and Folders and Printers Over a Network</a></li>
	<li><a href="http://www.nerdgrind.com/clone-or-copy-my-hard-drive-with-norton-ghost/" title="Clone or Copy My Hard Drive with Norton Ghost">Clone or Copy My Hard Drive with Norton Ghost</a></li>
	<li><a href="http://www.nerdgrind.com/share-a-printer-files-and-folders-over-a-wired-or-wireless-network-through-a-firewall/" title="Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall">Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall</a></li>
	<li><a href="http://www.nerdgrind.com/how-to-enable-administrative-tools/" title="How to Enable Administrative Tools">How to Enable Administrative Tools</a></li>
	<li><a href="http://www.nerdgrind.com/stop-indexing-service-in-windows-vista-and-windows-7-and-windows-xp/" title="Stop Indexing Service in Windows Vista and Windows 7 and Windows XP">Stop Indexing Service in Windows Vista and Windows 7 and Windows XP</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.nerdgrind.com/disk-defragment-windows-vista-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use Disk Defragmenter to Speed Up Your Computer</title>
		<link>http://www.nerdgrind.com/use-disk-defragmenter-to-speed-up-your-computer/</link>
		<comments>http://www.nerdgrind.com/use-disk-defragmenter-to-speed-up-your-computer/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 17:06:43 +0000</pubDate>
		<dc:creator>Nerd Grind</dc:creator>
				<category><![CDATA[How to Windows Vista]]></category>
		<category><![CDATA[How to Windows XP]]></category>
		<category><![CDATA[Vista System Administration]]></category>
		<category><![CDATA[Disk Defragmenter]]></category>
		<category><![CDATA[OLED]]></category>

		<guid isPermaLink="false">http://www.nerdgrind.com/use-disk-defragmenter-to-speed-up-your-computer/</guid>
		<description><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><img src="http://images.nerdgrind.com:9000/images/icons/windows_xp2.png" width="23" height="20" alt="windows xp2 Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><img src="http://images.nerdgrind.com:9000/images/icons/system-admin.png" width="25" height="26" alt="system admin Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><br/>Windows Vista, like Windows XP, comes with a free Disk Defragmenter. Defragmenting the hard drive on your computer makes it faster by organizing the files that have been spread (fragmented) across the disk closer together to allow them to be found and used quicker.]]></description>
			<content:encoded><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><img src="http://images.nerdgrind.com:9000/images/icons/windows_xp2.png" width="23" height="20" alt="windows xp2 Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><img src="http://images.nerdgrind.com:9000/images/icons/system-admin.png" width="25" height="26" alt="system admin Use Disk Defragmenter to Speed Up Your Computer"  title="Use Disk Defragmenter to Speed Up Your Computer" /><br/><p align="justify">Windows Vista, like Windows XP, comes with a free Disk Defragmenter. Defragmenting the hard drive on your computer makes it faster by organizing the files that have been spread (fragmented) across the disk closer together to allow them to be found and used quicker. It&rsquo;s best to set the Disk Defragmenter on a schedule so you don&rsquo;t have to worry about doing it yourself.</p>
<p align="justify">To open Disk Defragmenter go to Start –&gt; All Programs –&gt; Accessories –&gt; System Tools –&gt; Disk Defragmenter</p>
<p align="justify">Click Modify schedule.</p>
<p align="center"><img alt="defragment schedule 1 Use Disk Defragmenter to Speed Up Your Computer" src="http://images.nerdgrind.com:9000/images/2008/1/defragment-schedule-1.png" height="337" hspace="2" width="647" align="middle" vspace="2" border="0" title="Use Disk Defragmenter to Speed Up Your Computer" /></p>
<p align="justify">To optimize the speed you&rsquo;ll get from using the Disk Defragmenter, schedule it to run at least once a day when you are not using your computer. System performance can slow down while the Disk Defragmenter is running.</p>
<p align="center"><img alt="defragment schedule 2 Use Disk Defragmenter to Speed Up Your Computer" src="http://images.nerdgrind.com:9000/images/2008/1/defragment-schedule-2.png" height="272" hspace="2" width="429" align="middle" vspace="2" border="0" title="Use Disk Defragmenter to Speed Up Your Computer" /></p>
<p align="justify">You may or may not notice a big difference if you&rsquo;re hard drive is not heavily fragmented right now, but Disk Defragmenter will keep everything organized so you&rsquo;ll never see that slow down caused by heavy fragmentation.</p>
<p align="justify">There are a few free, and better defragmenter programs such as <a rel="nofollow" href="http://www.nerdgrind.com/goto/http://www.softpedia.com/get/System/Hard-Disk-Utils/Power-Defragmenter.shtml"  target="_blank" >Power Defragmenter</a>, and <a rel="nofollow" href="http://www.nerdgrind.com/goto/http://www.auslogics.com/en/software/disk-defrag"  target="_blank" >Auslogics Disk Defrag</a>, but the best on the market is <a rel="nofollow" href="http://www.nerdgrind.com/goto/http://www.diskeeper.com/"  target="_blank" >Diskeeper</a>, which was hired by Microsoft to develop the first Windows defrag program, plus Diskeeper can do some very special tasks like organizing the MFT (Master File Table) to get your disk completely reorganized. Diskeeper has a 30 day trial, but it cost money to use it after that. The free Disk Defragmenter that comes with Windows will meet most everyone&rsquo;s needs.</p>
<p><b>&copy; Copyright <a href="http://www.nerdgrind.com/" >NerdGrind</a> 2009. All Rights Reserved.</b></p><p>
	<h4>Related posts:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.nerdgrind.com/share-files-and-folders-and-printers-over-a-network/" title="Share Files and Folders and Printers Over a Network">Share Files and Folders and Printers Over a Network</a></li>
	<li><a href="http://www.nerdgrind.com/clone-or-copy-my-hard-drive-with-norton-ghost/" title="Clone or Copy My Hard Drive with Norton Ghost">Clone or Copy My Hard Drive with Norton Ghost</a></li>
	<li><a href="http://www.nerdgrind.com/share-a-printer-files-and-folders-over-a-wired-or-wireless-network-through-a-firewall/" title="Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall">Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall</a></li>
	<li><a href="http://www.nerdgrind.com/how-to-enable-administrative-tools/" title="How to Enable Administrative Tools">How to Enable Administrative Tools</a></li>
	<li><a href="http://www.nerdgrind.com/stop-indexing-service-in-windows-vista-and-windows-7-and-windows-xp/" title="Stop Indexing Service in Windows Vista and Windows 7 and Windows XP">Stop Indexing Service in Windows Vista and Windows 7 and Windows XP</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.nerdgrind.com/use-disk-defragmenter-to-speed-up-your-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 22/42 queries in 0.271 seconds using memcached

Served from: carsndealerships.com @ 2009-11-21 07:05:01 -->