Posts: 1,006
Threads: 330
Joined: Mar 2007
Hi Gintaras,
I know you can actually turn the monitor on and off for a period of time from QM. Is there anyway to mute the computer. I am sending webpage updates to a hidden dialog (user clicks to make appear with web page already updated). I don't want the series of "clicks" that Windows IE makes upon updating web page to be heard by the user (since it is a background update as opposed to a user-generated action, this could be distracting or worrisome for the user).
Thanks,
S
Posts: 12,091
Threads: 142
Joined: Dec 2002
You can turn off the sound in Control Panel -> Sounds -> Sounds -> Windows Explorer -> Start Navigation -> None -> Apply? (and restart IE)
If yes, macro can turn off the sound in registry, with rset. The key is:
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current
Posts: 1,006
Threads: 330
Joined: Mar 2007
Thanks Gintaras, I will look into this. I was thinking more of a temporary mute: e.g. for 10 sec or until web page finished loading.
S
Posts: 12,091
Threads: 142
Joined: Dec 2002
It would mute sound in all applications. On Vista/7 can mute only in QM. In any case, not so easy as with rget/rset.
Posts: 1,006
Threads: 330
Joined: Mar 2007
that's ok to mute all for the few seconds. Is it possible to quickly mute then restore sound a few seconds later with rset....without a reboot?
S
Posts: 12,091
Threads: 142
Joined: Dec 2002
does not work without reboot?
Posts: 1,000
Threads: 253
Joined: Feb 2008
If ok to mute all:
key (VK_VOLUME_MUTE)
2
key (VK_VOLUME_MUTE)
Posts: 1,006
Threads: 330
Joined: Mar 2007
definitely ok to mute all. This was exactly what I was looking for. Sorry Gintaras for not stating more clearly that I didn't need to just mute the browser clicks but a general mute would be ok...and thanks TheVig for helping out!
S
Posts: 1,769
Threads: 410
Joined: Feb 2003
is there a way to turn off the clicking in IE's sound profile? that is, change the sound theme?
Posts: 12,091
Threads: 142
Joined: Dec 2002
Posts: 1,769
Threads: 410
Joined: Feb 2003
I was talking about Themes->Sounds
is that the same thing?
Posts: 12,091
Threads: 142
Joined: Dec 2002
Windows 7 Control Panel -> Personalization?
All sounds of all themes are there in registry.
.current is of current theme.
Posts: 1,271
Threads: 399
Joined: Mar 2003
what about renaming the wave file for short time, so that the system doesn't find it?