View Single Post
  #12 (permalink)  
Old 28th February 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

Better use this to make BSPlayer appear in the rightclick menu. Not in a submenu. Less clicking required. Change the strings where required to match your system.

Code:
REGEDIT4 

[HKEY_CLASSES_ROOT\.wmv] 
@="ZZ_ASF_video" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video] 
@="Advanced Streaming Format video" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\DefaultIcon] 
;; --- change this 
@="D:\\Apps\\Bsplayer\\Bsplayer.exe,0" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell] 
@="bsplayer" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bsplayer] 
@="• BSplayer" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bsplayer\command] 
;; --- change this 
@="D:\\Apps\\Bsplayer\\Bsplayer.exe \"%L\""

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\mplayer2] 
@="• Windows Media" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\mplayer2\command] 
@="mplayer2.exe \"%L\""

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bloatedwmp] 
@="• Windows Media GUI" 

[HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bloatedwmp\command] 
@="wmplayer.exe \"%L\""
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20