Jump to content

JonesDK

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Posts posted by JonesDK

  1. Found another quite simple solution ;)

    And by the way, it WAS already associated to wscript, so I don't know exactly what's wrong. Maybe I need a re-install of windows. Been a long time now.

    The simple solution was to just make a clean playlist and make it read-only. And it seems to work :D

    Thanx all for your suport anyway.

  2. It's nothing like that but thanx anyway. It has to be done on every shutdown. Trying to figure out this scripting thing. So far I've figured I should use this:

    function DeleteFile(filespec)
    {
      var fso;
      fso = new ActiveXObject("Scripting.FileSystemObject");
      fso.DeleteFile(filespec);
    }

    Just seems to be put into content in some way. Can't use the function as it is...

    The file is:

    C:\Program Files\foobar2000\playlists\000000000 - Default.fpl

    - or maybe the entire folder.

    Any help would be appreciated :)

  3. In my search for disabling the pc speaker I came across this key:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Control Panel\Sound]
    "Beep"="No"

    And in that same Key there's one called ExtendedSounds which in my registry is set to 'yes'.

    I've search for ExtendedSounds but only found two threads which didn't explain it in any way. It was just mentioned.

    Let me know if you know -- and of course what it does ;)

    Edit: I actually 'cut' the wire to the speaker 'cause this little trick didn't work. So whatever the ExtendedSounds is -- nevermind.

×
×
  • Create New...