question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows Explorer context menu

See original GitHub issue

I would like to be able to use Windows Explorer’s context menu in Files, especially its custom entries, like, in my case : WinRAR, 7-Zip, LockHunter, Beyond Compare, Git Bash, Sublime Text, etc…

The context menu is also stored in Windows Registry.

I found some of my context menu items on my Windows Registry database, but, they’re not located in the same place.

There’s at least these :

HKEY_CLASSES_ROOT\*\shell
HKEY_CLASSES_ROOT\*\shellex
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\Folder\shellex
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex

(Source)

Some way, CCleaner and other software manages to find them all.

Two software that I use, TreeSize and WinSCP, allows to display Windows Explorer’s context menu, TreeSize isn’t open source but WinSCP is : I found the feature in this Delphi file by the ShellDisplayContextMenu function.

I think this approach is different from reading the Registry because it’s the genuine Windows Explorer context menu which is shown, so I guess there’s some way to access it directly.

Unfortunately, I there’s nothing more I can do to help you figure this out.

Good luck

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:11
  • Comments:31 (23 by maintainers)

github_iconTop GitHub Comments

1reaction
BuraChuhadarcommented, Apr 25, 2020

Current progress: https://github.com/duke7553/files-uwp/pull/699 not done yet.

1reaction
KaKi87commented, Apr 7, 2020

Context menu strings are exclusively managed by the software which added itself to it. Indeed, if you change Files’s language, the software’s won’t.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Finding items in the File Explorer context menu
To open the context menu, right-click (or select and hold) on a file or folder in File Explorer . Find common actions. You...
Read more >
How to edit the right-click context menu in Windows 10 File ...
Open File Explorer and right-click any folder to open the context-sensitive menu. Then position ShellMenuView and File Explorer side-by-side ( ...
Read more >
What should I know about Explorer Context menus and QAP?
Target Trigger Menu name Files in Explorer Right‑Click Add File to Quick Access Popup menu Files in Explorer Shift + Right‑Click Add File to Quick...
Read more >
Add, Remove Context Menu items in Windows 11
The Right Click Menu or the Context Menu is the menu, which appears when you right-click on the desktop or a file or...
Read more >
How add context menu item to Windows Explorer for folders
Right click on file · add a new key under shell , naming it as you want to name the context menu item...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found