<?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 edit</title>
	<atom:link href="http://www.ghacks.net/tag/windows-edit/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>How To Change The Edit Application In Windows</title>
		<link>http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/</link>
		<comments>http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 09:47:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[default application]]></category>
		<category><![CDATA[edit application]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[windows edit]]></category>
		<category><![CDATA[windows registry]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/</guid>
		<description><![CDATA[The Edit option pops up in Windows after right-clicking a file type in Windows Explorer. Windows associated one software program that can be used to edit that file type. For image files it is usually Microsoft Paint while text documents are usually opened in Notepad. Those applications are set in the Windows Registry where they [...]]]></description>
			<content:encoded><![CDATA[<p>The Edit option pops up in Windows after right-clicking a file type in Windows Explorer. Windows associated one software program that can be used to edit that file type. For image files it is usually Microsoft Paint while text documents are usually opened in Notepad. Those applications are set in the Windows Registry where they can be changed so that Edit will open a different application. </p>
<p>It is actually pretty easy to change the default edit application in Windows to another one providing you got the location in the Registry to do so. Now, to change the default Edit application open the Windows Registry by pressing [Windows R], typing [regedit] and hitting [enter]. Locate the following Registry key:</p>
<p><span id="more-10397"></span><code>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations</code></p>
<p>In there you find all the different file types and they association. The order is filetype > shell > edit > command. Not every filetype has that chain but the most common ones do. To edit the default text editor in Windows you need to locate the text subkey and follow the path mentioned above until you reach the command key. There should be only one Default entry in there:</p>
<p><code>%SystemRoot%\system32\NOTEPAD.EXE %1</code></p>
<p>To change the program that opens when clicking on the Edit option in the right-click menu simply change the path so that it leads to the application that you want to use, for example</p>
<p><code>"c:\program files\notepad++\notepad++.exe" "%1"</code></p>

	Tags: <a href="http://www.ghacks.net/tag/default-application/" title="default application" rel="tag">default application</a>, <a href="http://www.ghacks.net/tag/edit-application/" title="edit application" rel="tag">edit application</a>, <a href="http://www.ghacks.net/tag/registry/" title="registry" rel="tag">registry</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-edit/" title="windows edit" rel="tag">windows edit</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-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/13/defrag-the-registry-with-regdefrag/" title="Defrag the Registry with Regdefrag (May 13, 2008)">Defrag the Registry with Regdefrag</a> (8)</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/2008/10/21/prevent-windows-registry-from-remembering-last-key-viewed/" title="Prevent Windows Registry from remembering last key viewed (October 21, 2008)">Prevent Windows Registry from remembering last key viewed</a> (3)</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>
	<li><a href="http://www.ghacks.net/2006/07/27/how-to-enhance-your-registry/" title="How to enhance your registry (July 27, 2006)">How to enhance your registry</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
