How to run windows .exe application from javascript

I have a site and windows application and want to run my .exe app from my site when click button. It is possible?

Upvotes: 0

Views: 5521

Answers (1)

David Peer
David Peer

Reputation: 170

check this out:

How to run local program (exe) via Chrome via HTML/javascript

lets take for example zoom app:

this is the windows registry: registry imag you can see the windows registry by typing reg in windows search. there open the "HKEY_CLASSES_ROOT" by clicking the arrow next to it, and then look for "zoommtg", and you will get working example that you can examine!

and this is the zoom webpage to launch the zoom app: zoom webpage

Upvotes: 3

Related Questions