Community
    • Login

    Notepad ++ double context menu showing after uninstalling

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 3 Posters 580 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.
    • ? Offline
      A Former User
      last edited by

      Like the title says, i got double context entries

      How can i fix this?

      double.png

      Terry RT mpheathM 2 Replies Last reply Reply Quote 0
      • Terry RT Offline
        Terry R @Guest
        last edited by

        @Imiona

        The NPP manual devotes a large section to the right click menu, however it is noted that since Windows 11 it has been problematic to get it exactly right everytime.

        Have a read of this section of the manual. Hopefully it might help you.

        Terry

        ? 1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @Terry R
          last edited by

          @Terry-R

          thats not helpfull, it explains how to add it to the context menu, not how to remove it.

          Terry RT 1 Reply Last reply Reply Quote 0
          • Terry RT Offline
            Terry R @Guest
            last edited by

            @Imiona
            Well then you need to read it again. There’s the reference to unregistering the nppshell.dll, that’s one thing that might help. Then there’s the references to the registry, so you could go looking for those references and remove them if they still exist.

            Terry

            1 Reply Last reply Reply Quote 0
            • mpheathM Offline
              mpheath @Guest
              last edited by mpheath

              The Open With extension is not the Edit with Notepad++ extension. The later is NppShell.

              Open a cmd prompt and enter:

              reg delete "HKCU\Software\Classes\Applications\notepad++.exe"
              

              Press Return key and if no error, then it will prompt to delete the key and reply with yes.

              Open With creates this key and some others. Removing this key removes the orphaned Open With entry of Notepad++.

              Some installers add this key, the Notepad++ installer currently does not add this key so it does not remove it on uninstall.

              The duplicate entry is something else. Try:

              reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ini" /s
              

              and will print information about the entries to discover more details about the entries. You may see something like Applications\other.exe and if another ophaned entry, can use a similar command to remove it:

              reg delete "HKCU\Software\Classes\Applications\other.exe"
              

              Always use care with the registry. Ensure the commands are correct before executing them.

              1 Reply Last reply Reply Quote 3

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors