<?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: Defragment Your System Files (Pagefile and Registry) in Windows XP</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:32:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-75265</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-75265</guid>
		<description>It doesn&#039;t move my system files. They are still spread out in the middle of nowhere.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t move my system files. They are still spread out in the middle of nowhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Miller</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-74673</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Sun, 26 Jul 2009 03:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-74673</guid>
		<description>PageDefrag is essentially a solution looking for a problem. Except in extreme cases pagefile fragmentation will have virtually no impact on performance. If you do use this tool it need be used only once. The pagefile does not become fragmented with use, even if it is system managed. Anyone who claims otherwise is misinformed. After the pagefile is defragged it will stay that way, even after months of heavy use. Running this tool on every boot is silly and will accomplish nothing except lengthen boot times.

To see if you need this tool:
Look at the report in the standard defrag program. Divide size of the pagefile by the number of pagefile fragments (usually 1). If the result is over 1MB (highly likely) you do not need PageDefrag.

Larry Miller
Microsoft MCSA</description>
		<content:encoded><![CDATA[<p>PageDefrag is essentially a solution looking for a problem. Except in extreme cases pagefile fragmentation will have virtually no impact on performance. If you do use this tool it need be used only once. The pagefile does not become fragmented with use, even if it is system managed. Anyone who claims otherwise is misinformed. After the pagefile is defragged it will stay that way, even after months of heavy use. Running this tool on every boot is silly and will accomplish nothing except lengthen boot times.</p>
<p>To see if you need this tool:<br />
Look at the report in the standard defrag program. Divide size of the pagefile by the number of pagefile fragments (usually 1). If the result is over 1MB (highly likely) you do not need PageDefrag.</p>
<p>Larry Miller<br />
Microsoft MCSA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biep</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-74319</link>
		<dc:creator>Biep</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-74319</guid>
		<description>I need something related, but not quite this.
My C: drive is littered with small (unfragmented) system files that make it impossible for any defragmenter to free a large continuous space.  How do I move all these small files to a corner?</description>
		<content:encoded><![CDATA[<p>I need something related, but not quite this.<br />
My C: drive is littered with small (unfragmented) system files that make it impossible for any defragmenter to free a large continuous space.  How do I move all these small files to a corner?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSB</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-72493</link>
		<dc:creator>CSB</dc:creator>
		<pubDate>Wed, 27 May 2009 06:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-72493</guid>
		<description>it does not work on the custom managed page file on vista.</description>
		<content:encoded><![CDATA[<p>it does not work on the custom managed page file on vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olly</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-71831</link>
		<dc:creator>Olly</dc:creator>
		<pubDate>Wed, 13 May 2009 00:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-71831</guid>
		<description>On the command line, first I use:

rundll32.exe advapi32.dll,ProcessIdleTasks

Then:

defrag c: -b

NOTE: ProcessIdleTasks is case sensitive!  No space between advapi32.dll and the comma and the ProcessIdleTasks.  The first command line ensures all your files in the prefetch folder are updated (the prefetch folder only works when taskmgr.exe is running - check your processes), and the last uses the files layout.ini and ntosboot files in prefetch to defrag your boot files.</description>
		<content:encoded><![CDATA[<p>On the command line, first I use:</p>
<p>rundll32.exe advapi32.dll,ProcessIdleTasks</p>
<p>Then:</p>
<p>defrag c: -b</p>
<p>NOTE: ProcessIdleTasks is case sensitive!  No space between advapi32.dll and the comma and the ProcessIdleTasks.  The first command line ensures all your files in the prefetch folder are updated (the prefetch folder only works when taskmgr.exe is running &#8211; check your processes), and the last uses the files layout.ini and ntosboot files in prefetch to defrag your boot files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ana</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-64435</link>
		<dc:creator>ana</dc:creator>
		<pubDate>Fri, 09 Jan 2009 01:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-64435</guid>
		<description>i know i&#039;m a bit (to much) off topic, but i&#039;m wondering how did you managed to take a chkdsk screenshot? google gave me no answer. help?
as about the application, now at least i know that i have no reason to worry about my system files, since they&#039;re looking quite like yours...</description>
		<content:encoded><![CDATA[<p>i know i&#8217;m a bit (to much) off topic, but i&#8217;m wondering how did you managed to take a chkdsk screenshot? google gave me no answer. help?<br />
as about the application, now at least i know that i have no reason to worry about my system files, since they&#8217;re looking quite like yours&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deedhoet</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-56986</link>
		<dc:creator>deedhoet</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-56986</guid>
		<description>i tried to imitate linux, making dedicated partition for paging file, fixed size paging file &amp; moving temporary folder to that partition =&gt; reducing system file fragmentation. I wonder how to move registry file...</description>
		<content:encoded><![CDATA[<p>i tried to imitate linux, making dedicated partition for paging file, fixed size paging file &amp; moving temporary folder to that partition =&gt; reducing system file fragmentation. I wonder how to move registry file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-50082</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 19 May 2008 13:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-50082</guid>
		<description>I used to use this all the time on older machines that I had.  it worked great.  most of the time when it ran, it just took a few seconds.  I haven&#039;t yet tried it in vista.</description>
		<content:encoded><![CDATA[<p>I used to use this all the time on older machines that I had.  it worked great.  most of the time when it ran, it just took a few seconds.  I haven&#8217;t yet tried it in vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit agarwal</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-49490</link>
		<dc:creator>ankit agarwal</dc:creator>
		<pubDate>Fri, 09 May 2008 15:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-49490</guid>
		<description>when i try to defragment my c drive in which windows xp is installed ,it shows an error of missing file &quot;some &#039;.dll&#039; file&quot; to check the disk and defragment the drive .please reply me as soon as possible .</description>
		<content:encoded><![CDATA[<p>when i try to defragment my c drive in which windows xp is installed ,it shows an error of missing file &#8220;some &#8216;.dll&#8217; file&#8221; to check the disk and defragment the drive .please reply me as soon as possible .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgo</title>
		<link>http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/comment-page-1/#comment-39755</link>
		<dc:creator>mgo</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/defragment-your-system-files-pagefile-and-registry-in-windows-xp/#comment-39755</guid>
		<description>Another helpful defrag item:  From the command line (in either XP or Vista) run &quot;defrag c: -b&quot;  This is a undocumented but legit command to defragment the prefetch folder in XP or the Superfetch folder in Vista.  First time you run it, it may take several minutes.  After that, it&#039;s pretty quick.</description>
		<content:encoded><![CDATA[<p>Another helpful defrag item:  From the command line (in either XP or Vista) run &#8220;defrag c: -b&#8221;  This is a undocumented but legit command to defragment the prefetch folder in XP or the Superfetch folder in Vista.  First time you run it, it may take several minutes.  After that, it&#8217;s pretty quick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
