<?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: EnablePrefetcher in PrefetchParameters</title>
	<atom:link href="http://www.ghacks.net/2008/01/13/enableprefetcher-in-prefetchparameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/01/13/enableprefetcher-in-prefetchparameters/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 04:07:45 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Larry Miller</title>
		<link>http://www.ghacks.net/2008/01/13/enableprefetcher-in-prefetchparameters/#comment-556780</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2008/01/13/enableprefetcher-in-prefetchparameters/#comment-556780</guid>
		<description>Good article.
One observation - values above 3 will be equivelant to valid values. The registry entry is used to independently control both boot and application prefetching. The result is obtained by ANDING bits 0 and 1, for a maximum value of 3. Setting a value over 3 will set bits 2 or 3 which are undefined. Microsoft has always warned that this paractice is dangerous.

The equivelant values are as follows:
4 = 0
5 = 1
6 = 2
7 = 3
8 = 0
9 = 1

It should also be added that &quot;cleaning&quot; or deleting the contents of the prefetch folder will impair performance. It is based on a complete msunderstanding of how prefetch works.

Proper prefetch operation requires that the Task Scheduler service be enabled and set to Automatic. Otherwise prefetch will be crippled, leading to impaired performance.

Larry Miller
Microsoft MCSA</description>
		<content:encoded><![CDATA[<p>Good article.<br />
One observation &#8211; values above 3 will be equivelant to valid values. The registry entry is used to independently control both boot and application prefetching. The result is obtained by ANDING bits 0 and 1, for a maximum value of 3. Setting a value over 3 will set bits 2 or 3 which are undefined. Microsoft has always warned that this paractice is dangerous.</p>
<p>The equivelant values are as follows:<br />
4 = 0<br />
5 = 1<br />
6 = 2<br />
7 = 3<br />
8 = 0<br />
9 = 1</p>
<p>It should also be added that &#8220;cleaning&#8221; or deleting the contents of the prefetch folder will impair performance. It is based on a complete msunderstanding of how prefetch works.</p>
<p>Proper prefetch operation requires that the Task Scheduler service be enabled and set to Automatic. Otherwise prefetch will be crippled, leading to impaired performance.</p>
<p>Larry Miller<br />
Microsoft MCSA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
