Need a reg file to associate FLV files with a specific player

P

Phil Buchman

Hi!

I need a reg file to associate all FLV videos with a specific media
player, so that when I click on the .flv it loads and starts playing in
that specified player.

How do I write that reg file?
 
D

Dave Patrick

No idea about this application (extension) but assoc and ftype commands may
be of use here.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
P

Phil Buchman

Hi Dave,

Your response gave me an idea and I found the answer on the net:



[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.FLV]
"Application"="KMPlayer.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.FLV\OpenWithList]
"a"="KMPlayer.exe"
"MRUList"="a"



Thanks for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top