45

I change settings a lot. Now, I think I've played with Notepad++ too much. Now how can I reset the settings ?

btw, I don't want to uninstall, then install again. that's not so "superuser"-ish, right?

peterh
  • 2,553
  • 10
  • 31
  • 49
kmonsoor
  • 1,153
  • 3
  • 11
  • 24

7 Answers7

67

The easiest way to reset to defaults would probably be to delete the configuration files. This also means you can back them up if you ever want them back.

Notepad++ uses the follwowing path for settings using a default installation settings:

%APPDATA%\Notepad++

In that directory there are several .xml configuration files. Remove the ones you want to reset and restart Notepad++.

heavyd
  • 62,847
  • 18
  • 155
  • 177
  • This worked great with notepad++ version 6.5.4 – avanderw Jun 30 '14 at 11:47
  • 3
    This is a more useful path: C:\Users\%UserName%\AppData\Roaming\notepad++ – Ed999 May 27 '16 at 15:47
  • Removing the 'config.xml' resets it to default layout. – Abhijeet Oct 09 '20 at 04:43
  • @Ed999 The accepted solution worked perfectl out-of-the-box for me, I don't see what your suggestion adds. – avia Aug 24 '21 at 09:20
  • I expect the suggested solution works well enough for some users, and may even work for version 6.5.4, but to locate the necessary folder using Windows Explorer it's necessary to know the actual location of the folder. And it helps to differentiate the folder from any backup folder the user may have set in 'Options'. – Ed999 Sep 11 '21 at 05:05
12

Go to

C:\Users\Administrator\AppData\Roaming\notepad++

(type your username instead of "Administrator" in the above path)

Delete the file "stylers.xml".

Restart Notepad++

Yogeshwar
  • 121
  • 1
  • 2
2

It is easy to do using the following steps:

  1. Go to settings
  2. Go to style configurator
  3. Then you can see there is an option call select theme.
  4. Select default theme and save it.
  5. Close the notepad and restart.
jonsca
  • 4,077
  • 15
  • 35
  • 47
0

The following worked for me to remove all color styling:

  1. Ctrl-A to select and highlight entire document
  2. Right click
  3. Remove style
  4. Clear all styles
0

Just in case someone has the same issue as me: If you have a Backupfolder set up in Options you have to delete the files mentioned above from that folder!

Felix
  • 1
0

If during installation you decided to don't use %APPDATA%, configuration xml files will be in notepad++ installation directory. This is frequent 4USB installation profile.

Pa Sta
  • 1
-2

just backup config.xml and than erase it to bring defaults back..