Windows 7 lowering volume without my consent
Sometimes when several system sounds play at once, Windows 7 will forcibly lower their volume even though I have disabled automatic volume reduction in Sound -> Communications.
In my case, I have sounds set to play when a program opens or closes. Whenever a UAC prompt appears it often causes the issue because it plays program start, UAC notification, and program stop sounds all at once. I never use any kind of audio communication on my computer so I can only guess this is something else. I have seen this problem occasionally for years, across different hardware. Is there any known tweak/hack for stopping this or any confirmation that it can't be fixed?
I found a way to fix the UAC issue specifically:
- Open the Registry Editor. (See here for information if you don't know how to edit the registry.)
- Open the
HKEY_USERS
key. (Keys have folder icons by them.) - Open the first key in the list and go to
Software\Microsoft\Multimedia\Audio
. TheMultimedia
andAudio
keys probably won't exist so create them by right clicking on the key to place them in and selectingNew
->Key
. - Make sure the
Audio
key is selected and check the right pane to see ifUserDuckingPreference
exists. If not, create it by right clicking in the pane and selectingNew
->DWORD
. - Double-click on
UserDuckingPreference
and set its value to3
. (The Hexa/decimal option doesn't matter in this case.) - Go back up to
HKEY_USERS
and close the keys you had open under it, then start over from step 3 for each of the other top keys inHKEY_USERS
.
This will force the "Do nothing" setting on every user account in the system, including the special account that is used for the UAC dim screen.
This probably fixes other potential issues with special screens like the logon screen.