Windows: Changing the name/icon of an application associated with a file type

前端 未结 2 1912
刺人心
刺人心 2021-02-10 01:58

I would like to associate a file type in Windows with a particular application, but I need to make it so when the user opens the \"Open With\" menu, the name and icon of the app

2条回答
  •  春和景丽
    2021-02-10 02:20

    It's slightly complicated, but basically you need to create a ProgID to refer to the application itself, then add a OpenWithProgIDs key to the extension.

    More detail on setting up a ProgID is here.

提交回复
热议问题