Notepad++ Context Menu
This is a fork of Custom Context Menu edited only for Notepad++ For Windows 11 new context menu

- Context menu on folder will open all files inside
- Multiple files opening from context menu "Multiple file selection"
- If the exe path is empty, context menu command will not be shown
- Open the app
- Set path of notepad++.exe
- Save and reload cache
Clone this repo, build from Visual Studio.
Follow steps from ikas-mc down there.
https://github.com/ikas-mc/ContextMenuForWindows11/wiki
https://github.com/ikas-mc/ContextMenuForWindows11/blob/main/build.md
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extensions#context-menu
https://github.com/MicrosoftDocs/winrt-related/blob/docs/winrt-related-src/schemas/appxpackage/uapmanifestschema/element-desktop5-itemtype.md
https://github.com/microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/winui/shell/appshellintegration/ExplorerCommandVerb
https://github.com/microsoft/AppModelSamples/tree/0f88fe0a8bbb90051f6c126741b881288bb5cabb/Samples/SparsePackages/PhotoStoreContextMenu
https://github.com/microsoft/terminal/tree/fb597ed304ec6eef245405c9652e9b8a029b821f/src/cascadia/ShellExtension
https://github.com/MicrosoftDocs/windows-uwp/blob/docs/hub/apps/desktop/modernize/integrate-packaged-app-with-file-explorer.md
https://docs.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?view=msvc-170