Is it possible to configure Notepad++ to stop checking for new versions each time it is run?

Every time Nodepad++ is started a dialog pops with:

An update package is available, do you want to download it?

link|improve this question

70% accept rate
feedback

migrated from stackoverflow.com Apr 20 '10 at 3:55

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 11 down vote accepted

Simply go to:

Settings -> Preferences -> Misc -> and deselect "Enable Notepad++ auto-updater"

link|improve this answer
Thanks! You left out a part, though. The sequence is actually this: Settings -> Preferences -> MISC -> deselect "Enable Notepad++ auto-updater" – Keyslinger Apr 19 '10 at 18:56
2  
This option does not appear to exist in the newest versions of Notepad++. – JamesGecko Aug 19 '10 at 13:38
feedback

You may also be looking to turn off plugin update checking, in which case go to:

Plugins -> Plugin Manager -> Show Plugin Manager -> Settings (bottom left), and deselect "Notify of plugin updates at startup".

link|improve this answer
Thanks - that has bothered me for months! – Robert Aug 1 '10 at 18:56
feedback

While installing the application,

Notepad++ Setup - Choose components Dialog- Select the type of Install - Deselect the Auto-Updater check box.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.