How to associate a file extension to a program without making it the default program

后端 未结 5 1917
不思量自难忘°
不思量自难忘° 2021-01-12 06:38

I\'m deploying a small conversion tool on some systems, and want the users to be able to run it from the right click Open with menu. But I don\'t want to change

5条回答
  •  渐次进展
    2021-01-12 07:24

    In the "File Types" Windows Dialog you can click "Advanced" on your file type and there create a custom action tied to your application.

    Possibly you can also find a way to do this in a programmatic manner, or at least create a .REG file with the equivalent registry options.

提交回复
热议问题