Can I change the timeout for the pop-up (toast) window in the taskbar player?
You can do this in v11 by creating a REG_DWORD value named “DeskbandFlyoutTimeout” under HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences . 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.