• Login
Community
  • Login

how to move notepad++ on another PC

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
4 Posts 3 Posters 17.3k 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.
  • J
    Johnny De Oliveira
    last edited by Apr 4, 2018, 7:38 AM

    Hello,

    I have to move notepad++ on a laptop. I need the nppftp recorded connections. I tried to copy/paste the files in C:\Program Files\Notepad++ but it don’t copy the recorded nppftp connections, I think they are in another folder, but, where ?

    Thanks in advance for your help,

    S 1 Reply Last reply Apr 4, 2018, 12:03 PM Reply Quote 0
    • S
      Scott Sumner @Johnny De Oliveira
      last edited by Apr 4, 2018, 12:03 PM

      @Johnny-De-Oliveira

      If you had done the “portable” install (unzip from one zip or 7z file) whenever you first put Notepad++ on your computer, your recent copy/paste to your laptop would have gotten you all that you seek.

      However, since it appears you actually “installed” Notepad++, your configuration files are separate from the program files. Get a Search programs and files… box in Windows and type %APPDATA% in that box and press Enter. Then look for Roaming\Notepad++ in the Explorer window that opens and it is under this folder that you should find your complete configuration.

      It would probably be best to “install” Notepad++ on your laptop and then copy/paste just the configuration files from the PC over the ones that get installed.

      1 Reply Last reply Reply Quote 1
      • P
        PeterJones
        last edited by Apr 4, 2018, 1:11 PM

        Good advice. Just a caveat:

        Tangent: %AppData% includes Roaming

        (Please forgive the tangent. It has become a pet project of mine to educate on the meaning of %AppData%)

        On standard Windows configurations for Windows Vista, 7, 8, and 10, %AppData% expands to C:\Users\<user name>\AppData\Roaming.

        On older systems (Win 2000, Win XP), the %AppData% variable refers to C:\Documents and Settings\<user name>\Application Data by default.

        On neither older systems nor newer systems do you need to include Roaming after the %AppData%, because the %AppData% variable already includes Roaming in the value.

        Thus trying to make use of %AppData%\Roaming\Notepad++ will expand to C:\Users\<user name>\AppData\Roaming\Roaming\Notepad++. This is not likely where you will find the configuration files.

        When many people write %AppData%\Roaming\Notepad++, they are really attempting to indicate that it’s ...\AppData\Roaming\Notepad++ – they see the \Roaming after the word AppData in the expanded path, so they assume that they can shortcut that to %AppData%\Roaming\Notepad++. However, that will likely not work:

        Imgur:Static

        Imgur:Animation

        If anyone can find a canonical (Microsoft) or semi-canonical (trustworthy Windows help site) that disagrees with my interpretation, or can show me a system with an out-of-the-box configuration where they have to go to a separate Roaming subdirectory after changing to %AppData%, I will publically apologize and stop posting this. But every reference I’ve found matches my above description, and I have never seen a system where typing cd %AppData%\Roaming\Notepad++ at a command prompt, or pasting %AppData%\Roaming\Notepad++ into your Explorer window’s address bar would go to the right place.

        External References:

        • Microsoft Help Page

          %APPDATA%
              Windows XP and Windows 2000	C:\Documents and Settings\<user name>\Application Data
              Windows 10, Windows 8.1, Windows 7, and Windows Vista	C:\Users\<user name>\AppData\Roaming
          
        • SS64’s Environment Variables page

          %APPDATA% => C:\Users\{username}\AppData\Roaming
          
        • http://environmentvariables.org/AppData

        • Wikipedia article

          %AppData%
              * XP => C:\Documents and Settings\{username}\Application Data
              * Vista / 7 / 8 => C:\Users\{username}\AppData\Roaming
          
        1 Reply Last reply Reply Quote 3
        • J
          Johnny De Oliveira
          last edited by Apr 5, 2018, 11:35 AM

          Thank you for your answers, it work fine so.

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