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

Fixing VS Code UI Unresponsiveness Caused by GitHub Copilot Extension

Fixing VS Code UI Unresponsiveness Caused by GitHub Copilot Extension
This article shows a simple solution to a problem that doesn’t seem to be adequately documented: VS Code UI lags, freezes, and delays caused by the GitHub Copilot extension. Problem: VS Code UI Becoming Slow Having worked on a Python project for a while, I noticed that VS Code’s UI was frequently freezing for seconds at a time. This was happening in various places of the UI: the editor itself but also in the GitHub Copilot Chat window. Copilot also seemed to be taking more and more time getting ready to answer, and the extension-host process would fully saturate one CPU core for long periods of time.
Applications

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