<?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</title>
	<atom:link href="http://www.pchijack.com/category/registry/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>Print File List by Right Clicking on Folder</title>
		<link>http://www.pchijack.com/os/windows-xp/print-file-list-by-right-clicking-on-folder/</link>
		<comments>http://www.pchijack.com/os/windows-xp/print-file-list-by-right-clicking-on-folder/#comments</comments>
		<pubDate>Wed, 13 May 2009 08:11:25 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Print directory list]]></category>
		<category><![CDATA[Print Folder COntent]]></category>
		<category><![CDATA[printdir.bat for Vista]]></category>
		<category><![CDATA[Printing directory list in Vista]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=13</guid>
		<description><![CDATA[<p>Have you ever tried printing the content of a directory or file list you have stored in directory? It seems impossible as there is no inbuilt feature of doing that&#8230;</p> <p>Next question is why you want to print directory listing ? Well you might be having lots of MP3 stored there and you want to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried printing the content of a directory or file list you have stored in directory? It seems impossible as there is no inbuilt feature of doing that&#8230;</p>
<p>Next question is why you want to print directory listing ? Well you might be having lots of MP3 stored there and you want to upload the list to internet so that your friend can ask what they need. Or you might want to have a hard copy of your files stored in the directory and most commonly used reason is you want to create a CD label with list of files stored in it&#8230;</p>
<p>Ok So now there are 2-3 different method to do same, we will discuss all of them here..</p>
<p><strong>Method -1 &#8211; Printing form DOS Command prompt-</strong></p>
<p>To print using dos command prompt please follow these steps &#8211;</p>
<p>Start a command prompt (run -&gt; CMD), change to directory for which you want to print the file listing and then type the following command.</p>
<pre>dir &gt; print.txt</pre>
<p>This will creat a directory listing and store the output in a text file called print.txt Once you created the file you can open it any text editor and print the content or alternatively you can directly print from command prompt by using this command -</p>
<pre>print print.txt</pre>
<p>When your print is complete just remove the file.</p>
<p><strong>Method -2 &#8211; Add a menu option in Explorer for printing Directory Listing -<br />
</strong></p>
<p>If you frequently print listing of files you can add a menu option in context menu of Explorer for printing the file list stored in a folder,  to do so by using following steps -</p>
<p>1. Create a batch file called Printdir.bat.  To do so pen Notepad or another text editor and type (or cut and paste) following text:</p>
<p><span id="more-13"></span></p>
<p>@echo off<br />
dir %1 /-p /o:gn &gt; &#8220;%temp%\Listing&#8221;<br />
start /w notepad /p &#8220;%temp%\Listing&#8221;<br />
del &#8220;%temp%\Listing&#8221;<br />
exit</p>
<p>2. Now,  save this file as Printdir.bat&#8221; (without the quotation marks). Move the file to windows directory. To open windows directory simply type %windir% in run prompt.</p>
<p>3. Now fo to  Control Panel,  Open Folder Options.</p>
<p>4. Select the File Types tab, and after that select File Folder.</p>
<p>5. Click on the Advanced button and then click New Button.</p>
<p>6. In the Action box, type &#8220;Print File List&#8221; (or whatever name you want to give).</p>
<p>7. In the Application used to perform box, type &#8220;Printdir.bat&#8221; (without the quotation marks).</p>
<p>8. Click OK to close all open dialog boxes.</p>
<p>9. Now Open Registry editor and Navigate to HKEY CLASSES ROOT\Directory\shell.</p>
<p>10. Right click on &#8220;default&#8221; and select Modify. In the File Data box, type &#8220;none&#8221; (without the quotation marks).</p>
<p>11. Click on OK Button and close the Registry Editor.</p>
<p>These step will add a context menu print File list in right click menu of explorer. Whenever you right click on any folder and select Print file list, a file list will be created in temp directory and printed to your default printer.</p>
<p>ALso this method does not work on WIndows Vista, there is some changes if you using Windows Vista, Please follow these steps in case you are a Vist User &#8211;</p>
<p><script type="text/javascript">// <![CDATA[
            loadTOCNode(3, 'moreinformation');
// ]]&gt;</script></p>
<p>1. Create printdir.bat file and move it to windir as explained above (step 1 &amp; 2) .</p>
<p>2. Now you have to edit the registry instead of adding it in Folder Option. to do so Open Registry Editor and navigate to &#8212; HKEY_CLASSES_ROOT\Directory\shell</p>
<p>3. On the menu, click New, and then click Key. Type Print File List, and then press ENTER.</p>
<p>4. Select Print File List, click New on the Edit menu, and then click Key and Enter a  command for the name of the new subkey, and then press ENTER.</p>
<p>5. Double-click the default entry that is listed in the &#8220;command&#8221; subkey. In the Value data box, type Printdir.bat.</p>
<p>6. Click Ok  and then exit Registry Editor.</p>
<p>And you are done, it will add a context menu in Windows Vista.</p>
<p>We hope that you liked this tip, if yes Leave a comment or Bookmark us. You can also Ask any question using comment form.<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-xp/print-file-list-by-right-clicking-on-folder/"></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/print-file-list-by-right-clicking-on-folder/" 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="Print File List by Right Clicking on Folder" data-url="http://www.pchijack.com/os/windows-xp/print-file-list-by-right-clicking-on-folder/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/os/windows-xp/print-file-list-by-right-clicking-on-folder/feed/</wfw:commentRss>
		<slash:comments>3</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>
	</channel>
</rss>

