http://rapidshare.de/files/28986383/vlc.reg.html
or
http://www.megaupload.com/?d=X87PBT9Y
It is a simple Windows Registry .REG file. Double click it to associate certain filetypes with VLC. Click YES then OK to confirm adding it to the Registry. It is a simple text file that could be edited with Notepad. Here is the explanation of the contents of the file:
Code: Select all
Windows Registry Editor Version 5.00
Code: Select all
[HKEY_CLASSES_ROOT\vlc media]
@=""
[HKEY_CLASSES_ROOT\vlc media\DefaultIcon]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe,0"
[HKEY_CLASSES_ROOT\vlc media\shell]
@=""
[HKEY_CLASSES_ROOT\vlc media\shell\Open]
@=""
[HKEY_CLASSES_ROOT\vlc media\shell\Open\command]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe %1"
Code: Select all
[HKEY_CLASSES_ROOT\vlc media\shell\Open\command]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe %1"
Code: Select all
[HKEY_CLASSES_ROOT\vlc media\DefaultIcon]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe,0"
A list of entries in this format follow:
Code: Select all
[HKEY_CLASSES_ROOT\.avi]
@="vlc media"
Hope this was usefull. If the Developers would like to use this simple file as a solution and add it to the VLC for Windows - I do not have any objections.