Extras icon indicating copy to clipboard operation
Extras copied to clipboard

[email protected]: No URL Protocol handler for tg://

Open H-Tung opened this issue 3 years ago • 0 comments

Bug Report

Package Name: Telegram

Current Behaviour

No response when open tg:// link in browser as there's no protocol handler.

Possible Solution

I added the registry myself, but unable to write the scripts. Here's the export for .reg.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\tg]
@="URL:tg protocol"
"URL Protocol"=""

[HKEY_CURRENT_USER\SOFTWARE\Classes\tg\DefaultIcon]
@="Telegram.exe"

[HKEY_CURRENT_USER\SOFTWARE\Classes\tg\Shell]

[HKEY_CURRENT_USER\SOFTWARE\Classes\tg\Shell\Open]

[HKEY_CURRENT_USER\SOFTWARE\Classes\tg\Shell\Open\Command]
@="\"$SCOOP\\apps\\telegram\\current\\Telegram.exe\" -- \"%1\""

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 7.2.6

H-Tung avatar Sep 15 '22 05:09 H-Tung