• Login
Community
  • Login

Notepad text lost? Transfer help

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 3 Posters 2.0k 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.
  • C
    Charlie Samuel
    last edited by Nov 26, 2017, 3:28 AM

    Hello! So I recently reinstalled Windows 7 and I moved my notepad++ to my SSD so it didn’t get deleted… and it did. All of my saved notes are gone. I have a windows.old file but I’m not sure where I could find my old notepads. Can someone please help? Thank you!

    C 1 Reply Last reply Nov 26, 2017, 10:27 PM Reply Quote 0
    • C
      Claudia Frank @Charlie Samuel
      last edited by Claudia Frank Nov 26, 2017, 10:28 PM Nov 26, 2017, 10:27 PM

      @Charlie-Samuel

      I would try to use software like recuva
      in the hope that the new installation hasn’t overwritten the files.

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 0
      • Г
        Гурд Гурд
        last edited by Гурд Гурд Nov 28, 2017, 12:57 AM Nov 28, 2017, 12:54 AM

        press keys Win+R then write\paste
        CMD

        Type in cmd:
        tree c:\ | more

        If your windows.old is not a file but a catalog\folder (I don’t remember), do
        to write file names of c:\windows.old* and its subfolders containing “MICROSOFT”:
        dir c:\windows.old /s /b | find /i “MICROSOFT” >> %USERPROFILE%\DESKTOP\LOSTFILES.txt

        also to output in console all file names in that catalog recursively
        (recursively - i.e. all folder tree)
        for /R c:\windows.old %R in (*) do @ECHO %R

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