Last active
October 8, 2023 23:56
-
-
Save ChuckMichael/8ea2c2dcdc93f8384839f2e2890a329e to your computer and use it in GitHub Desktop.
***/!\Not needed starting from Notepad++ v8.5.1/!\*** It adds "Edit with Notepad++" option to new context menu under Windows 11. Thanks to @AveYo!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Edit with Notepad++ in Windows 11 contextmenu - by AveYo (https://gist.github.com/AveYo) | |
[-HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
"MuiVerb"="Edit with &Notepad++" | |
"Icon"="C:\\Program Files\\Notepad++\\notepad++.exe,0" | |
"MultiSelectModel"="Player" | |
"NeverDefault"="" | |
"AppliesTo"="NOT .zip" | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\extract\command] | |
@="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%L\"" | |
[-HKEY_CURRENT_USER\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\ANotepad++64] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\ANotepad++64] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These two links might be helpful, too:
https://nilesoft.org/
https://github.com/M2Team/NanaZip/blob/main/NanaZipShellExtension/NanaZipShellExtension.cpp