-
-
Save ChuckMichael/8ea2c2dcdc93f8384839f2e2890a329e to your computer and use it in GitHub Desktop.
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] |
C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\
Oh, thank you very much. I really needed that information, now I will be able to use some icons I need. Thanks again :)
It works, thanks.
C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\
Hi,
Thanks for the Reg key. I just want to know if you found a solution for the icon.
There is a post on 11F about the assets that might be helpful:
https://www.elevenforum.com/t/win-11-ui-icon-font.3722/#post-170147
As I realized, MS use "Segoe Fluent Icon" and "Segoe MDL2 Assets" fonts for some part of Windows UI.
These two links might be helpful, too:
https://nilesoft.org/
https://github.com/M2Team/NanaZip/blob/main/NanaZipShellExtension/NanaZipShellExtension.cpp
@AveYo Well, I only was just curious to know where Windows 11 stores the icons used in the new context menu. 🤔