<?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.6.3 doesnt have launch in chrome&#x2F;IE under run tab]]></title><description><![CDATA[<p dir="auto">Notepad++ 7.6.3 doesnt have launch in chrome/IE under run tab</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17211/notepad-7-6-3-doesnt-have-launch-in-chrome-ie-under-run-tab</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:17:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17211.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Mar 2019 06:23:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ 7.6.3 doesnt have launch in chrome&#x2F;IE under run tab on Fri, 01 Mar 2019 11:21:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vishwas-kamath" aria-label="Profile: Vishwas-Kamath">@<bdi>Vishwas-Kamath</bdi></a></p>
<p dir="auto">yes, you are correct.<br />
the run &gt; launch in [browser name] have been disabled for default installs, due to data security concerns if you e.g. have an infected browser on your pc.<br />
the activation of launch in [browser name] has been made optional.</p>
<p dir="auto">here’s the complete guide from <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> on how to re-enable them, as well as how to additionally implement “Launch in Edge” to your run menu, in case you are using windows 10:</p>
<hr />
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> wrote:</p>
<p dir="auto">The <strong>Run</strong> Menu usually contains the <strong>Launch in Firefox/Chrome/IE/Edge</strong> entries.</p>
<p dir="auto">They are defined in the <code>shortcuts.xml</code> configuration file.  If you have a normally-installed Notepad++, you can edit them at <code>%AppData%\Notepad++\shortcuts.xml</code>; if it’s a portable, or any installation that doesn’t use AppData, it will be in the same directory as <code>notepad++.exe</code> itself.  A caveat for editing that file: exit <em>all</em> instances of Notepad++ (to make sure all settings are saved); then open Notepad++ and edit the <code>shortcuts.xml</code> file, save and exit Notepad++.  The next time you open Notepad++, the changes will have taken effect.</p>
<p dir="auto">Mine has Firefox and Chrome.  <a href="https://notepad-plus-plus.org/community/topic/17083/my-run-mean-does-not-contain-any-launch-in-browser-options/4" rel="nofollow ugc">This post</a> shows one with Firefox, Chrome, and Internet Explorer, and explains that in the most recent versions, those entries are commented out (don’t know why, sorry).  Microsoft Edge behaves differently (because Microsoft), and won’t let you just give the path to the Edge browser executable, so see this post <a href="https://notepad-plus-plus.org/community/topic/17050/add-micrisoft-edge-to-launch-new-html-productions" rel="nofollow ugc">here</a> for how to add <strong>Launch in Edge</strong>.</p>
<p dir="auto">So, combining the advice from both posts:</p>
<pre><code>    &lt;UserDefinedCommands&gt;
        &lt;Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88"&gt;firefox "$(FULL_CURRENT_PATH)"&lt;/Command&gt;
        &lt;Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73"&gt;iexplore "$(FULL_CURRENT_PATH)"&lt;/Command&gt;
        &lt;Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82"&gt;chrome "$(FULL_CURRENT_PATH)"&lt;/Command&gt;...
        &lt;Command name="Launch in Edge" Ctrl="yes" Alt="yes" Shift="yes" Key="69"&gt; shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge $(FULL_CURRENT_PATH)&lt;/Command&gt;
</code></pre>
<p dir="auto">(There may be other entries in the <code>&lt;UserDefinedCommands&gt;</code> section before or after these; I just included the start-tag to tell you where in the file to add the launch-in-browser commands)</p>
<p dir="auto">If you know the full path to another browser that you want to use, you can add another row similar to those, but with</p>
<pre><code>        &lt;Command name="Launch in SuperSecretBrowser" Ctrl="yes" Alt="yes" Shift="yes" Key="0"&gt;&amp;quot;c:\path\to\browser.exe&amp;quot; &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
</code></pre>
<p dir="auto">If you want to change the shortcuts, go to <strong>Run &gt; Modify Shortcut / Delete Command</strong></p>
<hr />
<p dir="auto"><strong>note</strong>: for more details, please visit the original thread <a href="https://notepad-plus-plus.org/community/topic/17160/latest-version-browser-export/2" rel="nofollow ugc">&gt;&gt;&gt; here &lt;&lt;&lt;</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/40500</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/40500</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Fri, 01 Mar 2019 11:21:40 GMT</pubDate></item></channel></rss>