How to reset volume mixer levels?

Anonymous
2012-04-01T20:12:59+00:00

This should be an easy one.

I have several applications launched and tweaked their volume levels in volume mixer, so now several applications have slightly lower volume than others.

How do I reset all of them easily to match system volume level?

Windows for home | Previous Windows versions | Music, photos, and video

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2012-04-27T04:47:32+00:00

    Hi,

    Please follow the below mentioned steps and check for the issue.

    1.     Click Start, click Control Panel, and then double-click Sound.

    2.     In the Sound dialog box, click the Playback tab, click the speaker device, and then click Properties.

    3.     Click the Advanced tab, click to clear the Allow applications to take exclusive control of this device check box, and then click OK.

    Also, open volume mixer and match the volume level of the applications to that of the device volume.

    If you are still not able to do it, probably you have to reset the volume settings by reinstalling the audio drivers to match the application volume as to device volume.

    Refer the below mentioned link to uninstall and re-install device from device manager.

    http://technet.microsoft.com/en-us/library/cc753699(v=WS.10).aspx

    70 people found this answer helpful.
    0 comments No comments

17 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-04-02T07:50:43+00:00

    Hi,

    Please refer the below link and check for the issues.

    Method 1: Adjust the sound level on your computer

    http://windows.microsoft.com/en-US/windows7/Adjust-the-sound-level-on-your-computer

    0 comments No comments
  2. Anonymous
    2012-04-02T16:16:21+00:00

    Yes, everything works fine, no issues with sound here.

    I need a way to reset per-application volume level adjustments in Volume Mixer to match "Device" volume level.

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2012-11-08T03:07:09+00:00

    don't reinstall sound driver, use this

    //////////////////////////////////////////////////

    @ECHO OFF

    ECHO Reset Volume Mixer Settings...

    NET STOP Audiosrv

    NET STOP AudioEndpointBuilder

    REG DELETE "HKCU\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore" /F

    REG ADD "HKCU\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore"

    NET START Audiosrv

    /////////////////////////////////////////////////

    save to .bat & run with admin

    233 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2014-01-08T21:27:40+00:00

    Hi,

     

    Please follow the below mentioned steps and check for the issue.

     

    1.     Click Start, click Control Panel, and then double-click Sound.

    2.     In the Sound dialog box, click the Playback tab, click the speaker device, and then click Properties.

    3.     Click the Advanced tab, click to clear the Allow applications to take exclusive control of this device check box, and then click OK.

    Also, open volume mixer and match the volume level of the applications to that of the device volume.

     

    If you are still not able to do it, probably you have to reset the volume settings by reinstalling the audio drivers to match the application volume as to device volume.

     

    Refer the below mentioned link to uninstall and re-install device from device manager.

    http://technet.microsoft.com/en-us/library/cc753699(v=WS.10).aspx

    that is basically a not-answer - you just explained how one does prevent the outcome of this missing ms-feature

    38 people found this answer helpful.
    0 comments No comments