Created
February 8, 2020 17:10
-
-
Save 8q/9afac6903e8800571c9e5c7a96210530 to your computer and use it in GitHub Desktop.
VLCスキーム(Win)
This file contains hidden or 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
set vlcdata=%1 | |
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" "%vlcdata:~7%" |
This file contains hidden or 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 | |
[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