How can a file (such as .txt, .ahk) in Windows Explorer be opened quickly with different programs?

I have a * .ahk file on my desktop. Double-click it to run it directly. If you want to edit it with notepadPP, you need to click the right mouse button and select the "Edit with notepadPP" option to open it.

is there any good way, for example, you can hold down ctrl, and double-click the left mouse button to open it with notepadPP.

I can use autohotkey script to achieve this function, but I want to find a more convenient solution. It would be better if it is the native method of windows.


Shortcut, right, property, There seems to be no other way to set the shortcut
native


modeled on the following two articles.
http://wjason.iteye.com/blog/.
https://autohotkey.com/board/.

is implemented with ahk.
Menu