How to add to the right-click menu #815

Open
opened 2026-01-30 22:05:20 +00:00 by claunia · 0 comments
Owner

Originally created by @shijunti19 on GitHub (May 8, 2019).

How to add to the right-click menu

This is a necessary function.

Administrator mode must also be supported

For example:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\folder\shell\cmd]
@="CMD"

[HKEY_CLASSES_ROOT\folder\shell\cmd\command]
@="cmd.exe /k cd %1"
Originally created by @shijunti19 on GitHub (May 8, 2019). How to add to the right-click menu This is a necessary function. Administrator mode must also be supported For example: ```cmd Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\folder\shell\cmd] @="CMD" [HKEY_CLASSES_ROOT\folder\shell\cmd\command] @="cmd.exe /k cd %1" ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#815