Making Media Player Always Show Song Title…

I needed a way of making Windows Media Player 11 always show the current song’s title while in toolbar/mini-player mode. This isn’t an option when it should be, so if you want this done you’ll have to go into it’s registry and add an entry. And I quote…

You [fix] this in v11 by creating REG_DWORD value named “DeskbandFlyoutTimeout” under
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references . If you set it to 0x0, it’ll never show up. If you set it to 0xFFFFFFFF it’ll always show up. Anything in between it’ll show up for that many milliseconds. The normal setting is I believe 3000ms. If that value is not present, the default is used.”

I found this method here… in one of the anonymous comments. I didn’t reference the original forum thread because it is no longer valid.