August 17, 2010

How to add KMPlayer to Autoplay

Problem:
- How to add KMPlayer to Windows 7 Autoplay?
When I insert a dvd disc, windows media player starts the movie but I would like to autostart the movie with KMPlayer.


Solution (Easy):
Press F2 (preferences) > Association/Capture > Association > checked "DVD" checkbox


Solution (Manually):
save below in reg file and run it .. 


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival]
   "KMPLAYERDVDMovieOnArrival"="" 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Explorer\AutoplayHandlers\Handlers\KMPLAYERDVDMovieOnArrival]
   "Action"="Play DVD Movie" 
   "DefaultIcon"="C:\\Program Files\\The KMPlayer\\KMPlayer.exe,0" 
   "InvokeProgID"="KMPlayer.MediaFile" 
   "InvokeVerb"="open" 
   "Provider"="KMPlayer"

References: [link]

No comments: