Changing the Location of Notepad++ Configuration Files

Depending on what you selected during the installation, Notepad++ stores its configuration files either in the installation directory or in your user profile. This article describes a simple way of moving your existing configuration to a different location.

Moving the Notepad++ Configuration Files

Moving the Notepad++ configuration is simple but not intuitive. The trick is to make use of the option to store the settings in a cloud (see the screenshot above). This was obviously designed to move the application’s configuration files to the directories of popular cloud sync tools like Dropbox or Google Drive. However, it is not limited to that. You can enter any local or remote file system path (including UNC paths) and Notepad++ will happily move all of its configuration files to the specified location.

Where the Cloud Location is Stored

Notepad++ stores the location of the cloud settings path in a dedicated file located in cloud\choice below the installation directory.

Locating the Notepad++ Settings Directory

If no cloud location is specified (see above), Notepad++ stores its settings files in %AppData%\Notepad++, which resides in the user profile.

The location of the settings files can be moved to the installation directory by creating the file DoLocalConf.xml in the install directory (the one that contains notepad++.exe).

Comments

Related Posts

Obsidian: Getting Started With the Markdown Note-Taking App

Obsidian: Getting Started With the Markdown Note-Taking App
Ever since the original Microsoft OneNote was discontinued I’ve been on the lookout for my ideal note-taking app. Having settled on Markdown as the perfect file format I’ve tried numerous apps and occasionally blogged about the experience. In my quest to find the app that combines a great UX with elegant esthetics, speed and full keyboard control I’ve recently settled on a combination of Typora and Obsidian - none of which are perfect, but both are satisfying tools to use and they even complement each other. This article explains how to get started with Obsidian.
Applications

Latest Posts

Scripted WordPress to Hugo Migration

Scripted WordPress to Hugo Migration
After having published in WordPress for almost 20 years, it was time for a change. This site is now rendered by Hugo, a static website generator built for Markdown content hosted in a Git repository. The migration from WordPress (HTML) to Hugo (Markdown) was far from trivial. Since I couldn’t find any tool for the job, I developed my own set of migration scripts that fully automate the migration process. You can find them on GitHub along with extensive documentation.
Website