<?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>Computer FAQs &#38; Tips &#187; Windows-Registry</title>
	<atom:link href="http://www.computer-faqs.com/tag/windows-registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-faqs.com</link>
	<description>Answers to your Questions, Tips to enhance your Experience</description>
	<lastBuildDate>Sun, 16 Aug 2009 23:16:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to set ClearType font on Windows XP?</title>
		<link>http://www.computer-faqs.com/2009/01/01/how-to-set-cleartype-font-on-windows-xp/</link>
		<comments>http://www.computer-faqs.com/2009/01/01/how-to-set-cleartype-font-on-windows-xp/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:06:30 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Clear-Type-Font]]></category>
		<category><![CDATA[Registry-Editor]]></category>
		<category><![CDATA[Windows-Registry]]></category>

		<guid isPermaLink="false">http://www.computer-faqs.com/?p=293</guid>
		<description><![CDATA[By default Windows XP does not enable Clear Type Font. You have to set it manually. You can do this one of the two methods Change Desktop Properties Settings Recommended for normal users Edit Windows Registry Recommended for Advanced users Let&#8217;s get start Change Desktop Properties Settings Right Click on your desktop Display Properties Windows [...]]]></description>
			<content:encoded><![CDATA[<p>By default Windows XP does not enable Clear Type Font. You have to set it manually. You can do this one of the two methods</p>
<ol>
<li>Change Desktop Properties Settings<br />
Recommended for normal users</li>
<li>Edit Windows Registry<br />
Recommended for Advanced users</li>
</ol>
<p>Let&#8217;s get start</p>
<h4>Change Desktop Properties Settings</h4>
<ul>
<li>Right Click on your desktop</li>
<li><em>Display Properties Windows</em> appears<br />
<a href="http://www.computer-faqs.com/wp-content/uploads/2008/12/screenshot-setcleartype-01.png" rel="lightbox[293]"><img class="size-thumbnail wp-image-297" title="Screenshot - setcleartype-01" src="http://www.computer-faqs.com/wp-content/uploads/2008/12/screenshot-setcleartype-01-150x167.png" alt="Screenshot - setcleartype-01" width="150" height="167" /></a></li>
<li>Click on <em>Effects</em> button</li>
<li><em>Effects Windows</em> appears<br />
<a href="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-02.png" rel="lightbox[293]"><img class="alignnone size-thumbnail wp-image-336" title="Screenshot-setcleartype-02" src="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-02-150x112.png" alt="Screenshot-setcleartype-02" width="150" height="112" /></a></li>
<li>Select <em>Clear Type</em></li>
<li>Click <em>OK</em> button</li>
<li>Click <em>OK</em> button again on <em>Display Properties Windows</em></li>
</ul>
<p><span id="more-293"></span></p>
<h4>Edit Windows Registry</h4>
<ul>
<li><strong>Enable Clear Type for the Current User </strong>
<ol>
<li>Go to <em>Start &gt; Run</em></li>
<li>Type in <em>Regedit</em> then press Enter</li>
<li><em>Registry Editor</em> windows appears</li>
<li>Go to the following path<br />
<em>HKEY_CURRENT_USERControl PanelDesktop</em></li>
<li>Double click on <em>FontSmoothing </em>(REG_SZ / String Value)<br />
<a href="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-03.png" rel="lightbox[293]"><img class="alignnone size-thumbnail wp-image-337" title="Screenshot-setcleartype-03" src="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-03-150x64.png" alt="Screenshot-setcleartype-03" width="150" height="64" /></a></li>
<li><em>Edit String</em> window appears</li>
<li>Enter<strong> 2</strong> in <em>Value data</em> field</li>
<li>Press OK button</li>
<li>Double Click on <em>FontSmoothingType</em> (REG_DWORD / DWORD Value)<br />
<a href="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-04.png" rel="lightbox[293]"><img class="alignnone size-thumbnail wp-image-338" title="Screenshot-setcleartype-04" src="http://www.computer-faqs.com/wp-content/uploads/2009/01/screenshot-setcleartype-04-150x89.png" alt="Screenshot-setcleartype-04" width="150" height="89" /></a></li>
<li>Enter <strong>2</strong> in <em>Value data</em> field and make sure <em>Hexadecimal</em> base option is selected</li>
<li>Press OK button</li>
<li>Close Registry Editor windows</li>
<li>Restart your Computer</li>
</ol>
<blockquote><p><span style="color: #ff6600;"><strong>NOTE</strong></span>: If <em>FontSmoothing</em> and <em>FontSmoothingType</em> are not exist, you can create them</p>
<ul>
<li>In Registry Editor windows, go to path <em>HKEY_CURRENT_USERControl PanelDesktop</em></li>
<li>From File menu click Edit &gt; New &gt; String Value</li>
<li>&#8220;New Value #1&#8243; is created, rename it to <em>FontSmoothing</em></li>
<li>Follow from Step 5 above</li>
<li>From File menu click Edit &gt; New &gt; DWORD Value</li>
<li>New Value #1 is created, rename it to <em>FontSmoothingType</em></li>
<li>Follow from Step 9 above</li>
</ul>
</blockquote>
</li>
<li><strong>Enable Clear Type for All Users</strong><br />
If you want to apply this setting for all user in your PC, you just need to use different path on Step 4 above. Instead of usin <em>HKEY_USERS/Control Panel/Desktop</em><br />
you will need to use <em>HKEY_USERS/.DEFAULT/Control Panel/Desktop<br />
</em>Then proceed the same steps and reboot your Computer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2009/01/01/how-to-set-cleartype-font-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autorun, should you disable it?</title>
		<link>http://www.computer-faqs.com/2008/05/31/autorun-should-you-disable-or-enable/</link>
		<comments>http://www.computer-faqs.com/2008/05/31/autorun-should-you-disable-or-enable/#comments</comments>
		<pubDate>Fri, 30 May 2008 17:05:00 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Autorun]]></category>
		<category><![CDATA[Windows-Registry]]></category>

		<guid isPermaLink="false">http://compfaqs.acpiwat.com/?p=26</guid>
		<description><![CDATA[Autorun is a mechanism to run the program automatically without any user interactions. It usually used in media such as CD, DVD, USB Disk etc. Whenever a media is successfully attached or inserted to the PC, a tartget program will be executed automatically. Most of you might be familiar with installation media, it usually bring [...]]]></description>
			<content:encoded><![CDATA[<p>Autorun is a mechanism to run the program automatically without any user interactions. It usually used in media such as CD, DVD, USB Disk etc. Whenever a media is successfully attached or inserted to the PC, a tartget program will be executed automatically. Most of you might be familiar with installation media, it usually bring up the welcome screen or the installation wizard as soon as you insert CD or DVD into the drive.</p>
<p>Basically Autorun is there to enable the conenience for user and give more controle to software vendor to bring up what want you to see when you instert/plug the media into your PC.<br />
To find out more about what is Autorun, go to  <a href="http://en.wikipedia.org/wiki/Autorun">http://en.wikipedia.org/wiki/Autorun</a></p>
<p>Now let&#8217;s look at it a bit closer. This feature could expose to a security threat where hacker or virus writer could take advantage of this to execute their file without user even know about it.</p>
<p>Autorun is enabled by default in Microsoft Windows and there&#8217;s no straight forward way to disable it (such as icon in control panel). However this is not the end of the story, it can be disable by editing the windows registry yourself or use a tool like <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">TweakUI PowerToy</a> from Microsoft</p>
<p><span style="font-weight: bold;">Disable autorun by editing registry:</span></p>
<ol>
<li>Click Start</li>
<li>Click Run</li>
<li>Type <span style="font-weight: bold;">regedit</span> then press enter</li>
<li>Go to: <span name="intelliTxt" id="intellitxt"><code>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCdrom</code></span></li>
<li>Double click on <span style="font-weight: bold;">AutoRun</span></li>
<li>You will see a dialog popup with Value Data <span style="font-weight: bold;">1</span>, change to <span style="font-weight: bold;">0</span></li>
</ol>
<p><span style="font-weight: bold;">Disable autorun by using TweakUI PowerToy:</span></p>
<ol>
<li>Open Tweak UI from where you installed it</li>
<li>Go to: My Computer > AutoPlay > Drives</li>
<li><span style="font-weight: bold;">Untick</span> any drive you want to disable Autorun</li>
</ol>
<p>Now you can have a peace of mind when insert/plug any media to your PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2008/05/31/autorun-should-you-disable-or-enable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable balloon notification in windows XP?</title>
		<link>http://www.computer-faqs.com/2007/09/10/how-to-disable-balloon-notification-in/</link>
		<comments>http://www.computer-faqs.com/2007/09/10/how-to-disable-balloon-notification-in/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 20:42:00 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Windows-Registry]]></category>

		<guid isPermaLink="false">http://compfaqs.acpiwat.com/?p=14</guid>
		<description><![CDATA[Sometime you might find it very annoying with windows XP balloon notification, it keep popup every now and then, specially it keep on telling those information that you&#8217;ve already knew. You don&#8217;t leave it with it. Now you want disable it? Instruction below will tell you how to do it. WARNING: If you don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime you might find it very annoying with windows XP balloon notification, it keep popup every now and then, specially it keep on telling those information that you&#8217;ve already knew.<br />
You don&#8217;t leave it with it. Now you want disable it?<br />
Instruction below will tell you how to do it.</p>
<blockquote class="noteimportant"><p><span style="font-size:85%;"><span style="color: #ff0000;">WARNING</span>: If you don&#8217;t know or don&#8217;t have knowledge on windows registry, you&#8217;d better not to mess it. It might give you a serious problem if things goes wrong. If you know what you are doing, please proceed. No responsibility will be taken by this blog and its owner.</span></p></blockquote>
<ol>
<li>Click <span style="font-weight: bold;">Start</span></li>
<li>Click <span style="font-weight: bold;">Run</span></li>
<li>Type <span style="font-family: courier new;">regedit</span></li>
<li>Browse to <span style="font-family: courier new;">HKEY_CURRENT_USERSoftwareMicrosoft<br />
WindowsCurrentVersionExplorerAdvanced</span></li>
<li>Right click on <span style="font-family: courier new;">Advanced</span></li>
<li>Click New &gt; DWORD Value</li>
<li>Change <span style="font-family: courier new;">New Value #1</span> to <span style="font-family: courier new;">EnableBalloonTips</span></li>
<li>Check if the <span style="font-weight: bold;">Value data</span> is set to <span style="font-weight: bold;">0</span>, if not double click on <span style="font-family: courier new;">EnableBalloonTips</span> and enter <span style="font-weight: bold;">0</span> in Value data</li>
</ol>
<p>Next time you restart computer, you won&#8217;t get those annoying bubble anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2007/09/10/how-to-disable-balloon-notification-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
