Results 1 to 3 of 3

Thread: Default directory of Windows media player

  1. #1
    Join Date
    May 2009
    Posts
    677

    Default directory of Windows media player

    I am a frequent user of Windows media player to view video files. I want the default directory to C: \ temp places. I 've been placed in its folder shortcut on the start menu. However, even if I use the shortcut on the force to use media player menu writer of classical antiquity, when I select file > open file or file >quick, the folder is the folder in My Document. How do I actually place the default Directory for Windows media player ?

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    Re: Default directory of Windows media player

    You can store the last opened directory in windows media player only if you open a file and play it. It is being stored in a registry value named OpenDir.But if you click File - Open dialog the last open folder reset to C: \ Program Files \ Windows Media Player. To open directory to your designated place to place every time you launch Windows Media Player, you can use this manuscript.
    Set WshShell = CreateObject("WScript.Shell")

    StartDir = "F:\Album"

    WshShell.RegWrite _

    "HKCU\Software\Microsoft\MediaPlayer\Player\Settings\OpenDir", StartDir, "REG_SZ"

    WshShell.Run "wmplayer", 1,True

    Set WshShell = Nothing
    Copy the following content to notepad and saving as "wmp.vbs. Double click wmp.vbs for Windows Media Player to launch. You can use VBS in your cover of the Quick Launch for easy access places. "StartDir" is placed at F: \ Album. Change the path accordingly in the manuscript. Thats it !!!

  3. #3
    Join Date
    Apr 2009
    Posts
    488

    Re: Default directory of Windows media player

    Thanks for sharing this useful tip friend. I was also in search of this as even i was not able to set my default directory in Windows Media player. I hope this will work for me as well.

    Thank you ~

Similar Threads

  1. Replies: 4
    Last Post: 05-04-2011, 05:03 AM
  2. Replies: 5
    Last Post: 26-12-2010, 05:53 AM
  3. How to make VLC the default media player for windows 7
    By adorée in forum Windows Software
    Replies: 5
    Last Post: 27-11-2010, 03:20 PM
  4. Replies: 1
    Last Post: 15-07-2008, 04:18 AM
  5. How To Make Windows Media Player My Default Player
    By absolute55 in forum Windows Software
    Replies: 2
    Last Post: 27-03-2006, 10:28 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,713,570,847.00296 seconds with 17 queries