notepad++: How to reset all the setting to default ones?

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?

6 Answers

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++.

5

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++

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.
2

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

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!

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

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like