Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\vlc]
@="VLC Fixed Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\vlc\shell]

[HKEY_CLASSES_ROOT\vlc\shell\open]

[HKEY_CLASSES_ROOT\vlc\shell\open\command]
@="powershell -NoProfile -ExecutionPolicy Bypass -Command \"$u='%1'; $u=$u -replace '^vlc://',''; $u=$u -replace '^http//','http://'; Start-Process 'vlc' -ArgumentList $u\""
