删除文件夹右键菜单“添加到Windows Media Player 列表”和“使用Windows Media Player播放”

  • 删除文件夹(存在图片文件)右键菜单“添加到Windows Media Player 列表”和“使用Windows Media Player播放”

    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play]
    

    删除文件夹右键菜单“添加到Windows Media Player 列表”和“使用Windows Media Player播放”删除文件夹右键菜单“添加到Windows Media Player 列表”和“使用Windows Media Player播放”

  • 恢复以上操作

    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell]
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue]
    @="&Add to Windows Media Player list"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
      6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
      00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
      2c,00,2d,00,39,00,38,00,30,00,30,00,00,00
    "NeverDefault"=""
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue\command]
    "DelegateExecute"="{45597c98-80f6-4549-84ff-752cf55e2d29}"
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play]
    @="&Play with Windows Media Player"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
      6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
      00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
      2c,00,2d,00,39,00,38,00,30,00,31,00,00,00
    "NeverDefault"=""
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play\command]
    "DelegateExecute"="{ed1d0fdf-4414-470a-a56d-cfb68623fc58}"
    
    
    
  • 删除文件夹(存在音乐文件)右键菜单“添加到Windows Media Player 列表”和“使用Windows Media Player播放”

    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play]
    
  • 恢复以上操作

    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell]
    
    
    ;		添加到Windows Media Player 列表
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue]
    @="&Add to Windows Media Player list"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
      6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
      00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
      2c,00,2d,00,39,00,38,00,30,00,30,00,00,00
    "NeverDefault"=""
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue\command]
    "DelegateExecute"="{45597c98-80f6-4549-84ff-752cf55e2d29}"
    
    ;		使用Windows Media Player播放
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play]
    @="&Play with Windows Media Player"
    "MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
      6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
      00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
      2c,00,2d,00,39,00,38,00,30,00,31,00,00,00
    "NeverDefault"=""
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play\command]
    "DelegateExecute"="{ed1d0fdf-4414-470a-a56d-cfb68623fc58}"
    
    
    
上一篇:div实现水平垂直居中


下一篇:机器学习sklearn(65):算法实例(二十二)聚类(五)KMeans (三) 总结