• Login
Community
  • Login

Replace Notepad.exe

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
11 Posts 4 Posters 6.2k 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.
  • M
    Matthew Reed
    last edited by May 17, 2017, 8:17 PM

    I have already run the reg-edit file to replace the default txt editor with notepad++ (replace-notepad-with-npp.reg), but some programs I use often have a direct link to notepad.exe in the windows directory. Plus, I like to type “notepad” on the DOS command line and from batch files.

    I followed some on-line directions to remove notepad.exe from windows, windows\system32 and windows\syswow64. Then I copied notepad++.exe to those locations and renamed it to notepad.exe.

    That does not work. It does not make sense, the file should work. If I run notepad++.exe in the \windows directory, it works, but gives me some errors about SciLexer.DLL missing.

    Is there something in the code that checks the name? Is there any way to do this?

    I have tried making a lnk file - no good.
    Making a batch file - the batch file works good, but this app I use looks for the exe.
    I tried using a batch to exe conversion program, I can’t get Kaspersky to stop deleting the file.
    I finally get Kaspersky to stop deleting it, I get the same result as when I rename notepad++.exe.

    I am just out of luck?

    -Matt

    1 Reply Last reply Reply Quote 1
    • J
      Jim Dailey
      last edited by May 17, 2017, 8:21 PM

      @Matthew-Reed

      Install notepad++ somewhere else on your hard drive (c:\notepad++ will do).

      Change your PATH environment variable: set PATH=c:\notepad++;%PATH%

      Rename Notepad++.exe to notepad.exe

      That should do it.

      1 Reply Last reply Reply Quote 0
      • M
        Matthew Reed
        last edited by Matthew Reed May 17, 2017, 8:48 PM May 17, 2017, 8:46 PM

        Currently notepad++ is installed in C:\Program Files\notepad++ (W10, 64 bit)

        And I have updated the path to that location.

        It seems that renaming the file is what causes the problem.

        Thanks for the suggestion! :)

        To test this I copied notepad++.exe to notepad.exe and kept it in the c:\Program Files\notepad++ directory.

        It will not execute!

        -Matt

        1 Reply Last reply Reply Quote 0
        • M
          Matthew Reed
          last edited by May 17, 2017, 9:25 PM

          ALso, I have been looking at the EXE file to see if perhaps I could change all the “notepad++” strings to just “notepad”.

          And, I found dozens and dozens of funny quotes!

          Like: Kids are like farts… you can only stand yours.

          How do you turn these on?

          -Matt

          C 2 Replies Last reply May 17, 2017, 9:37 PM Reply Quote 0
          • C
            Claudia Frank @Matthew Reed
            last edited by May 17, 2017, 9:37 PM

            @Matthew-Reed

            How do you turn these on?

            type the word random, highlight it and press f1

            Cheers
            Claudia

            S 1 Reply Last reply May 17, 2017, 10:21 PM Reply Quote 1
            • C
              Claudia Frank @Matthew Reed
              last edited by May 17, 2017, 9:47 PM

              @Matthew-Reed

              what about using a hard link instead?

              Cheers
              Claudia

              1 Reply Last reply Reply Quote 1
              • M
                Matthew Reed
                last edited by May 17, 2017, 9:55 PM

                Thanks Claudia!

                Weirder and weirder… If I create a hard-link named “testit.exe” it works. If I make a hard-link named “notepad.exe” it does not.

                This has to be a windows thing. Something in windows is borking it up.

                -Matt

                C 1 Reply Last reply May 17, 2017, 10:04 PM Reply Quote 1
                • C
                  Claudia Frank @Matthew Reed
                  last edited by May 17, 2017, 10:04 PM

                  @Matthew-Reed

                  So I assume that notepad.exe is on the list of “secure” applications.
                  Unfortunately I do not have any windows to play with it .
                  What I would do is to run sysinternals procmon to see what is really going on.
                  Maybe this gives a hint what needs to be done.

                  Cheers
                  Claudia

                  1 Reply Last reply Reply Quote 0
                  • S
                    Scott Sumner @Claudia Frank
                    last edited by May 17, 2017, 10:21 PM

                    @Claudia-Frank

                    type the word random, highlight it and press f1

                    This is supposed to do something?..didn’t for me.

                    C 1 Reply Last reply May 17, 2017, 10:23 PM Reply Quote 0
                    • C
                      Claudia Frank @Scott Sumner
                      last edited by Claudia Frank May 17, 2017, 10:25 PM May 17, 2017, 10:23 PM

                      @Scott-Sumner
                      Hi Scott,

                      yes, it opens a new doc and writes one of the easter eggs into.

                      You did type the word random, didn’t you?

                      Cheers
                      Claudia

                      S 1 Reply Last reply May 18, 2017, 2:41 AM Reply Quote 0
                      • S
                        Scott Sumner @Claudia Frank
                        last edited by May 18, 2017, 2:41 AM

                        @Claudia-Frank

                        Ah, at some point I must have unmapped F1. Looking at a default install, F1 is tied to “About Notepad++”. Activating “About Notepad++” via the mouse (on the ‘?’ menu) (with random highlighted) invokes the Easter Egg functionality, so it appears it is tied to that function rather than only the keystroke.

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