<?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>gHacks technology news &#187; windows registry tips</title>
	<atom:link href="http://www.ghacks.net/tag/windows-registry-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Entry In Right Windows XP Start Menu</title>
		<link>http://www.ghacks.net/2009/02/18/new-entry-in-right-windows-xp-start-menu/</link>
		<comments>http://www.ghacks.net/2009/02/18/new-entry-in-right-windows-xp-start-menu/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:23:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[start-menu]]></category>
		<category><![CDATA[windows registry]]></category>
		<category><![CDATA[windows registry tips]]></category>
		<category><![CDATA[windows start menu]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows xp start menu]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10650</guid>
		<description><![CDATA[The Windows XP Start Menu is divided into two parts. The left part can contain custom links to folders and applications while the right part is more or less static. It points to user folders like My Documents or the Control Panel of the Windows operating system. It is possible to change some of the [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows XP Start Menu is divided into two parts. The left part can contain custom links to folders and applications while the right part is more or less static. It points to user folders like My Documents or the Control Panel of the Windows operating system. It is possible to change some of the folders so that they point to different directories. (see <a href="http://www.ghacks.net/2008/09/13/replace-my-music-and-my-pictures-in-windows-startmenu/">replace my music and my pictures in windows startmenu</a>). There is however a possibility to add a new entry to the right Windows XP start menu. Microsoft reserved space for OEM links in the right location. The following article explains how to add a link to a folder of the operating system to the right Windows XP Start Menu.</p>
<p>Start by opening the Windows Registry with [windows R], typing [regedit] and hitting [enter]. Search for the key:</p>
<p><span id="more-10650"></span><code>HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}</code></p>
<p>Double-click on the <strong>Default</strong> entry in the right window and replace the value with a name of your own. If you want to link to a downloads directory name it <strong>downloads</strong>.</p>
<p>Create a new key by right-clicking and selecting New > Key from the menu. Name the key <strong>DefaultIcon</strong>. Double-click on Default again and enter a path to an icon on the computer system. You can for instance use shell icons. To use the generic folder icon you give the key the following value:</p>
<p><code>%SystemRoot%\system32\SHELL32.dll,-4</code></p>
<p>Click <a href="http://www.glennslayden.com/shell32_icons.htm">here</a> for a full list of possible values.</p>
<p>Open the subkey <strong>Instance\InitPropertyBag</strong>. Right-click and select New > String from the menu and name it <strong>command</strong>. Give the string the same name that you have chosen in the first step. We will name it downloads so that it matches the name that we have selected.</p>
<p>Create two additional strings by right-clicking and selecting New > String. Name the strings <strong>param1</strong> and <strong>param2</strong>. Double-click param1 and give it the value <strong>explorer.exe</strong>. Double-click param2 and enter a path on the computer system, e.g. <strong>c:\downloads\</strong>.</p>
<p>Navigate to the following Registry key:</p>
<p><code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</code></p>
<p>Create or edit the DWORD entry <strong>Start_ShowOEMLink</strong>. Double-click it afterwards and give it the value <strong>1</strong>.</p>
<p>Now restart the computer, log off or kill and restart the explorer.exe process. The new entry in the Windows Start Menu should appear.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/02/windows_start_menu-412x500.jpg" alt="windows start menu" title="windows start menu" width="412" height="500" class="alignnone size-medium wp-image-10651" /></p>

	Tags: <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/start-menu/" title="start-menu" rel="tag">start-menu</a>, <a href="http://www.ghacks.net/tag/windows-registry/" title="windows registry" rel="tag">windows registry</a>, <a href="http://www.ghacks.net/tag/windows-registry-tips/" title="windows registry tips" rel="tag">windows registry tips</a>, <a href="http://www.ghacks.net/tag/windows-start-menu/" title="windows start menu" rel="tag">windows start menu</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-xp-start-menu/" title="windows xp start menu" rel="tag">windows xp start menu</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/11/windows-vista-start-button-for-xp/" title="Windows Vista Start Button For XP (November 11, 2008)">Windows Vista Start Button For XP</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/" title="USB Flash Drive Write Protection (April 3, 2009)">USB Flash Drive Write Protection</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/09/06/remove-shared-documents-and-user-documents-from-my-computer/" title="Remove Shared Documents And User Documents From My Computer (September 6, 2009)">Remove Shared Documents And User Documents From My Computer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/04/prevent-applications-from-stealing-focus/" title="Prevent applications from stealing focus (April 4, 2008)">Prevent applications from stealing focus</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/18/new-entry-in-right-windows-xp-start-menu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
