Thanks, made it work, the problem was that i forgot DefaultIcon.
For someone who would like to use it, here is example registry:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\steam]
@="URL:steam protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\steam\DefaultIcon]
@="steam.exe"
[HKEY_CLASSES_ROOT\steam\Shell]
[HKEY_CLASSES_ROOT\steam\Shell\Open]
[HKEY_CLASSES_ROOT\steam\Shell\Open\Command]
@="\"C:\\Program Files\\Steam\\steam.exe\" \"%1\""