Skip to content

Instantly share code, notes, and snippets.

@yuhangch
Created April 26, 2022 14:07
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 yuhangch/b5410e94cf3c9dfe107ad20c5aec16bd to your computer and use it in GitHub Desktop.
Save yuhangch/b5410e94cf3c9dfe107ad20c5aec16bd to your computer and use it in GitHub Desktop.
mpv open directory
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\background\shell\mpv]
@="Play all with mpv"
[HKEY_CLASSES_ROOT\Directory\background\shell\mpv\command]
@="\"C:\\Program Files\\mpv\\mpv.exe\" \"%V\\*\""
[HKEY_CLASSES_ROOT\Directory\shell\mpv]
@="Play all with mpv"
[HKEY_CLASSES_ROOT\Directory\shell\mpv\command]
@="\"C:\\Program Files\\MPV\\mpv.exe\" \"%L\\*\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment