<?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>PCHijack &#187; Registry Hack</title>
	<atom:link href="http://www.pchijack.com/category/registry/registry-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pchijack.com</link>
	<description>PC - Do it YourSelf...</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:51:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable DMA to reduce processor cycle consumption during burning data to CD/DVD or reading data from CD/DVD</title>
		<link>http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/</link>
		<comments>http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:44:10 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Enable DMA Mode]]></category>
		<category><![CDATA[Fast Burning Using DMA]]></category>
		<category><![CDATA[Faster Disk Access]]></category>
		<category><![CDATA[PIO Mode]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=164</guid>
		<description><![CDATA[ <p> </p> <p>Enabling DMA mode on IDE channels will consume less processor cycles almost reduce consumption of processor cycles from 50% to 5%.  Windows 2K/2000 and Windows XP fail to enable DMA on IDE devices automatically. Though enabling DMA will not boost writing speed on to the disk, it will consume less processor cycles [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;width:100%;margin:0px 0px 0px 10px;"><div style="margin:auto;"><script type="text/javascript"><!--
google_ad_client = "pub-4299734849302582";
/* PCHijack InText */
google_ad_slot = "4007600332";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div><div style="width:100%;min-width:100%;"><p><strong><br />
</strong></p>
<p>Enabling DMA mode on IDE channels will consume less processor cycles almost reduce consumption of processor cycles from 50% to 5%.  Windows 2K/2000 and Windows XP fail to enable DMA on IDE devices automatically. Though enabling DMA will not boost writing speed on to the disk, it will consume less processor cycles which can be used for another purpose.</p>
<p>By default PIO (Programmed Input-Output) transfer mode is set on IDE drivers in windows XP and 2000. PIO transfer mode consume more processor cycles because the central processor transfers data word by word or byte by byte.</p>
<p>When DMA transfer mode is enabled, small processor called DMA controller takes the burden of transferring data between IDE devices. Once the central processor starts the data transfer and transfers the control to DMA controller, the DMA controller looks after the data transfer and after completing the total transfer the control is transferred from DMA controller to central processor thus the central processor gets less involved in the transfer and so CPU cycles are saved which can be used by another programme.</p>
<p><span id="more-164"></span></p>
<p><strong>Why a computer may use programmed Input-Output rather then DMA during data transfers?</strong></p>
<p><strong> </strong></p>
<p>Even after enabling DMA transfer mode frequently CD/DVD port falls to PIO mode due to scratched or unreadable CD-DVD.</p>
<p><strong><span style="text-decoration: underline;">During some situations PIO mode is enabled by default and these are as follows</span>:</strong></p>
<p>Due to repeated DMA errors &#8211; Windows XP will disable DMA mode and slips to PIO mode after encountering certain errors during data transfer operations. Possibly if more than 6 DMA transfer time-out occurs, windows enables PIO mode disabling DMA mode.</p>
<p>In the above case we can&#8217;t enable DMA for that device. Only solutions for this to be uninstall the device and reinstall it.</p>
<p><strong>Methods to re-enable DMA </strong></p>
<p><strong> </strong></p>
<p><strong><span style="text-decoration: underline;">Through control panel:</span></strong></p>
<p>1.      Device manager (Right click My computer and go to properties and click on device manager)</p>
<p>2.      Expand IDE ATA/ATAPI controller then Select <strong>Primary IDE channels</strong> then go to properties in that select Advanced Settings. Enable <strong>Transfer mode</strong> for <strong>Device 0</strong> and also <strong>Transfer mode</strong> for <strong>Device 1</strong> if not enabled already.</p>
<p>3.      Do the same for <strong>Secondary IDE channel</strong>?</p>
<p><strong><span style="text-decoration: underline;">Through Registry:</span></strong><strong> </strong></p>
<p>Editing the registry is the alternative way to enable DMA mode for IDE drivers.</p>
<p>1.      Start &gt; Run</p>
<p>2.      Type Regedit.</p>
<p>3.      Now browse to the following key. HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Class \ {4D36E96A-E325-11CE-BFC1-08002BE10318}</p>
<p>4.      You will find the following subkeys:                0000 <em>(for the IDE controller)</em><br />
0001 <em>(for the Primary IDE channel)</em><br />
0002 <em>(for the Secondary IDE channel)</em></p>
<p>5.      Open the sub-key and determine the channel on which troublesome drive is located.</p>
<p>6.      If the drive Is master then delete MasterIdDataChecksum value.</p>
<p>7.      If drive is master then delete SlaveIdDataChecksum named value.</p>
<p>8.      Reboot your windows XP/2K.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><g:plusone size="medium" count="true" href="http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/"></g:plusone></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><fb:like href="http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/" send="false" layout="button_count" width="100" show_faces="false" action="like" font=""></fb:like></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a name="twitter_share" data-count="horizontal" href="http://twitter.com/share" data-text="Enable DMA to reduce processor cycle consumption during burning data to CD/DVD or reading data from CD/DVD" data-url="http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/hardware/enable-dma-to-reduce-processor-cycle-consumption-during-burning-data-to-cddvd-or-reading-data-from-cddvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Registry Cleaner &#8211; Repair Registry Easily</title>
		<link>http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/</link>
		<comments>http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:25:18 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 32 Bit]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Free Registry Cleaner]]></category>
		<category><![CDATA[Little Registry Cleaner]]></category>
		<category><![CDATA[LRC]]></category>
		<category><![CDATA[Open Source Registry Cleaner]]></category>
		<category><![CDATA[Registry Cleaner]]></category>
		<category><![CDATA[Repair registry]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=111</guid>
		<description><![CDATA[<p>We all know that Registry is heart and soul of Windows installation. Any Corrupted entry can result in crash or a huge registry file degrade the performance of Windows. Also Editing registry files manually can be dangerous, one small mistake and you will loose everything&#8230; That&#8217;s Why Programmer have created several tools for maintaining and [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that Registry is heart and soul of Windows installation. Any Corrupted entry can result in crash or a huge registry file degrade the performance of Windows. Also Editing registry files manually can be dangerous, one small mistake and you will loose everything&#8230; That&#8217;s Why Programmer have created several tools for maintaining and cleaning registry files. Most of them are paid but there are few free ones also. One such Open Source and free tool is <a href="http://sourceforge.net/projects/littlecleaner/" target="_blank">Little Registry Cleaner</a>.</p>
<p>Little Registry Cleaner (LRC) is among one of the best registry cleaner and It&#8217;s Open Source as well, LRC is now also available as portable application. You can fix or clean your registry by 2-3 simple clicks if you using this simple and easy tool. Some of the task Registry cleaner can do are &#8211;</p>
<p><span id="more-111"></span></p>
<ul>
<li>Little Registry Cleaner will remove unwanted or obsolete items from the registry to make your computer run faster!</li>
<li>Little Registry Cleaner&#8217;s powerful functions will help improve system performance to the maximum!</li>
<li>Little Registry Cleaner will manage Windows start up programs and their settings to speed up Windows startup</li>
<li>Little Registry Cleaner will provide you with the option to restore the registry to recover from missing data</li>
<li>Little Registry Cleaner will update frequently to make sure your computer is running smoothly</li>
<li>You can also Open Regedit through LRC menu entry.</li>
<li>LRC is also capable of uninstalling application through an Application manager.</li>
</ul>
<p>To install LRC you simply have to visit it&#8217;s Sourceforge site and Download required version, You can download Setup Version or  Portable version as per your requirement. If you are downloading Install files download and install as you install any Standard Windows application. If you downloading Portable application simply download the zip file and extract the files to any location on your hard drive.</p>
<p>Once download is completed simply start the LRC and Click on Scan registry Button Provided on Top Left right below the Menu bar. It will start scanning the registry and find any problem as shown in below figure.</p>
<p><img class="aligncenter size-full wp-image-112" title="lrc2" src="http://www.pchijack.com/wp-content/uploads/2009/06/lrc2.jpg" alt="lrc2" width="825" height="521" /></p>
<p>Once it finishes scanning, check the list of problems and select what you want to fix. To repair any errorsfound, simply click the Fix Problems button.</p>
<p><img class="aligncenter size-full wp-image-113" title="lrc3" src="http://www.pchijack.com/wp-content/uploads/2009/06/lrc3.jpg" alt="lrc3" width="825" height="521" /></p>
<p>Apart from Cleaning Registry, LRC can also be used as Uninstall manager and Startup manager. Both of these options are available in tools menu of  Little registry cleaner. Usage of these option is quite simple and self explanatory.</p>
<p>Little Registry Cleaner is Fully comaptible with Windows Vista/XP and both 32 bit as well as 64 bit version of these. Also to use LRC you need to have Microsoft .Net Framework 3.5 installed on your machine.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><g:plusone size="medium" count="true" href="http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/"></g:plusone></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><fb:like href="http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/" send="false" layout="button_count" width="100" show_faces="false" action="like" font=""></fb:like></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a name="twitter_share" data-count="horizontal" href="http://twitter.com/share" data-text="Little Registry Cleaner &#8211; Repair Registry Easily" data-url="http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/os/windows-32-bit/little-registry-cleaner-repair-registry-easily/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change Thumbnail Size and Quality in XP</title>
		<link>http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/</link>
		<comments>http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:54:56 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Change Thumbnails in XP]]></category>
		<category><![CDATA[Image Thumbnail]]></category>
		<category><![CDATA[Quality and size of Thumbnails]]></category>
		<category><![CDATA[Slow Computer]]></category>
		<category><![CDATA[WIndows 32 BIT OS]]></category>
		<category><![CDATA[Windows Diagnosis]]></category>
		<category><![CDATA[Windows XP Thumbnails]]></category>
		<category><![CDATA[Windows XP thumnail]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=22</guid>
		<description><![CDATA[<p>Thumbnails are used to show a preview of image without opening the image in any Image Viewer or Editor. To Show thumbnails of pictures in Windows XP you have to enable thumbnail View. Once you enable Thumbnail view windows create a Thumbnail Database file (thumbs.db) in same folder and cache the thumbnails of images into [...]]]></description>
			<content:encoded><![CDATA[<p>Thumbnails are used to show a preview of image without opening the image in any Image Viewer or Editor. To Show thumbnails of pictures in Windows XP you have to enable thumbnail View. Once you enable Thumbnail view windows create a Thumbnail Database file (thumbs.db) in same folder and cache the thumbnails of images into this file. This way windows will show you preview of images faster next time you browse through same set of pictures.</p>
<p>If you like the Thumbnail view of images but not satisfied with quality or size of the thumbnails you can change default setting of these by using following registry hack.  (Always <a href="http://www.pchijack.com/registry/backup-and-restore-windows-registry/" target="_blank">backup your registry</a> before making any changes).</p>
<p>However Before changing these settings be sure that your computer have enough RAM and processing resources to handle these. As Thumbnail views can use a lot of system resources making your computer slow. If you increase the quality and size of thumbnail view, Browsing through files will require more time as building thumbnail is quite a slow process. Also if you have very large folders with thousands of images in it. Then it will be very time consuming and also your thumbnail cache can grow big.</p>
<p><span id="more-22"></span></p>
<p>Anyway Here the registry setting which needs to be setup in order to change the size and quality of thumbnails. (this works on XP and Vista Already have 3-4 different thumbnail views in built).</p>
<p>Open the registry and navigate to :</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft \Windows\CurrentVersion\Explorer</p></blockquote>
<p>Create a new DWORD value called ThumbnailSize, and set the value between 32 and 256, and/or create another DWORD value called ThumbnailQuality, and set the value between 50 and 100.</p>
<p>First DWORD value defines size, higher the value, bigger the size of thumbnail. Also second keyword defines quality higher the value better would be quality, but of course it can not be better than your actual image <img src='http://www.pchijack.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8230;</p>
<p>The key details are given below once again &#8211;</p>
<p>Key Details :</p>
<blockquote><p>USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]<br />
Value Name: ThumbnailSize<br />
Data Type: REG_DWORD (DWORD Value)<br />
Data Value: 32 &#8211; 256</p>
<p>USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]<br />
Value Name: ThumbnailQuality<br />
Data Type: REG_DWORD (DWORD Value)<br />
Data Value: 50 &#8211; 100</p></blockquote>
<p>If you like the post, leave a comment or Bookmark us using toolbar given below&#8230;.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.pchijack.com/os/windows-xp/enable-verbose-show-detailed-information-while-windows-start/' title='Enable Verbose &#8211; Show Detailed Information While Windows Start'>Enable Verbose &#8211; Show Detailed Information While Windows Start</a></li>
<li><a href='http://www.pchijack.com/os/windows-32-bit/ramdisk-using-more-than-3gb-ram-on-32-bit-os/' title='RamDisk &#8211; Using More than 3GB ram on 32 bit OS'>RamDisk &#8211; Using More than 3GB ram on 32 bit OS</a></li>
</ul>
<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><g:plusone size="medium" count="true" href="http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/"></g:plusone></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><fb:like href="http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/" send="false" layout="button_count" width="100" show_faces="false" action="like" font=""></fb:like></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a name="twitter_share" data-count="horizontal" href="http://twitter.com/share" data-text="Change Thumbnail Size and Quality in XP" data-url="http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/os/windows-xp/change-thumbnail-size-and-quality/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Registry Hack to Speed Up Your Network</title>
		<link>http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/</link>
		<comments>http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 00:22:15 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Registry Hack]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Slow Network Access]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=32</guid>
		<description><![CDATA[<p>You are tired of getting slow speed on your own Private network? Files present on other system opens very slowly and even it takes a long while to show name of available computers on network. Then you should try this registry hack.</p> <p>This registry hack will not speed up your network access but it can [...]]]></description>
			<content:encoded><![CDATA[<p>You are tired of getting slow speed on your own Private network? Files present on other system opens very slowly and even it takes a long while to show name of available computers on network. Then you should try this registry hack.</p>
<p>This registry hack will not speed up your network access but it can also speed up your Internet Access speed. While using DialUp connection I have seen a boost of about 25% in internet speed where on higher speed connection it goes about 10-20%.</p>
<p><strong>Increasing Network Browsing Speed</strong></p>
<p>When you accessing your other computer on network, You get slow speed because of a special feature on Windows which is showing scheduled task on other computer. By default when you browsing Networked Computer, you cr computer will query and show the task which are scheduled on other computer. This process consumes some time and thus slowing down the process of showing computer and computer shares over the network. If your system is a bit slow you might feel like your system is hanged while it keep querying for these information.</p>
<p><strong>Windows XP: Speeding Disk Access</strong></p>
<p>The solution to this problem is very simple and straight forward, despite problem itself is a bit complex. As Scheduled task information is not useful for anyone unless you are configuring them remotely, you can safely disable this feature to speed up access to remote computers. This will increase the response time As your computer will not wait for information related to Scheduled tasks on remote computer. This can be done by editing registry and deleting related Registry key. To complete the process please follow the steps mentioned below -</p>
<p><span id="more-32"></span></p>
<blockquote>
<ol>
<li>First you have to Open Registry Editor, for that click on the Start button and select Run.</li>
<li>Then type regedit in the text box and click the OK button.</li>
<li>Browse to &#8216;<strong>HKEY_LOCAL_MACHINE\</strong><strong>SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ExplorerKey\NameSpace&#8217;</strong></li>
<li>This key will show all of the features that are enabled when you browse to a remote computer.</li>
<li>In the NameSpace key folder there are two entries. One is &#8220;{2227A280-3AEA-1069-A2DE-08002B30309D}&#8221;  &#8211; this is for showing printer on remote computers. Another one is &#8220;{D6277990-4C6A-11CF-8D87-00AA0060F5BF},&#8221; this fetches information regarding scheduled tasks from remote computer.</li>
<li>Delete second key, Close registry editor and restart your system, and you are done.</li>
</ol>
</blockquote>
<p>Quote:<br />
If you don&#8217;t want to see shared printers on remote computer you can delete the other key mentioned in above steps as well  &#8220;{2227A280-3AEA-1069-A2DE-08002B30309D}&#8221;. This will further increase your browsing speed.</p>
<p>Hope you like this Tip, if yes leave a comment or bookmark us using bookmarking toolbar below.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.pchijack.com/application/guide-to-norton-online-backups/' title='Guide to Norton Online Backups'>Guide to Norton Online Backups</a></li>
<li><a href='http://www.pchijack.com/os/25-windows-xp-hidden-applications/' title='25 Windows XP Hidden Applications'>25 Windows XP Hidden Applications</a></li>
<li><a href='http://www.pchijack.com/os/stay-safe-and-secure-on-your-pc/' title='Stay Safe And Secure On Your PC '>Stay Safe And Secure On Your PC </a></li>
<li><a href='http://www.pchijack.com/os/windows-xp/enable-verbose-show-detailed-information-while-windows-start/' title='Enable Verbose &#8211; Show Detailed Information While Windows Start'>Enable Verbose &#8211; Show Detailed Information While Windows Start</a></li>
<li><a href='http://www.pchijack.com/registry/registry-hack/make-usb-drive-write-protected/' title='Make USB Drive Write Protected'>Make USB Drive Write Protected</a></li>
</ul>
<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><g:plusone size="medium" count="true" href="http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/"></g:plusone></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><fb:like href="http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/" send="false" layout="button_count" width="100" show_faces="false" action="like" font=""></fb:like></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a name="twitter_share" data-count="horizontal" href="http://twitter.com/share" data-text="Registry Hack to Speed Up Your Network" data-url="http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/os/windows-xp/registry-hack-to-speed-up-your-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

