Volume Icon

D

Den369

Is there a way to ensure that the volume icon gets loaded in the system tray
on startup? For some reason it doesn't load 50% of the time.

Thanks,

Dennis
 
D

Den369

Neither of these helped. I don't receive any error messages and the second
link has been tried and re-tried several times over.
 
M

Mark L. Ferguson

Usually, a failure of some notification icon is a result of something
needing to wait a while after startup to load. There are a number of ways to
address that. My favorite is to launch a script in startup that waits a
while, then toggles the notification (tsr) app.

--startWait.vbs--
set shell=createobject("wscript.shell")
wscript.sleep 3000
shell.run "%windir%/system32/sndvol32"
--end file--

You can close the app any number of ways, depending on your experience
level. You have some tsr grabbing focus during starup that is not allowing
your sound driver to load. You probably need a better sound driver.
 
D

Den369

Thanks for trying to help, I have no idea on how to write a script. You did
give me an idea though. Sometimes on startup my AVG loads and looks for an
update. I will change that so that the program doesn't update automatically.
There is nothing in my startup folder so that might be it?

Thanks again, Dennis
 
G

Gerry

Dennis

I doubt that will solve your problem and it could create another.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
U

Unknown

Don't bet on it!
Gerry said:
Dennis

I doubt that will solve your problem and it could create another.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
D

Den369

Thanks to all that responded. Since I've shut down the auto update for AVG
the sound icon has loaded every single time on boot up and restart! Maybe
that was it? Only time will tell....................

Dennis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top