Results 1 to 4 of 4

Thread: removing Play with Windows Media Player menu in Windows 7

  1. #1
    Join Date
    Aug 2013
    Posts
    37

    removing Play with Windows Media Player menu in Windows 7

    I have just reinstalled Windows 7 64bit on my computer. On the Windows Media Player inbuilt application there is an option called "Play with Windows Media Player" when we right click on any songs. I was wondering if this options can be removed. I have already tried to search for a method on how to do this but cannot find any suitable solutions for same? So, if anyone knows how to remove this option from WMP, please let me know about it. Thanks

  2. #2
    Join Date
    Jun 2006
    Posts
    623

    Re: removing Play with Windows Media Player menu in Windows 7

    You need to go into registry editor to do that but the relevant entry differs many times. Theer is one place that has to be removed so that you can disable the context menu entry. Also, this menu entry occurs differently for several types of media files and folders depending on whether it is a video, image or audio file. Lastly, there are also different entries to play the different files in Windows Media Player and to add them to the WMP playlist. One wrong step can lead to problems launching the WMP.

  3. #3
    Join Date
    Jan 2008
    Posts
    644

    Re: removing Play with Windows Media Player menu in Windows 7

    Can you try to create a .reg file with below content and run it. The file will remove both the commands from all media types for both files and folders:

    Code:
    ;Remove "Play with Windows Media Player" context menu entries
    
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Play]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Play]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Enqueue]
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Play]
    Also, before applying the .reg file, it will be good if you can backup the registry before.

  4. #4
    Join Date
    May 2008
    Posts
    678

    Re: removing Play with Windows Media Player menu in Windows 7

    All, you need to do is simply run the below command in Start > Search > CMD and it will unregister the Windows Media Player shell extenstion and remove the Play with Windows Media Player entry:

    regsvr32 /u wmpshell.dll

    If that doesnt work then also try to remove the below registry entry which will get rid of the Shop for Music Online in Audio Directory context menu:
    Code:
    HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPShopMusic

Similar Threads

  1. Replies: 1
    Last Post: 12-04-2012, 06:16 PM
  2. Replies: 3
    Last Post: 28-12-2010, 08:20 PM
  3. Replies: 2
    Last Post: 06-06-2009, 11:39 PM
  4. Replies: 6
    Last Post: 31-03-2009, 02:27 PM
  5. Removing Album Art from Windows Media Player 11
    By Khongordzol in forum Vista Help
    Replies: 1
    Last Post: 12-05-2008, 06:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,717,121.17634 seconds with 17 queries