Skip to content

Instantly share code, notes, and snippets.

@8q
Created February 8, 2020 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 8q/9afac6903e8800571c9e5c7a96210530 to your computer and use it in GitHub Desktop.
Save 8q/9afac6903e8800571c9e5c7a96210530 to your computer and use it in GitHub Desktop.
VLCスキーム(Win)
set vlcdata=%1
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" "%vlcdata:~7%"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\vlc]
@="URL:VLC Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\vlc\DefaultIcon]
[HKEY_CLASSES_ROOT\vlc\shell]
[HKEY_CLASSES_ROOT\vlc\shell\open]
[HKEY_CLASSES_ROOT\vlc\shell\open\command]
@="\"C:\\open-vlc.bat\" \"%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment