<?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[Win 7: Connect file-extensions with NP 7.9.2]]></title><description><![CDATA[<p dir="auto">Hi<br />
I just installed current version 7.9.2 (German) on my Win 7, and basically it works. I can start and use it, I have “Open with Notepad ++” in my context menu.</p>
<p dir="auto">But I failed to “connect” the file extensions “<em>.vva" and "</em>.re” to Notepad, to be opened with double click.</p>
<ul>
<li>I started NP as Admin</li>
<li>I started Settings - File and activated .log and .txt from “Notepad” and .ini from MS and added .re and .vva with “customize”</li>
<li>I checked the Registry - all extensions are defined as class “Notepad++ _file”, the class has the settings for “command - Open - notepad…”</li>
</ul>
<p dir="auto">But…</p>
<ul>
<li>only INI and TXT and LOG got the right icon and the right description in Explorer filelist</li>
<li>RE and VVA stayed unchanged</li>
<li>also using the contextmenu on RE - Open with … - select application - select from hard drive" fails: I can select NP++, but nothing happens - no sucess, no error</li>
</ul>
<p dir="auto">How to connect the described extensions?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20612/win-7-connect-file-extensions-with-np-7-9-2</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 13:32:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20612.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jan 2021 17:15:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Thu, 21 Jan 2021 17:11:36 GMT]]></title><description><![CDATA[<p dir="auto">99% solved, final resume:</p>
<p dir="auto">As usual, there where different issues, complementing each other - from the software and from me …</p>
<ul>
<li>the current user has no admin-rights, so there is the usual problem of admin versus user</li>
<li>there was the 32bit of NP++ installed; the update to 64bit did not reset all registry-settings of 32bit</li>
<li>I checked the HKLM-settings and thought that this will overwrite the user-settings: my fault, existing user settings stayed alive</li>
<li>there where user settings for “.re” which linked to “re_auto_file” which linked to inactive x86-start-commands</li>
</ul>
<p dir="auto">Now I cleaned up all x86-values to current links, and this enabled the command “Open with … - select Standard application …” again. Now a double-click on .VVA and .RE opens it with NP++</p>
<p dir="auto">The last “1% cosmetic unsolved” for both file types is that the icon in Explorer is smaller than the standard icon and the file-description is not “Notepad++ Document”.</p>
<p dir="auto">Thanks to all posters for advice!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62095</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62095</guid><dc:creator><![CDATA[Pierre de la Verre]]></dc:creator><pubDate>Thu, 21 Jan 2021 17:11:36 GMT</pubDate></item><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Thu, 21 Jan 2021 14:22:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pierre-de-la-verre" aria-label="Profile: Pierre-de-la-Verre">@<bdi>Pierre-de-la-Verre</bdi></a> ,</p>
<p dir="auto">Under normal circumstances, that should be right.</p>
<p dir="auto">You mentioned having tried Explorer’s RightClick contextmenu “Open With” command.  I believe that Windows stores those selections in the <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts</code> hierarchy.  You might want to check the <code>.log</code>, <code>.re</code>, and <code>.vva</code> entries there.  Also, if you have a <code>HKEY_CURRENT_USER\Software\Classes\Applications\notepad++.exe</code> or <code>HKEY_CLASSES_ROOT\Applications\notepad++.exe</code>, make sure those point to where you think they should.  And <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts</code> has value names like <code>Applications\some.exe_.ext</code> – I think that final <code>.ext</code> is showing a mapping from that extension to the application listed to the left; so if there are <code>.log</code> or <code>.re</code> or <code>.vva</code> endings in that list that <em>aren’t</em> mapped to notepad++.exe, you might want to delete them.</p>
<p dir="auto">After any registry changes, you might have to reboot to get those changes to apply.</p>
<p dir="auto">--<br />
<strong>caveat emptor</strong> : change the registry at your own risk; if you are not careful, registry edits can make your computer or your particular login unusable</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62091</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62091</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 21 Jan 2021 14:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Thu, 21 Jan 2021 11:26:42 GMT]]></title><description><![CDATA[<p dir="auto">So, here are the registry lines</p>
<pre><code>Windows Registry Editor Version 5.00

[HKLM\SOFTWARE\Classes\Notepad++_file]
@="Notepad++ Document"

[HKLM\SOFTWARE\Classes\Notepad++_file\DefaultIcon]
@="\"C:\\Program Files\\Notepad++\\notepad++.exe\",0"

[HKLM\SOFTWARE\Classes\Notepad++_file\shell]

[HKLM\SOFTWARE\Classes\Notepad++_file\shell\open]

[HKLM\SOFTWARE\Classes\Notepad++_file\shell\open\command]
@="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\""
</code></pre>
<pre><code>Windows Registry Editor Version 5.00

[HKLM\SOFTWARE\Classes\.log]
@="Notepad++_file"
"Notepad++_backup"="txtfile"
</code></pre>
<pre><code>Windows Registry Editor Version 5.00

[HKLM\SOFTWARE\Classes\.re]
@="Notepad++_file"
</code></pre>
<pre><code>Windows Registry Editor Version 5.00

[HKLM\SOFTWARE\Classes\.vva]
@="Notepad++_file"
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/62087</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62087</guid><dc:creator><![CDATA[Pierre de la Verre]]></dc:creator><pubDate>Thu, 21 Jan 2021 11:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Wed, 20 Jan 2021 14:04:48 GMT]]></title><description><![CDATA[<p dir="auto">As said in first post:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pierre-de-la-verre" aria-label="Profile: Pierre-de-la-Verre">@<bdi>Pierre-de-la-Verre</bdi></a> said in <a href="/post/61981">Win 7: Connect file-extensions with NP 7.9.2</a>:</p>
<blockquote>
<p dir="auto">I can start and use it, I have “Open with Notepad ++” in my context menu.</p>
</blockquote>
<p dir="auto">So I’m just searching for the last 5% of perfect start behaviour …</p>
<p dir="auto">I will post the registry-values when I can reach the PC again.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62056</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62056</guid><dc:creator><![CDATA[Pierre de la Verre]]></dc:creator><pubDate>Wed, 20 Jan 2021 14:04:48 GMT</pubDate></item><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Tue, 19 Jan 2021 14:36:14 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 in <a href="/post/61995">Win 7: Connect file-extensions with NP 7.9.2</a>:</p>
<blockquote>
<p dir="auto">Personally, other than the .txt, I don’t do any special “associations” with Notepad++.  Instead, I add HKEY_CLASSES_ROOT*\shell\Notepad++ entry, with command set to “C:\usr\local\apps\notepad++\notepad++.exe” “%1” (yes, those quote marks are literal characters in the definition) – this way, if I RightClick on any file type, I get an Edit with Notepad++ entry, so I can easily open any file type with Notepad++.</p>
</blockquote>
<p dir="auto">+1<br />
(Yea, don’t even bother with file associations <em>inside</em> N++)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61997</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61997</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 19 Jan 2021 14:36:14 GMT</pubDate></item><item><title><![CDATA[Reply to Win 7: Connect file-extensions with NP 7.9.2 on Tue, 19 Jan 2021 14:09:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pierre-de-la-verre" aria-label="Profile: Pierre-de-la-Verre">@<bdi>Pierre-de-la-Verre</bdi></a> ,</p>
<p dir="auto">Sorry.  It sounds like you’ve followed the right steps.  Did you remember to reboot or at least log out and log back in after making the registry changes?</p>
<p dir="auto">Sometimes Windows fights against changes to file associations – though normally the association problems I’ve heard of have been with Win10, not Win7.</p>
<p dir="auto">I am not sure how to fix your exact problem (I don’t have easy access to Win7).  You might get more help if you share the exact registry contents for your <code>.vva</code> and <code>.re</code> entries, as well as the <code>Notepad++_file</code> entry.  (And maybe show us the <code>.txt</code> or <code>.log</code> entries as well, so we can compare “working” to “not working”)</p>
<p dir="auto">Personally, other than the <code>.txt</code>, I don’t do any special “associations” with Notepad++.  Instead, I add <code>HKEY_CLASSES_ROOT\*\shell\Notepad++</code> entry, with command set to <code>"C:\usr\local\apps\notepad++\notepad++.exe" "%1"</code> (yes, those quote marks are literal characters in the definition) – this way, if I RightClick on <em>any</em> file type, I get an <code>Edit with Notepad++</code> entry, so I can easily open <em>any</em> file type with Notepad++.</p>
<p dir="auto">If I export that <code>HKEY_CLASSES_ROOT\*\shell\Notepad++</code> entry, it shows:</p>
<pre><code>Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Notepad++]
@="Edit With Notepad++"
"Icon"=hex(2):43,00,3a,00,5c,00,75,00,73,00,72,00,5c,00,6c,00,6f,00,63,00,61,\
  00,6c,00,5c,00,61,00,70,00,70,00,73,00,5c,00,6e,00,6f,00,74,00,65,00,70,00,\
  61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,\
  00,2b,00,2e,00,65,00,78,00,65,00,00,00

[HKEY_CLASSES_ROOT\*\shell\Notepad++\command]
@="\"C:\\usr\\local\\apps\\notepad++\\notepad++.exe\" \"%1\""
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/61995</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61995</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 19 Jan 2021 14:09:17 GMT</pubDate></item></channel></rss>