https://bugs.kde.org/show_bug.cgi?id=501807

            Bug ID: 501807
           Summary: Dial phone number with tel:// and Send SMS with sms://
    Classification: Applications
           Product: kdeconnect
           Version: 25.03.80
          Platform: Microsoft Windows
                OS: Microsoft Windows
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: windows-application
          Assignee: piyushaggarwal...@gmail.com
          Reporter: xmh...@gmail.com
  Target Milestone: ---

Created attachment 179608
  --> https://bugs.kde.org/attachment.cgi?id=179608&action=edit
Windows 11 Settings

This feature is available in Microsoft Phone Link app. I want this feature for
KDE Connect.
I finally managed to add this feature through changes in Registry Editor.
I just need you to update KDE Connect installer with the following code:

```reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\tel]
"URL Protocol"=""
@="URL:TEL Protocol"

[HKEY_CURRENT_USER\Software\Classes\sms]
"URL Protocol"=""
@="URL:SMS Protocol"

[HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.tel\DefaultIcon]
@="C:\\Windows\\System32\\imageres.dll,42"

[HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.tel\shell\open\command]
@="\"C:\\Users\\user\\AppData\\Local\\Programs\\KDE
Connect\\bin\\kdeconnect-handler.exe\" %1"

[HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.sms\DefaultIcon]
@="C:\\Windows\\System32\\imageres.dll,42"

[HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.sms\shell\open\command]
@="\"C:\\Users\\user\\AppData\\Local\\Programs\\KDE
Connect\\bin\\kdeconnect-handler.exe\" %1"

[HKEY_CURRENT_USER\Software\KDEConnect\Capabilities]
"ApplicationDescription"="Transfer data between devices"
"ApplicationIcon"="C:\\Windows\\System32\\imageres.dll,42"
"ApplicationName"="KDE Connect"

[HKEY_CURRENT_USER\Software\KDEConnect\Capabilities\URLAssociations]
"tel"="KDEConnectURL.tel"
"sms"="KDEConnectURL.sms"

[HKEY_CURRENT_USER\Software\RegisteredApplications]
"KDEConnect"="Software\\KDEConnect\\Capabilities"

[HKEY_CURRENT_USER\Software\Classes\Applications\kdeconnect-handler.exe]
"FriendlyAppName"="KDE Connect"

[HKEY_CURRENT_USER\Software\Classes\Applications\kdeconnect-handler.exe\DefaultIcon]
@="C:\\Windows\\System32\\imageres.dll,42"
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to