<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Path Editor</title>
	<atom:link href="http://www.redfernplace.com/software-projects/patheditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redfernplace.com</link>
	<description>A place to be, a state of mind...</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:20:22 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1433</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1433</guid>
		<description>&lt;a href=&quot;#comment-1432&quot; rel=&quot;nofollow&quot;&gt;@Rob &lt;/a&gt; 
Sorry - meant to say &quot;from REG_EXPAND_SZ to REG_SZ&quot;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1432" rel="nofollow">@Rob </a><br />
Sorry &#8211; meant to say &#8220;from REG_EXPAND_SZ to REG_SZ&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1432</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1432</guid>
		<description>A few suggested fixes:
1. In the registry, Path Editor changes the Type of the PATH key (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Session Manager\Environment) from REG_EXPAND_SZ to REG_EXPAND.

The prevents the Command Prompt (at least in Windows 7) from expanding variables like %SystemRoot%, causing basic Windows programs like NOTEPAD and PING to no longer be found (as it doesn&#039;t parse &quot;SystemRoot\system32;&quot;%SystemRoot;%systemRoot\system32\Wbem&quot; correctly).

2. Path Editor always terminates the PATH with a final &quot;;&quot;.  This is not common practice; I have encountered some other programs that try to add directories to the PATH and always start by adding a &quot;;&quot;.  This results in the PATH containing &quot;;;&quot;, which the Command Prompt does not like (it fails to find any programs in directories after that).  Although I don&#039;t think Path Editor is technically wrong here, it would be more compatible if it omitted the final &quot;;&quot;.</description>
		<content:encoded><![CDATA[<p>A few suggested fixes:<br />
1. In the registry, Path Editor changes the Type of the PATH key (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Session Manager\Environment) from REG_EXPAND_SZ to REG_EXPAND.</p>
<p>The prevents the Command Prompt (at least in Windows 7) from expanding variables like %SystemRoot%, causing basic Windows programs like NOTEPAD and PING to no longer be found (as it doesn&#8217;t parse &#8220;SystemRoot\system32;&#8221;%SystemRoot;%systemRoot\system32\Wbem&#8221; correctly).</p>
<p>2. Path Editor always terminates the PATH with a final &#8220;;&#8221;.  This is not common practice; I have encountered some other programs that try to add directories to the PATH and always start by adding a &#8220;;&#8221;.  This results in the PATH containing &#8220;;;&#8221;, which the Command Prompt does not like (it fails to find any programs in directories after that).  Although I don&#8217;t think Path Editor is technically wrong here, it would be more compatible if it omitted the final &#8220;;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Lewis</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1430</link>
		<dc:creator>Nathan Lewis</dc:creator>
		<pubDate>Sun, 13 Jun 2010 00:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1430</guid>
		<description>Does not work properly on Windows 7.  It changes the PATH in the registry from REG_EXPAND_SZ to REG_SZ and then environment variables won&#039;t expand anymore.</description>
		<content:encoded><![CDATA[<p>Does not work properly on Windows 7.  It changes the PATH in the registry from REG_EXPAND_SZ to REG_SZ and then environment variables won&#8217;t expand anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Tabor</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1420</link>
		<dc:creator>Tim Tabor</dc:creator>
		<pubDate>Sat, 29 May 2010 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1420</guid>
		<description>This looks great, but ...  I downloaded the current msi from the website and installed it and tried to run it.  The cursor flashes and the process silently quits.  I&#039;ve tried re-downloading, re-installing, and rebooting.  Any ideas?</description>
		<content:encoded><![CDATA[<p>This looks great, but &#8230;  I downloaded the current msi from the website and installed it and tried to run it.  The cursor flashes and the process silently quits.  I&#8217;ve tried re-downloading, re-installing, and rebooting.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabio vitale</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1411</link>
		<dc:creator>fabio vitale</dc:creator>
		<pubDate>Thu, 20 May 2010 08:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1411</guid>
		<description>Hi, great work, just downloaded latest 2.0.2.2, but when installed it says still v.2.0.2.1, so I cannot use the useful /C clean switch on command line :-(((</description>
		<content:encoded><![CDATA[<p>Hi, great work, just downloaded latest 2.0.2.2, but when installed it says still v.2.0.2.1, so I cannot use the useful /C clean switch on command line <img src='http://www.redfernplace.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Redfern Place » Path Editor -- Topsy.com</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1405</link>
		<dc:creator>Tweets that mention Redfern Place » Path Editor -- Topsy.com</dc:creator>
		<pubDate>Sat, 15 May 2010 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1405</guid>
		<description>[...] This post was mentioned on Twitter by Jeffrey Pratt. Jeffrey Pratt said: Finally, editing the system path is no longer painful. http://icio.us/lih3qs [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Jeffrey Pratt. Jeffrey Pratt said: Finally, editing the system path is no longer painful. <a href="http://icio.us/lih3qs" rel="nofollow">http://icio.us/lih3qs</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1309</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1309</guid>
		<description>Kevin, Just want to say thanks for the handy tool. One thing that would be nice to see is a backup/restore feature. The reason for this is recently another vendor&#039;s installer for some reason wiped the entire env path and I had to basically readd each entry back which is why I used your tool to help speed up the process.</description>
		<content:encoded><![CDATA[<p>Kevin, Just want to say thanks for the handy tool. One thing that would be nice to see is a backup/restore feature. The reason for this is recently another vendor&#8217;s installer for some reason wiped the entire env path and I had to basically readd each entry back which is why I used your tool to help speed up the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bodo</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1287</link>
		<dc:creator>Bodo</dc:creator>
		<pubDate>Mon, 22 Feb 2010 09:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1287</guid>
		<description>Thanks Kevin, I&#039;ll give this a try. I didn&#039;t find the forced start menu entry as aggravating as Aaron did, mainly because it happened quite rarely with the latest build (I still don&#039;t understand why), but it would be great to have it let me keep my own start menu all the time. Thanks for fixing this.</description>
		<content:encoded><![CDATA[<p>Thanks Kevin, I&#8217;ll give this a try. I didn&#8217;t find the forced start menu entry as aggravating as Aaron did, mainly because it happened quite rarely with the latest build (I still don&#8217;t understand why), but it would be great to have it let me keep my own start menu all the time. Thanks for fixing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1285</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1285</guid>
		<description>Thank you thank you thank you!  Great to see a developer so responsive, especially of a free piece of software.  My computer is much happier.  And I understand this was due to behavior of Visual Studio 2008, not something you built into the program, confirming my suspicion this sort of thing is down to Microsoft practices...  Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you!  Great to see a developer so responsive, especially of a free piece of software.  My computer is much happier.  And I understand this was due to behavior of Visual Studio 2008, not something you built into the program, confirming my suspicion this sort of thing is down to Microsoft practices&#8230;  Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1283</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 01:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1283</guid>
		<description>I just bumped the version to 2.0.2.1 to fix an annoyance where the RegExFolder in the Start Menu could not be moved or renamed without the application recreating the original Start Menu entry the next time it was started.</description>
		<content:encoded><![CDATA[<p>I just bumped the version to 2.0.2.1 to fix an annoyance where the RegExFolder in the Start Menu could not be moved or renamed without the application recreating the original Start Menu entry the next time it was started.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
