URL Start menu entry missing on Windows 10 although installed

[亡魂溺海] 提交于 2019-12-06 05:36:05

I can reproduce your problem too on Windows 10 (not on Windows 7).

Windows 10 seems to filter identical URLs form the Start menu.

A solution seems to be to make the URLs unique, e.g. by:

[Icons]
Name: {group}\Online documentation; \
    Filename: "https://www.example.com/?uniq={#SetupSetting("AppId")}"

Though note that it's against Windows 10 guidelines to put more than one shortcut per application to the Start Menu. Links to open documentation and similar, should now be contained in the application itself only.

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