Community
    • Login

    Disable Auto Update checking and update

    Scheduled Pinned Locked Moved General Discussion
    7 Posts 6 Posters 23.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by

      How do I permananananananantly disable all auto updating. I just use it as a text editor. I don’t need any new functions or security because I don’t do anything with it that would ever have a security vulnerability and I don’t use anything fancy. It is just Notepad++ so I don’t have to use Notepad. I never ever want to be notified of any updates to the program, plugins, packages, or anything else not mentioned.

      Alan KilbornA St. P.S 2 Replies Last reply Reply Quote 0
      • PeterJonesP
        PeterJones
        last edited by PeterJones

        If you’re a former user, why are you asking? Are you just trying to complain? [update: I learned sometime after this post that “A Former User” is what the Forum software shows as the username if they delete their account after making a post; so in the less-than-12 minutes between when they posted and I started my reply, they had already deleted their account]

        There’s a setting, Settings > Preferences > MISC > Enable Notepad++ auto-updater which can be turned off. If that’s not sufficient, If that’s not sufficient, go into the install directory, updater subfolder, and delete any executable files you find there. (That might also make Plugins Admin not work for you, but since you seem to not care about such features, that should be okay.)

        1 Reply Last reply Reply Quote 1
        • Alan KilbornA
          Alan Kilborn @A Former User
          last edited by

          OP may be saying that they already have turned off the indicated option and still continue to get notified (i.e. a bug with how the feature works).

          There has been some recent activity on github about it, maybe have a look HERE and maybe HERE.

          Alex De LaraA 1 Reply Last reply Reply Quote 3
          • Alex De LaraA
            Alex De Lara @Alan Kilborn
            last edited by

            @Alan-Kilborn Ah, yes, me too. Thanks for pointing… Mine NPP keeps updating and although I’m a daily user, it annoys the heck out of me that the way next/previous document works has been changed and invalidated my F11/F12 hotkeys I set to quickly move around… I’m not a fan of taking my hands off of the keyboard so I need to disable the updates and preserve my sanity. That’s why.

            PeterJonesP 1 Reply Last reply Reply Quote 0
            • PeterJonesP
              PeterJones @Alex De Lara
              last edited by PeterJones

              @Alex-De-Lara ,

              Please refrain from making the same complaint in multiple locations in the forum (ie, here and in this earlier post), and be patient while post-approval-queues are processed, and people have time to craft a reply.

              update: By posting in this Topic as well, are you just saying “I was able to turn off auto-updates thanks to seeing the “Enable Notepad++ auto-updater” preference mentioned”? or are you saying, “I previously had auto-updates turned off by uncheckmarking that option, but even in a recent version, it ran the auto-updater despite having that option turned off” – because the latter is what this Topic is about… so if you’re really also having problems where the auto-updater didn’t honor your setting, you need to tell us what version you were updating from – maybe you found a bug in the updater option (though it’s doubtful)

              1 Reply Last reply Reply Quote 1
              • St. P.S
                St. P. @A Former User
                last edited by

                hi, i rename in a script the updater directory, after the installation.

                something like that:


                function Rename-Updater {
                    param (
                        [string]$instpath
                    )
                    Write-Log "Updater-Renaming started."
                
                    if (Test-Path "$instpath\updater_old") {
                        Write-Log "Removing old updater folder at: $instpath\updater_DisabledZi"
                        Remove-Item -Path "$instpath\updater_old\*" -Force -Recurse
                        Remove-Item -Path "$instpath\updater_old -Force -Recurse
                    }
                
                    Rename-Item -Path "$instpath\updater" -NewName "updater_old"
                    Write-Log "Updater folder renamed to updater_old"
                

                and then after the installation part in the script:

                # Perform updater renaming
                $instpath= "$env:ProgramFiles\NOTEPA~1"
                Rename-Updater -instpfad $instpath
                Write-Log "Script ended successfully."
                

                —

                moderator added code markdown around text; please don’t forget to use the </> button to mark example text as “code” so that characters don’t get changed by the forum

                mkupperM 1 Reply Last reply Reply Quote 0
                • mkupperM
                  mkupper @St. P.
                  last edited by

                  @St-P It seems safer, easier, and more supported to turn off or disable Enable Notepad++ auto-updater that’s available on the Settings / Preferences / MISC. page.

                  Also, for your script to work on a standard installed copy of Notepad++ you need to be in administrative mode.

                  1 Reply Last reply Reply Quote 1
                  • First post
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors