Windows right click context menu items number limit

独自空忆成欢 提交于 2019-12-24 14:32:03

问题


I follow this link from Microsoft to create Windows 10 context menu.

How to Create Cascading Menus with the SubCommands Registry Entry: https://docs.microsoft.com/en-us/windows/desktop/shell/how-to--create-cascading-menus-with-the-subcommands-registry-entry

However, I found if items in the context menu are more than a certain number. Windows only show part of the context menu items.

If I have a structure like this, it will end up showing the submenu1 and submenu2. If you have even more items for each submenu, it will only show submenu1.

My Context Menu

  • Submenu1

    • Items1

    • Items2

    • Items3

    • ...

  • Submenu2

    • Items1

    • Items2

    • Items3

    • ...

  • Submenu3

    • Items1

    • Items2

    • Items3

    • ...

Also found similar questions but no answers for them too:

maximum right click context menu items limit

Can I bypass the 20 Item Limit for Statc Cascading Context Menus in Windows (Registry keys/subkeys)

来源:https://stackoverflow.com/questions/51391151/windows-right-click-context-menu-items-number-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!