Problem Statement
OneCommander's "Context Menu Exclusion List" can only filter third-party Windows Shell extensions. It cannot intercept or filter OneCommander's own built-in context menu items (such as "Mount folder as new drive letter", etc.), leaving no way to hide these hardcoded options.
Proposed Solution
Extend the Context Menu Exclusion List logic to support filtering OneCommander's internal/native menu actions.
Users should be able to hide any built-in menu item by adding either its internal UI key (e.g., MountFolderAsNewDrive) or its localized UI string to the exclusion list.
Alternatives Considered
No response
Problem Statement
OneCommander's "Context Menu Exclusion List" can only filter third-party Windows Shell extensions. It cannot intercept or filter OneCommander's own built-in context menu items (such as "Mount folder as new drive letter", etc.), leaving no way to hide these hardcoded options.
Proposed Solution
Extend the Context Menu Exclusion List logic to support filtering OneCommander's internal/native menu actions.
Users should be able to hide any built-in menu item by adding either its internal UI key (e.g., MountFolderAsNewDrive) or its localized UI string to the exclusion list.
Alternatives Considered
No response