moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.34k stars 113 forks source link

Not Working in All Applications #454

Open Astra060 opened 5 months ago

Astra060 commented 5 months ago

First of all, thank you for the amazing project. The Main problem I have is application which have their own Context Menu Hooks overwrite Shell. Is it possible to ignore these applications hooks and display Shell instead? I saw this behavior in Everything (The Application) and Directory Opus

oscarus commented 5 months ago

Yeah, this would be nice to have. It's kinda jarring to have the context menu the way you want it just see the default context menu mess show up when using other programs. I've tried modifying the exclude.where = !process.is_explorer , but that messes a bit with some programs' custom menus, like everything or wiztree.

The default menu also rears its ugly head when using a program's "open" or "save as" prompts.