Created
February 25, 2016 00:05
-
-
Save jimdi/1d1b48c9235e5ada41d3 to your computer and use it in GitHub Desktop.
Per-user Telegram Link mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Per-user Telegram Link mapping | |
[HKEY_CURRENT_USER\Software\Classes\tg] | |
@="URL:Telegram Link" | |
"URL Protocol"="D:\\Prog\\Telegram Desktop\\Telegram.exe" | |
[HKEY_CURRENT_USER\Software\Classes\tg\DefaultIcon] | |
@="D:\\Prog\\Telegram Desktop\\Telegram.exe,1" | |
[HKEY_CURRENT_USER\Software\Classes\tg\shell] | |
[HKEY_CURRENT_USER\Software\Classes\tg\shell\open] | |
[HKEY_CURRENT_USER\Software\Classes\tg\shell\open\command] | |
@="\"D:\\Prog\\Telegram Desktop\\Telegram.exe\" -workdir \"D:\\Prog\\Telegram Desktop\" -- \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
don't forget to replace path D:\Prog\Telegram Desktop\