<?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[Make Notepad++ Default Program]]></title><description><![CDATA[<p dir="auto">How do I make notepad ++ the default program in Windows 10?  It doesn’t show up as an option in default programs.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11288/make-notepad-default-program</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 03:56:23 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11288.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Feb 2016 23:38:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Make Notepad++ Default Program on Fri, 28 Oct 2022 07:48:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/musikerv" aria-label="Profile: musikerv">@<bdi>musikerv</bdi></a> Thanks much this is the easy way to make changes.<br />
BTW,  npp = the program itself Notepad++</p>
<p dir="auto">Using the tab Settings and then Preferences</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80949</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80949</guid><dc:creator><![CDATA[Geo R]]></dc:creator><pubDate>Fri, 28 Oct 2022 07:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to Make Notepad++ Default Program on Tue, 07 Nov 2017 09:27:08 GMT]]></title><description><![CDATA[<p dir="auto"><em>For Windows 7 but I think for 10 will be very similar</em><br />
Very easy non-registry method:</p>
<p dir="auto">1.Run Npp as Administrator.<br />
2.Settings-&gt;Preferences-&gt;File Association<br />
3.Choose from ‘Supported extenstions’, e.g. “.txt” and add it to “Registered extensions”.<br />
This gives Notepad++ as an option in windows context menu when clicking “Open with…”-&gt;“Choose default program…”<br />
This was NOT possible before by simple navigation into Npp install folder (cause it was not pre-listed in the proposed applications by Windows)</p>
<ol start="4">
<li>Tataaaan!</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/27909</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27909</guid><dc:creator><![CDATA[musikerv]]></dc:creator><pubDate>Tue, 07 Nov 2017 09:27:08 GMT</pubDate></item><item><title><![CDATA[Reply to Make Notepad++ Default Program on Sun, 28 Feb 2016 14:17:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">Yeah, thanks for your support. It’s very good.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14356</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14356</guid><dc:creator><![CDATA[Công Cà Cuống]]></dc:creator><pubDate>Sun, 28 Feb 2016 14:17:41 GMT</pubDate></item><item><title><![CDATA[Reply to Make Notepad++ Default Program on Sat, 27 Feb 2016 17:18:52 GMT]]></title><description><![CDATA[<p dir="auto">@Công-Cà-Chớn</p>
<p dir="auto">you need to hack the registry. (regedit.exe)</p>
<p dir="auto">Under HKEY_CLASSES_ROOT create a key . (a dot)<br />
under the dot key create a key shell<br />
under shell key create a key open<br />
under open key create a key command<br />
so you should have</p>
<p dir="auto">[HKEY_CLASSES_ROOT.\shell\open\command]</p>
<p dir="auto">doube click the default icon in the right pane and put in the complete path to npp and add %1.<br />
The path to npp should be encased by double quotes so something like</p>
<p dir="auto">“D:\ProgramData\notepad++\notepad++.exe” %1</p>
<p dir="auto">Of course with your installation path.</p>
<p dir="auto">Close regedit, done.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14338</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14338</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 27 Feb 2016 17:18:52 GMT</pubDate></item><item><title><![CDATA[Reply to Make Notepad++ Default Program on Sat, 27 Feb 2016 15:41:56 GMT]]></title><description><![CDATA[<p dir="auto">For .TXT file, it is ok.</p>
<p dir="auto">How can I make NPP as default program to open a no-extension file? Exam: “Makefile” (a special file, containing shell commands, that you create and name makefile, Makefile…)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/14336</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/14336</guid><dc:creator><![CDATA[Công Cà Cuống]]></dc:creator><pubDate>Sat, 27 Feb 2016 15:41:56 GMT</pubDate></item><item><title><![CDATA[Reply to Make Notepad++ Default Program on Fri, 12 Feb 2016 00:22:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/gerald-hanley" aria-label="Profile: Gerald-Hanley">@<bdi>Gerald-Hanley</bdi></a>,</p>
<p dir="auto">what do you mean by default program in windows 10?<br />
Do you mean, open, let’s say txt files with npp always?<br />
If so, right click on the txt file,<br />
-&gt;properties,<br />
-&gt;press change button<br />
-&gt;more apps<br />
-&gt;scroll down<br />
-&gt;look for another app on this pc<br />
-&gt;goto npp install directory and select npp<br />
-&gt;apply<br />
-&gt;ok</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13991</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13991</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 12 Feb 2016 00:22:58 GMT</pubDate></item></channel></rss>