<?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 to properly migrate&#x2F;clone style settings from 1 PC to many others?]]></title><description><![CDATA[<p dir="auto">I do a lot of AutoHotkey work on Notepad++ and have many specific settings for the Styling. Even after copy/pasting the theme/styles folder, the new PCs don’t follow the same style as my original PC. is there a guide on how to do this properly?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22258/how-to-properly-migrate-clone-style-settings-from-1-pc-to-many-others</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 09:39:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22258.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Dec 2021 02:04:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Wed, 15 Dec 2021 14:33:59 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></p>
<p dir="auto">Yea, what I was trying to get to the bottom of was:  “Is there anything that Notepad++ itself needs that wouldn’t be copied over in your original technique?”</p>
<p dir="auto">The items in your four bullet points would NOT be a concern for that.  If users wanted those things to carryover for the first 3 bullet points, it is on them because it is “data”, not part of N++ that is needed.  The point about plugins is “meh” because if plugin developers choose to hardcode paths, that’s their development choice, and well, the N++ devs and the support people can’t be expected to save them from themselves (nor account for that kind of stuff for all possible plugins when answering a question such as the OP’s).</p>
<blockquote>
<p dir="auto">But I did realize that just copying %AppData%\Notepad++ may miss a couple settings…</p>
</blockquote>
<p dir="auto">Good info.  And another argument for using the portable version.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72126</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72126</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 15 Dec 2021 14:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Wed, 15 Dec 2021 14:18:26 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry-r" aria-label="Profile: terry-r">@<bdi>terry-r</bdi></a> said,<br />
I had considered this and was checking some of the XML (configuration) files within this folder structure. some of them contain path names unique to the resident PC.</p>
</blockquote>
<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> replied,</p>
<blockquote>
<p dir="auto">Can you elaborate on what paths you found?</p>
</blockquote>
<p dir="auto">When I searched my Notepad++ config for path-looking lines, I saw:</p>
<ul>
<li><code>session.xml</code> contains the paths to the files in the current session.  Those, of course, are machine-dependent.  But Notepad++ will silently not open any file in the session that doesn’t exist</li>
<li><code>config.xml</code> contains path names in the recent-file-list and in the search history (the find-in-files <strong>path</strong> field)</li>
<li><code>shortcuts.xml</code> may contain paths in the user-defined-commands; again, it won’t cause problems if they don’t exist (other than those commands won’t run when called)</li>
<li>some of the plugins config files may have paths</li>
</ul>
<p dir="auto">But since the OP wanted a clone of the settings, it doesn’t bother me to be replicating these paths, because cloning necessarily implies copying <em>all</em> the settings.</p>
<p dir="auto">But I did realize that just copying <code>%AppData%\Notepad++</code> may miss a couple settings: the “settings” that are controlled by the <a href="https://npp-user-manual.org/docs/config-files/#other-configuration-files" rel="nofollow ugc">0-byte files in the program-install folder</a>, and the <a href="https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format" rel="nofollow ugc">auto-completion config files in the program-install folder</a>.  So if those have been customized by <a class="plugin-mentions-user plugin-mentions-a" href="/user/automatormaxima" aria-label="Profile: automatorMaxima">@<bdi>automatorMaxima</bdi></a> , those will have to be copied to the new machine as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72124</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72124</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 15 Dec 2021 14:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Wed, 15 Dec 2021 13:16:20 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/72074">How to properly migrate/clone style settings from 1 PC to many others?</a>:</p>
<blockquote>
<p dir="auto">If you really want to copy all your settings from one PC to another, just copy the whole %AppData%\Notepad++ directory hierarchy.</p>
</blockquote>
<p dir="auto">To me, it sounds like Peter’s suggestion would work fine.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry-r" aria-label="Profile: terry-r">@<bdi>terry-r</bdi></a> said in <a href="/post/72082">How to properly migrate/clone style settings from 1 PC to many others?</a>:</p>
<blockquote>
<p dir="auto">I had considered this and was checking some of the XML (configuration) files within this folder structure. some of them contain path names unique to the resident PC.</p>
</blockquote>
<p dir="auto">Can you elaborate on what paths you found?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72120</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72120</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 15 Dec 2021 13:16:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Tue, 14 Dec 2021 23:11:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry-r" aria-label="Profile: terry-r">@<bdi>terry-r</bdi></a> said in <a href="/post/72082">How to properly migrate/clone style settings from 1 PC to many others?</a>:</p>
<blockquote>
<p dir="auto">So there isn’t a formal approach to cloning, this would be a bit of hit and miss with potential for some options to fail, unless the user was prepared to re-check all preferences etc after cloning.</p>
</blockquote>
<p dir="auto">I can vouch for the miss part of this.  I’m attempting to “clone” the 32 bit ‘portable’ setup I use on my Win7 64 bit machine to a Win 8.1 tablet.  Most everything seems to work most of the time, but there are enough intermittent issues that make me question the wisdom of a plain copy.  Note:  It does work well enough that I decided to jump to a Win10 Pro tablet with a decent sized screen as a ‘cloning’ target.  My aging eyes couldn’t handle the too small screen on the Win8.1 mini-tablet.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72111</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72111</guid><dc:creator><![CDATA[artie-finkelstein]]></dc:creator><pubDate>Tue, 14 Dec 2021 23:11:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Mon, 13 Dec 2021 18:49:25 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/72074">How to properly migrate/clone style settings from 1 PC to many others?</a>:</p>
<blockquote>
<p dir="auto">If you really want to copy all your settings from one PC to another, just copy the whole %AppData%\Notepad++ directory hierarchy.</p>
</blockquote>
<p dir="auto">I had considered this and was checking some of the XML (configuration) files within this folder structure. some of them contain path names unique to the resident PC. I wonder how NPP reacts when those pathnames are tried under a different environment that a different PC, likely with different user ID has? And then there is the “cloud” setting to consider.</p>
<p dir="auto">As I see it, the developer has never intended on having a cloning mechanism created. So there isn’t a formal approach to cloning, this would be a bit of hit and miss with potential for some options to fail, unless the user was prepared to re-check all preferences etc after cloning.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72082</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72082</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Mon, 13 Dec 2021 18:49:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to properly migrate&#x2F;clone style settings from 1 PC to many others? on Mon, 13 Dec 2021 14:02:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/automatormaxima" aria-label="Profile: automatormaxima">@<bdi>automatormaxima</bdi></a> ,</p>
<p dir="auto">AutoHotKey styling wouldn’t be in the themes folder or the active stylers.xml.  Since AHK isn’t a built-in lexer, you would find it in the UDL definitions, so that means either the old <code>userDefineLang.xml</code> which has many UDL definitions in one file, or in the <code>userDefineLang\</code> subfolder, which can have a separate file for every UDL.</p>
<p dir="auto">If you really want to copy all your settings from one PC to another, just copy the whole <code>%AppData%\Notepad++</code> directory hierarchy.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72074</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72074</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 13 Dec 2021 14:02:33 GMT</pubDate></item></channel></rss>