JS Call exe program method

Source: Internet
Author: User

( implement Web page invoke local application via URL protocol ) 1. Use Notepad (or another text editor) to create a protocal.reg file and write the following

Windows Registry Editor Version5.00[hkey_classes_root\webshell]@="Url:webshell Protocol Handler""URL Protocol"=""[hkey_classes_root\webshell\defaulticon]@="C:\\Program Files (x86) \\Tencent\\WeChat\\WeChat.exe"[Hkey_classes_root\webshell\shell][hkey_classes_root\webshell\shell\open][hkey_classes_root\webshell\shell \open\command]@="\ "C:\\Program Files (x86) \\Tencent\\WeChat\\WeChat.exe\" \ "%1\""

2. Modifying Parameters

After you open a file by using Notepad, follow the instructions to modify the relevant parameters

2.1 Modify the connection name

Modify the name in the red box to customize, all use English characters (the name is called the href), a total of six

2.2 Modifying the path of an executable file

Modify the path of the executable file in the red box, a total of two

Note: Use // split in File path

3. Execute protocal.reg file

4. Create a call connection

The connection address is The name of the link named in step 1, followed by ://hello, (Hello is the pass parameter, can be added arbitrarily)

JS Call exe program method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.