The current version of VLC, with Context Menus ticked in the installer, should display a "Play with VLC media player" context menu to when a folder is right clicked in VLC (not for HDDs/DVD-ROM drives though). This works in a the same/similar to the "File >> Open Directory..." dialog box does in VLC. If you do not see that when right-clicking a folder try reinstalling VLC with "Context Menus" ticked and restart Windows.
If you still cannot see "Play with VLC media player" then you could try adding this registry key (**I recommend backing up your registry first just in case**):
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\PlayWithVLC]
@="Play with VLC media player"
[HKEY_CLASSES_ROOT\Folder\shell\PlayWithVLC\command]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe --started-from-file --no-playlist-enqueue \"%1\""
Copy the contents to a text file and save it as e.g. "vlc.reg". Then dobule click the *.reg file and it should ask if you want to add the key to the Registry etc.
Then when you right on any folder (including Hard Drives/CD-ROM drives etc.) you should see "Play with VLC media player". If you want you could replace "@="Play with VLC media player"" with e.g. "@="Open with VLC media player".
The registry entry above will override the "Play with VLC media player" context menu assigned by VLC's NSIS installer since the key is named the same. If you don't want it to override the VLC one just change the key name to e.g. "PlayWithVLC2".
Cheers, Arite