Media Player in Recent Documents?

Ask a Question related to Windows XP/2000/ME, Design and Development.

  1. #1

    Default Media Player in Recent Documents?

    I've removed RealPlayer from my system and associated the mp3 extension with
    Windows Media Player, but now those files don't appear in My Recent
    Documents. How can I enable that? Thanks.


    cfscare Guest

  2. Similar Questions and Discussions

    1. Windows Media player and flash player conflicting
      Hello, I have a problem with watching streams (television programs) on the internet. I think this is caused by conflicting roles of windows media...
    2. Recent Documents list stopped working
      Ubuntu 5.10 - the recent documents list has always been as bit flaky - now it's sopped working altogether. Does anyone know how to fix this? --...
    3. How include IDD files in My Recent Documents on XP Start Menu?
      ..IDD files (Windows, 2.0) do not show up with other files in the My Recent Documents submenu on the XP Start Menu. Any way to change that? ...
    4. Media Player Help Please...
      Hi, I am trying to create a fully functional media player. I can design the skin but I do not know how to activate or give the buttons their...
    5. Detect Windows Media Player and Divx player
      I haven't used Director in a really long time and have forgotten how to run a detection script. I remember using Buddy API, I think it was baFindApp...
  3. #2

    Default Media Player in Recent Documents?

    >-----Original Message-----
    >I've removed RealPlayer from my system and associated
    the mp3 extension with
    >Windows Media Player, but now those files don't appear
    in My Recent
    >Documents. How can I enable that? Thanks.
    >
    >
    >.
    >They are no longer your "Recent Documents" and have been
    deleted. The documents are still on your HD so don't
    worry. Look in "Search" type the name of the document
    and it will tell you where it is located. Once you find
    it double click it (XP will ask you what program you want
    to use to open it) and it will be back in your "Recent
    Documents".
    Jake Guest

  4. #3

    Default Re: Media Player in Recent Documents?

    > >They are no longer your "Recent Documents" and have been
    > deleted. The documents are still on your HD so don't
    > worry. Look in "Search" type the name of the document
    > and it will tell you where it is located. Once you find
    > it double click it (XP will ask you what program you want
    > to use to open it) and it will be back in your "Recent
    > Documents".
    Thanks. Actually, I've already associated the MP3 extension with Windows
    Media Player, so double-clicking an mp3 does open it in media player. But
    it still doesn't show up in the recent documents list. I can't figure this
    out ...


    cfscare Guest

  5. #4

    Default Re: Media Player in Recent Documents?

    Do the oppisite of this.

    You can exclude files types from being added. So you'll have to go through the registry, with a calculator, and edit each filetype you want excluded one by one. This will likely take a fair few hours.

    I'll give the instructions on how to do one type. Repeat a few hundred times.

    Type regedit in start - run. Navigate to the file you want to exclude. For this we'll do .txt files. So navigate to
    HKEY_CLASSES_ROOT\.txt and read the value of the default value. In this case it's txtfile (most, but not all, use this
    naming convention). So navigate to HKEY_CLASSES_ROOT\txtfile
    Look for a value named editflags or create a value called editflags (it's a dword type). If creating it just set it to 100000 (in hex). If it already exists then read the current value and put it into calculator (in scientific mode and in hex mode) and AND it with 100000. If it's already set to be excluded then it will give the answer of 100000, or if not set it will give an answer of 0 (as txtfile will). If not set to be excluded add (ie +) 100000 to the number that is already there in Editflags (again stay in hex) and put the new number into the editflags value.

    txtfile has a value of 10000 (which means it's allowed to be opened over the internet) so you'll add 100000 to 10000 and get 110000.

    I've included a table below listing all the values. (Note some of these can also be set with named text values for compatability reasons).

    Flag Value Description
    FTA_Exclude 0x00000001 Exclude the file class.
    FTA_Show 0x00000002 Show file classes, such as folders, that aren't associated with a file name extension.
    FTA_HasExtension 0x00000004 The file class has a file name extension.
    FTA_NoEdit 0x00000008 The registry entries associated with this file class cannot be edited. New entries cannot be added and existing entries cannot be modified or deleted.
    FTA_NoRemove 0x00000010 The registry entries associated with this file class cannot be deleted.
    FTA_NoNewVerb 0x00000020 No new verbs can be added to the file class.
    FTA_NoEditVerb 0x00000040 Canonical verbs such as open and print cannot be modified or deleted.
    FTA_NoRemoveVerb 0x00000080 Canonical verbs such as open and print cannot be deleted.
    FTA_NoEditDesc 0x00000100 The description of the file class cannot be modified or deleted.
    FTA_NoEditIcon 0x00000200 The icon assigned to the file class cannot be modified or deleted.
    FTA_NoEditDflt 0x00000400 The default verb cannot be modified.
    FTA_NoEditVerbCmd 0x00000800 The commands associated with verbs cannot be modified.
    FTA_NoEditVerbExe 0x00001000 Verbs cannot be modified or deleted.
    FTA_NoDDE 0x00002000 The DDE-related entries cannot be modified or deleted.
    FTA_NoEditMIME 0x00008000 The content-type and default-extension entries cannot be modified or deleted.
    FTA_OpenIsSafe 0x00010000 The file class's open verb can be safely invoked for downloaded files.
    FTA_AlwaysUnsafe 0x00020000 Do not allow the "Never ask me" check box to be enabled. The user can override this attribute through the File Type dialog box.
    FTA_AlwaysShowExt 0x00040000 Always show the file class's file name extension, even if the user has selected the "Hide Extensions" option.
    FTA_NoRecentDocs 0x00100000 Don't add members of this file class to the Recent Documents folder



    --
    [url]http://www.g2mil.com/Apr2003.htm[/url]
    [url]http://www.sharpword.com/fascism.htm[/url]
    ---------------------------------------------------------------
    David Candy
    [url]http://www.mvps.org/serenitymacros[/url]
    ---------------------------------------------------------------
    "cfscare" <gregross6@unspam.hotmail.com> wrote in message news:nIYNa.238749$jp.6423132@twister.southeast.rr. com...
    > > >They are no longer your "Recent Documents" and have been
    > > deleted. The documents are still on your HD so don't
    > > worry. Look in "Search" type the name of the document
    > > and it will tell you where it is located. Once you find
    > > it double click it (XP will ask you what program you want
    > > to use to open it) and it will be back in your "Recent
    > > Documents".
    >
    > Thanks. Actually, I've already associated the MP3 extension with Windows
    > Media Player, so double-clicking an mp3 does open it in media player. But
    > it still doesn't show up in the recent documents list. I can't figure this
    > out ...
    >
    >
    David Candy Guest

  6. #5

    Default Re: Media Player in Recent Documents?

    Those instructions is how to hide. Presumably if you reverse the steps it will show.

    --
    [url]http://www.g2mil.com/Apr2003.htm[/url]
    [url]http://www.sharpword.com/fascism.htm[/url]
    ---------------------------------------------------------------
    David Candy
    [url]http://www.mvps.org/serenitymacros[/url]
    ---------------------------------------------------------------
    "cfscare" <gregross6@unspam.hotmail.com> wrote in message news:sycOa.180549$nr.8268205@twister.southeast.rr. com...
    > >Do the oppisite of this.
    > >
    > >You can exclude files types from being added. So you'll have to go through
    > the registry, with a calculator, and edit each
    > >filetype you want excluded one by one. This will likely take a fair few
    > hours.
    >
    > I don't understand why ... ? I don't want to exclude any filetypes. I just
    > want mp3 documents to appear on the recent documents list, which stopped
    > happening after I removed RealPlayer. Mp3s are now associated with Windows
    > Media Player, they just don't show up on the list.
    >
    > Are you saying that excluding all other filetypes will cause mp3s to appear
    > on the list somehow?
    >
    >
    David Candy Guest

  7. #6

    Default Save as... where is it? isit still a feature?

    I don't seem to be able to SAVE or SAVE AS any file I'm playing either on VLC or Win Media Player. Is there some fear in the software makers about save? That is one if the the most useful part of any software. Yet these "people" whomever they may be have hidden or removed the SAVE and the SAVE AS from the recent versions of the media players. Maybe I've missed seeing them but I doubt it.
    I will admit seeing SAVE in the Win Media Player but it is usually GRAYED OUT and does not function 99% of the time. Very helpful people, very helpful. Thank you do much. I'd love to find out I'm wrong.
    balonney@yahoo.com
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139