<?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[How can I open 2nd window of Notepad++ after restart of windows10]]></title><description><![CDATA[<p dir="auto">I was using 2 separate windows of Notepad++. 1st window(primary) of Notepad++ had 10 open tabs and 2nd window(secondary) of Notepad++ had 15 open tabs.<br />
My desktop restarted automatically after some windows 10 patching. After reboot of my desktop, I am clicking on Notepad++ icon to open. I can see only 1st Window(primary) of Notepad++ which had 10 open tabs but not the second.<br />
How can I open 2nd window(secondary) of Notepad++ which had 15 open tabs ?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18110/how-can-i-open-2nd-window-of-notepad-after-restart-of-windows10</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 22:34:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18110.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Aug 2019 12:43:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I open 2nd window of Notepad++ after restart of windows10 on Tue, 20 Aug 2019 13:18:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syed-abdul-zuber" aria-label="Profile: Syed-Abdul-Zuber">@<bdi>Syed-Abdul-Zuber</bdi></a> ,</p>
<blockquote>
<p dir="auto">Alan is right. The solution of @gurikbal-singh did not solve my problem.</p>
</blockquote>
<p dir="auto">Understood.  Did you try what <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> suggested?</p>
<blockquote>
<p dir="auto">If you want to use multiple npp instances with different files you need to store each of them as unique sessions.</p>
</blockquote>
<p dir="auto">In case you are unsure how to do that: in each instance of Notepad++, once you have each set up the way you want, you can do a <strong>File &gt; Save Session</strong>.  When you re-open the multiple Notepad++ instances, in each instance you can go to <strong>File &gt; Load Session</strong> and load the appropriate session for that instance.</p>
<p dir="auto">If you follow the advice in <a href="https://notepad-plus-plus.org/community/topic/17975/feature-request-and-temporary-solution-a-registered-file-type-for-np-session-files/4" rel="nofollow ugc">this post</a>, you can actually set up the file extension <code>.nxml</code> to be a Notepad++ Session file, so you can just use Windows Explorer and double-click on the session file, and it will open your session.  However, you’ll want to change step 9 to <code>(Default)</code> = <code>"%ProgramFiles%\Notepad++\notepad++.exe" -multiInst -openSession "%1" %*</code> (<em>i.e.</em>, add the <code>-multiInst</code> option to the command listed in the other post), so that each <code>.nxml</code> session will open in a separate Notepad++ instance.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46415</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46415</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 20 Aug 2019 13:18:48 GMT</pubDate></item><item><title><![CDATA[Reply to How can I open 2nd window of Notepad++ after restart of windows10 on Tue, 20 Aug 2019 07:22:39 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
Alan is right. The solution of @gurikbal-singh did not solve my problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46406</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46406</guid><dc:creator><![CDATA[Syed Abdul Zuber]]></dc:creator><pubDate>Tue, 20 Aug 2019 07:22:39 GMT</pubDate></item><item><title><![CDATA[Reply to How can I open 2nd window of Notepad++ after restart of windows10 on Mon, 19 Aug 2019 18:01:14 GMT]]></title><description><![CDATA[<p dir="auto">@gurikbal-singh said:</p>
<blockquote>
<p dir="auto">menu item &gt; Run &gt; Open file in another instance (ATL + F6 )</p>
</blockquote>
<p dir="auto">Not helpful in this case.  OP knows this.  OP wants to recover 15 open tabs worth of data (well, I’m pretty sure that is what is being asked).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46398</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46398</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 19 Aug 2019 18:01:14 GMT</pubDate></item><item><title><![CDATA[Reply to How can I open 2nd window of Notepad++ after restart of windows10 on Mon, 19 Aug 2019 17:20:05 GMT]]></title><description><![CDATA[<p dir="auto">menu item &gt; Run &gt; Open file in another instance (ATL + F6 )</p>
<p dir="auto">Notepad++ v7.7.1   (32-bit)<br />
Build time : Jun 16 2019 - 21:14:50<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
OS : Windows 7 (32-bit)<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll NppToolBucket.dll Remove_dup_lines.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46396</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46396</guid><dc:creator><![CDATA[rinku singh]]></dc:creator><pubDate>Mon, 19 Aug 2019 17:20:05 GMT</pubDate></item><item><title><![CDATA[Reply to How can I open 2nd window of Notepad++ after restart of windows10 on Mon, 19 Aug 2019 12:59:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/syed-abdul-zuber" aria-label="Profile: Syed-Abdul-Zuber">@<bdi>Syed-Abdul-Zuber</bdi></a></p>
<p dir="auto">you can’t, as of npp 7.7.1, this isn’t supported.<br />
Session information are written at npp exit and only one instance is supported, so<br />
the last npp window you close will write which files do get recreated on next start.<br />
If you want to use multiple npp instances with different files you need to store each of them as unique sessions.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46384</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46384</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 19 Aug 2019 12:59:57 GMT</pubDate></item></channel></rss>