kerol2r20/Windows-terminal-context-menu

Add Context Menu to Drives

xmha97 opened this issue · 1 comments

Hello,
Please Add Context Menu to Drives (like below image)
Windows Explorer

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\WindowsTerminal]
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\WindowsTerminal"
"Icon"="C:\\Users\\Alireza\\AppData\\Local\\WindowsTerminalContextIcons\\terminal.ico"
"MUIVerb"="Open Windows Terminal here"

Adding register at HKEY_CLASSES_ROOT must have administrator permission.
I want this script running as a user scope utils.
For this reason, the function may not be implemented.