DISQUS

Tech-Recipes: Windows Media Player WMP 11: Command Line Options | Windows | Tech-Recipes

  • EdwardATeller · 1 year ago
    Can I play a playlist and start it in full screen mode? I tried this:

    "C:\Program Files\Windows Media Player/wmplayer.exe" "C:\Users\a\Music\Playlists\All.wpl" /fullscreen

    in a .BAT file, and it doesn't work. Play list starts, but not in full screen mode.
  • R2.G2 · 10 months ago
    Here is your .BAT file:

    c:
    cd \Users\a\Music\Playlists
    "C:\Program Files\Windows Media Player/wmplayer.exe" /Playlist All /fullscreen
  • paulo · 9 months ago
    How to close windows media player in command line ?
  • kumar · 4 months ago
    nircmd.exe win close class "CabinetWClass"