1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

tweak question

Discussion in 'Windows XP' started by p spino, 2004/04/02.

Thread Status:
Not open for further replies.
  1. 2004/04/02
    p spino

    p spino Inactive Thread Starter

    Joined:
    2002/01/27
    Messages:
    47
    Likes Received:
    0
    hi,i have a prodigy sound card. i created a shortcut on the desktop. when i click on it an icon appears in the system tray by the clock then i have to click on that icon to open it and the only way to close it is to end process in the task manager.my question is. is it possible to make this just open when i click on the shortcut and when i exit have it close without going into the task manager. thank you
     
  2. 2004/04/03
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Sounds like you made a shortcut to the tray application and not the sound applet. Check control panel, there may be an applet there for the sound card, else locate the right program in Program Files directory for the applet and then make a shortcut to it.
     

  3. to hide this advert.

  4. 2004/04/03
    p spino

    p spino Inactive Thread Starter

    Joined:
    2002/01/27
    Messages:
    47
    Likes Received:
    0
    hi tony,the program is not listed in the control panel or in program files. the only place i can find it is in c:/ windows/system. when i click on that the same thing happens. i made the shortcut from there.
     
  5. 2004/04/03
    Zander

    Zander Geek Member Alumni

    Joined:
    2002/01/07
    Messages:
    4,084
    Likes Received:
    5
    Look for sndvol32.exe in your windows\system32 folder and try running it to see if it's what you're after. If so, create a shortcut for it and delete the other one you made.
     
  6. 2004/04/03
    goddez1

    goddez1 Inactive

    Joined:
    2002/01/12
    Messages:
    2,975
    Likes Received:
    49
    To zero in on a more explicit answer, it would help to know exactly what file (ie; *.???) this shortcut is for?

    Right click the shortcut you made and select "Properties "
    Click the shortcut tab
    What is listed as or typed on the the target type-in line
    (we really only need the final file in this line. The one with the (file name).(3 letter extension) example:
    sndvol32.exe
     
    Last edited: 2004/04/03
  7. 2004/04/04
    p spino

    p spino Inactive Thread Starter

    Joined:
    2002/01/27
    Messages:
    47
    Likes Received:
    0
    thanks for the reply's. sorry i took so long to reply back. zander i tried your suggestion. that's for the windows volume control. what i am trying to do is with the sound card control panel. Goddez this is what is listed in the target location of the shortcut.
    C:\WINDOWS\system\Pd71Pan.exe
     
  8. 2004/04/06
    goddez1

    goddez1 Inactive

    Joined:
    2002/01/12
    Messages:
    2,975
    Likes Received:
    49
    This is your "Control Panel" for your sound card. By default it is coded to load and sit in the systray as an icon for your "configuration convenience" or for easy access to other soundcard software components such as recorders or players or "sound scheme special effects" and the like. I don't have your sound card and have no idea what options are controlled or set from this console.

    Many applications are designed to do this. Usually there's an option somewhere within the applet that allows you to enable or disable the automatic system starup load or the default of showing or minimizing to the systray or whether it should collapse to the systray on an exit.

    The fact that you have had to manually make a shortcut to this indicates that at some point you have managed to stop the options to "load on startup" or "show in systray ". Check to see if there is also an additional option you can set that tells this console to "exit on exit" rather than collapse (minimize or exit) to systray ".

    If it doesn't, it may be beyond the scope of what this applet has been written to do. Consequently it is defaulted to sit in the systray. In other words, you may be able to stop this from automatically loading but once it has been loaded it is coded to collapse to the systray. In that case there may be an additional option, if you just right click on the icon while it is sitting in the systray. This may have "exit" listed which should close or unload this bugger from the systray.

    Additonally, you may be able to get a different action or "confirm action dialogue box" between using the "X" in upper right hand corner or using the Menubar "File "> "exit or close" options. Just a thought....

    If not Taskmanager "end task" is the way to do it, as you have been doing.

    ========
    NOTE*I noticed an updated driver which included an newer "Console Panel" while at the support site of Prodigy. If yours is already updated, disregard this. If yours is functioning fine for your purposes, disregard this. I just thought I'd throw this out for an F.Y.I.
     
    Last edited: 2004/04/06
  9. 2004/04/06
    p spino

    p spino Inactive Thread Starter

    Joined:
    2002/01/27
    Messages:
    47
    Likes Received:
    0
    thanks goddez, i kinda figured it was designed that way.and yes i did disable it from the start up. i guess i'll just have to live with it . thanks again.
     
  10. 2004/04/07
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    You could creat a simple command file (.cmd) that when clicked will kill that application. This is a bit faster than using Task manager.

    XP has a commandline action called taskkill. You would have to type something like this in Notepad and save it as anyname.cmd:

    taskkill /f /im notepad.exe

    Change notepad.exe to the name of your program, so if your program is called Pd71Pan.exe, then your .cmd file would look like this:
    taskkill /f /im Pd71Pan.exe - ...but verify the name by checking the Process as it is named in the Task manager window.

    You could also then make a shortcut to this .cmd file and place it in the Quik Launch Toolbar and then 1 click will close your program.

    FYI
    MS Taskkill Reference
     
    Last edited: 2004/04/07
  11. 2004/04/08
    p spino

    p spino Inactive Thread Starter

    Joined:
    2002/01/27
    Messages:
    47
    Likes Received:
    0
    thanks tony.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.