<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Notepad++ 7.5.9 x32 file association on Win8.1x64 broken]]></title><description><![CDATA[<p dir="auto">This .reg file has worked to open files with notepad++ for many years.</p>
<p dir="auto">It does NOT work with build 7.5.9 x32 when run on Win8.1x64.</p>
<p dir="auto">Build 7.5.9 breaks the passed file path into multiple items.</p>
<p dir="auto">Why is this and how to fix it?</p>
<p dir="auto">Windows Registry Editor Version 5.00</p>
<p dir="auto">[HKEY_CLASSES_ROOT*\shell\Notepad++]<br />
@=“Edit with &amp;Notepad++”<br />
“Icon”=“C:\Portable\- Linked\Notepad++\notepad++.exe,0”</p>
<p dir="auto">[HKEY_CLASSES_ROOT*\shell\Notepad++\Command]<br />
@=“C:\Portable\- Linked\Notepad++\Notepad++.exe %L”</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16516/notepad-7-5-9-x32-file-association-on-win8-1x64-broken</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 01:43:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16516.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Oct 2018 19:39:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Sun, 28 Oct 2018 02:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said:</p>
<blockquote>
<p dir="auto"><code>%L</code> <em>is</em> a valid placeholder</p>
</blockquote>
<p dir="auto">Wow, I’ve never heard this! Thank you for this hint!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35812</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35812</guid><dc:creator><![CDATA[dinkumoil]]></dc:creator><pubDate>Sun, 28 Oct 2018 02:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Sat, 27 Oct 2018 22:47:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dinkumoil" aria-label="Profile: dinkumoil">@<bdi>dinkumoil</bdi></a> ,</p>
<p dir="auto">Actually, for registry associations, <code>%L</code> <em>is</em> a valid placeholder.  It means the long file name.  <a href="https://superuser.com/a/473602" rel="nofollow ugc">This  SO answer</a> lists it, and some of the others.  (At one time, in eons past, there is some evidence that MS documented some of those… but most of the links have disappeared over time.)</p>
<p dir="auto">I just verified it worked by createing a new command for some file type with a command of <code>cmd.exe /K echo "%L"</code>… this correctly opened the cmd window and printed the long file name.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35807</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35807</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 27 Oct 2018 22:47:49 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Sat, 27 Oct 2018 16:26:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredthompsonii" aria-label="Profile: FredThompsonII">@<bdi>FredThompsonII</bdi></a></p>
<p dir="auto">Of course I meant:</p>
<pre><code>@="\"C:\\Portable\\- Linked\\Notepad++\\Notepad++.exe\" \"%1\""
</code></pre>
<p dir="auto"><code>%L</code> is not a valid place holder.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35801</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35801</guid><dc:creator><![CDATA[dinkumoil]]></dc:creator><pubDate>Sat, 27 Oct 2018 16:26:19 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Fri, 26 Oct 2018 18:44:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredthompsonii" aria-label="Profile: FredThompsonII">@<bdi>FredThompsonII</bdi></a></p>
<p dir="auto">Try changing the line</p>
<pre><code>@="C:\Portable\- Linked\Notepad++\Notepad++.exe %L"
</code></pre>
<p dir="auto">to</p>
<pre><code>@="\"C:\\Portable\\- Linked\\Notepad++\\Notepad++.exe\" \"%L\""
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/35778</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35778</guid><dc:creator><![CDATA[dinkumoil]]></dc:creator><pubDate>Fri, 26 Oct 2018 18:44:32 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Fri, 26 Oct 2018 14:02:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fredthompsonii" aria-label="Profile: FredThompsonII">@<bdi>FredThompsonII</bdi></a> I think Win10x64 has the same issue.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35769</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35769</guid><dc:creator><![CDATA[Jeffrey Jodoin]]></dc:creator><pubDate>Fri, 26 Oct 2018 14:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 7.5.9 x32 file association on Win8.1x64 broken on Thu, 25 Oct 2018 20:03:27 GMT]]></title><description><![CDATA[<p dir="auto">Probably one of this changes:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/74d39b1cec6dd0995ce41f3d860539f24cb34a9e" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/74d39b1cec6dd0995ce41f3d860539f24cb34a9e</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f0821d983593a0d3e1afcf5f61b1937c4f16be50" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f0821d983593a0d3e1afcf5f61b1937c4f16be50</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0db302953bb5a5ba3e06591fb721c8474ba9171e" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0db302953bb5a5ba3e06591fb721c8474ba9171e</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/35744</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35744</guid><dc:creator><![CDATA[chcg]]></dc:creator><pubDate>Thu, 25 Oct 2018 20:03:27 GMT</pubDate></item></channel></rss>