<?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[Context menu entry in the potable version of Notepad++]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">Is there any way to have this entry when using the portable version? A setting or…</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20564/context-menu-entry-in-the-potable-version-of-notepad</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 13:20:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20564.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Jan 2021 13:30:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 28 Jul 2023 20:46:34 GMT]]></title><description><![CDATA[<p dir="auto">All the same, I think any feature request for a more system-integrated portable version is better placed with a project that deals exclusively with packaging. <a href="https://github.com/ScoopInstaller/Extras" rel="nofollow ugc">Scoop</a> and <a href="https://github.com/microsoft/winget-pkgs" rel="nofollow ugc">winget</a> are just the first two that come to mind. There’s even a close-sourced project distributing <a href="https://www.hass.de/content/notepad-msi-package-enterprise-deployment-available" rel="nofollow ugc">MSI</a> installers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88204</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88204</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Fri, 28 Jul 2023 20:46:34 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 28 Jul 2023 04:19:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rdipardo" aria-label="Profile: rdipardo">@<bdi>rdipardo</bdi></a> Thanks for the tip, but I don’t have/install that many apps to need a special manager.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88186</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88186</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 28 Jul 2023 04:19:17 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 28 Jul 2023 02:25:40 GMT]]></title><description><![CDATA[<p dir="auto">You may be interested in the <a href="https://scoop.sh" rel="nofollow ugc">Scoop</a> package manager. All software goes into <code>%USERPROFILE%\scoop\apps</code> by default, with support for multiple versions (a shortcut named <code>current</code> always points to the latest version).</p>
<p dir="auto">Many packages come with Registry scripts for more convenient system integration (see the “Notes” field below).</p>
<pre><code class="language-text">&gt; scoop info notepadplusplus


Name        : notepadplusplus
Description : A free source code editor and Notepad replacement that supports several languages.
Version     : 8.5.4
Bucket      : extras
Website     : https://notepad-plus-plus.org
License     : GPL-3.0-or-later
Updated at  : 2023-06-18 12:26:57 PM
Updated by  : github-actions[bot]
Binaries    : notepad++.exe
Shortcuts   : Notepad++
Notes       : Add Notepad++ as a context menu option by running: reg import "&lt;root&gt;\install-context.reg"
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/88185</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88185</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Fri, 28 Jul 2023 02:25:40 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 28 Jul 2023 01:31:09 GMT]]></title><description><![CDATA[<p dir="auto">One thing that confuses me is that most answers on getting this context-menu for Portable-version users require Admin rights. Then why these users still prefer Portable and not Installer version?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a></p>
<blockquote>
<p dir="auto">But I think this should also ship with the portable version.<br />
What do you think, worth opening an FR?</p>
</blockquote>
<p dir="auto">Though that will help, maybe an even better solution is to be shipped with a .reg file or a .dll specifically for users without admin-rights, that they can run to get this functionality easier?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88183</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88183</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 28 Jul 2023 01:31:09 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 27 Jul 2023 00:43:33 GMT]]></title><description><![CDATA[<p dir="auto">For me, the command above (except now it’s not NppShell_01.dll but NppShell.dll) produced error:</p>
<pre><code>The module "NppShell.dll" was loaded but the entry-point DllInstall was not found. 

Make sure that "NppShell.dll is a valid DLL or OCX file and then try again. 
</code></pre>
<p dir="auto">What fixed it was to remove the <code>/i</code> option, and run as <code>regsvr32.exe NppShell.dll</code> , as said at <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13439#issuecomment-1499289606" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13439#issuecomment-1499289606</a>.</p>
<p dir="auto">(windows 32 bit , N++ 8.5.4)</p>
<p dir="auto">Maybe in future they’ll ship the correct dll with the portable version <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13935" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13935</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/88154</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88154</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 27 Jul 2023 00:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Sat, 09 Jan 2021 10:00:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jaanyaar" aria-label="Profile: Jaanyaar">@<bdi>Jaanyaar</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">For the records:</p>
<p dir="auto">When installing the Notepad++ shell extension manually, one has to choose the version of the DLL with the same bitness like the Explorer itself, i.e. the bitness of his Windows installation. Since 32 bit Notepad++ can be installed on both 32 bit and 64 bit Windows, its installer contains two versions of <em>NppShell_06.dll</em>, a 32 bit and a 64 bit version. I guess <a class="plugin-mentions-user plugin-mentions-a" href="/user/jaanyaar" aria-label="Profile: Jaanyaar">@<bdi>Jaanyaar</bdi></a> luckily choose the correct one in his second attempt to install the shell extension.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<blockquote>
<p dir="auto">the error message received is not helpful</p>
</blockquote>
<p dir="auto">Unhelpful and/or uncertain error messages are a well-known feature of Notepad++, aren’t they?  ;-)  Especially I think for <em>Plugins Admin</em> error messages. I even filed an issue regarding that a long time ago - nothing happened.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61552</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61552</guid><dc:creator><![CDATA[dinkumoil]]></dc:creator><pubDate>Sat, 09 Jan 2021 10:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 08 Jan 2021 12:43:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jaanyaar" aria-label="Profile: Jaanyaar">@<bdi>Jaanyaar</bdi></a> said in <a href="/post/61523">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">I did realize what the cause of my error message was. Notepad++ was set to run as Administrator, using the context menu entry in this situation leads to the above error.</p>
</blockquote>
<p dir="auto">This makes sense, although the error message received is not helpful:<br />
Your Explorer is running non-admin.  When it tries to tell an admin-level N++ to run/switch-to N++, N++ says “I can’t do that because you are not important enough”.</p>
<p dir="auto">Good that it is now working for you <a class="plugin-mentions-user plugin-mentions-a" href="/user/jaanyaar" aria-label="Profile: Jaanyaar">@<bdi>Jaanyaar</bdi></a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/61530</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61530</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 08 Jan 2021 12:43:16 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 08 Jan 2021 05:42:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prahladmifour" aria-label="Profile: prahladmifour">@<bdi>prahladmifour</bdi></a> Thanks!</p>
<p dir="auto">I did realize what the cause of my error message was. Notepad++ was set to run as Administrator, using the context menu entry in this situation leads to the above error.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61523</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61523</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Fri, 08 Jan 2021 05:42:21 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Fri, 08 Jan 2021 05:11:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<a class="plugin-mentions-user plugin-mentions-a" href="/user/jaanyaar" aria-label="Profile: Jaanyaar">@<bdi>Jaanyaar</bdi></a><br />
Please follow this information, To Context menu entry in the portable version of Notepad++.<br />
The first thing you’ll want to do is open up regedit.exe through the Start Menu search or run box, and then browse down to the following key: <strong>HKEY_CLASSES_ROOT\Directory\Background\shell</strong><br />
Registry Editor<br />
<img src="/assets/uploads/files/1610082555454-registryeditor.png" alt="registryeditor.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">The screen should look similar to this one if you are in the right place.</p>
<p dir="auto">Next, you’ll want to create a new key underneath the shell key, the name of which is exactly what is going to show up on the desktop menu. Right-click on the “shell” key, and then choose New \ Key from the menu.</p>
<p dir="auto">Give the new key the name that you want to show up on the desktop context menu. For this example, we’ll be using Open with Notepad++.</p>
<p dir="auto">Next, you’ll need to create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad++ key, and then choose New \ Key from the menu.</p>
<p dir="auto">Registry Editor<br />
<img src="/assets/uploads/files/1610082603604-addregistry.png" alt="AddRegistry.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Give this key the name “command” in lowercase.</p>
<p dir="auto">To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly.</p>
<p dir="auto">Now click on “command” on the left side, and then double-click on the (Default) key on the right side to edit the string value.</p>
<p dir="auto">Paste in the full path to the executable that you got from the “Copy as Path” step above, or you can put in the full path yourself if you’d like.</p>
<p dir="auto">And right-clicking on the desktop will produce the new menu item… naturally, using this menu item should launch Notepad++.</p>
<p dir="auto">You can add as many applications to the desktop context menu as you’d like, just repeat the steps with a new menu item name.</p>
<p dir="auto">It is basically the same for other Windows versions too.</p>
<p dir="auto">I hope this information will be useful to you.<br />
Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61522</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61522</guid><dc:creator><![CDATA[prahladmifour]]></dc:creator><pubDate>Fri, 08 Jan 2021 05:11:23 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 16:31:00 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1610037018369-2021-01-07_20-00-01.png" alt="2021-01-07_20-00-01.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Although I have the shell entry now, but I can’t open any file with it!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61507</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61507</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Thu, 07 Jan 2021 16:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 15:52:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
Don’t know what wrong was on my side but at last I managed to solve it. Thanks for your time and help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61504</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61504</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Thu, 07 Jan 2021 15:52:57 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 15:21:32 GMT]]></title><description><![CDATA[<p dir="auto">@J4NY4R</p>
<p dir="auto">Are you sure you used an elevated command prompt?<br />
When I open a cmd (using Run as administrator), change to the directory where the NppShell file is located and run the above command, I get a new window asking for the settings.<br />
I set them and it’s done.</p>
<p dir="auto"><img src="/assets/uploads/files/1610032758690-84f61697-883d-48c0-a65d-83cd368a0f03-image.png" alt="84f61697-883d-48c0-a65d-83cd368a0f03-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>Notepad++ v7.9.2   (32-bit)
Build time : Dec 31 2020 - 03:58:36
Path : C:\Portable Programs\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS Name : Windows 10 Enterprise (64-bit) 
OS Version : 2004
OS Build : 19041.388
Current ANSI codepage : 1252
Plugins : mimeTools.dll NppConverter.dll NppExport.dll 
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/61500</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61500</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 15:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 15:02:13 GMT]]></title><description><![CDATA[<p dir="auto">@J4NY4R</p>
<p dir="auto">Ok, give me a few minutes, I will start my virtualbox and try to see what the problem is. It’s the least I can do after pointing you to this solution.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61497</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61497</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 15:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 15:00:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> said in <a href="/post/61493">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">@J4NY4R said in <a href="/post/61491">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">v7.9.2   (32-bit)</p>
</blockquote>
<p dir="auto">Did you use the file from the 32bit installation package or the one from the 64bit package?</p>
</blockquote>
<p dir="auto">32 bit one.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61494</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61494</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Thu, 07 Jan 2021 15:00:26 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:58:58 GMT]]></title><description><![CDATA[<p dir="auto">@J4NY4R said in <a href="/post/61491">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">v7.9.2   (32-bit)</p>
</blockquote>
<p dir="auto">Did you use the file from the 32bit installation package or the one from the 64bit package?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61493</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61493</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:56:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a></p>
<p dir="auto">Notepad++ v7.9.2   (32-bit)<br />
Build time : Dec 31 2020 - 03:58:36<br />
Path : D:\Portable Programs\Notepad++\notepad++.exe<br />
Admin mode : ON<br />
Local Conf mode : ON<br />
OS Name : Windows 10 Enterprise LTSC 2019 (64-bit)<br />
OS Version : 1809<br />
OS Build : 17763.1637<br />
Current ANSI codepage : 1252<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61491</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61491</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:50:23 GMT]]></title><description><![CDATA[<p dir="auto">@J4NY4R said in <a href="/post/61488">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">0x80004005.</p>
</blockquote>
<p dir="auto">Can you post the debug-info from npp? Is available from the last menu, the ? menu?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61490</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61490</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:44:51 GMT]]></title><description><![CDATA[<p dir="auto">I found the last version of the .dll “NppShell_06.dll” from the installer package. Tried regsvr32 /i NppShell_06.dll by the CMD Prompt (Adminstrator) but encountered an error:</p>
<p dir="auto">The module “NppShell_06.dll” was loaded but the call to DLLRegisterServer failed with error code 0x80004005.</p>
<p dir="auto">Any hint?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61488</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61488</guid><dc:creator><![CDATA[Jaanyaar]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:34:26 GMT]]></title><description><![CDATA[<p dir="auto">But I think this should also ship with the portable version.<br />
What do you think, worth opening an FR?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61486</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61486</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:32:36 GMT]]></title><description><![CDATA[<p dir="auto">If I’m correct, the only way currently is to download an installer package and extract it from there using tools like 7z.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61485</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61485</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:31:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: Michael-Vincent">@<bdi>Michael-Vincent</bdi></a> said in <a href="/post/61482">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">Perhaps where to get ‘NppShell_01.dll’ - it is not available in the portable ZIP download</p>
</blockquote>
<p dir="auto">Where <em>DOES</em> one obtain it?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61484</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61484</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:31:15 GMT</pubDate></item><item><title><![CDATA[Reply to Context menu entry in the potable version of Notepad++ on Thu, 07 Jan 2021 14:20:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-vincent" aria-label="Profile: Michael-Vincent">@<bdi>Michael-Vincent</bdi></a> said in <a href="/post/61482">Context menu entry in the potable version of Notepad++</a>:</p>
<blockquote>
<p dir="auto">Perhaps where to get ‘NppShell_01.dll’ - it is not available in the portable ZIP download the OP references.</p>
</blockquote>
<p dir="auto">That makes sense. I thought it was included, but obviously it is not.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61483</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61483</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 07 Jan 2021 14:20:34 GMT</pubDate></item></channel></rss>