Created
November 16, 2014 17:02
-
-
Save saihtaM/a810c43145c7a4cc133f to your computer and use it in GitHub Desktop.
Windows Volume Mixer reset bat - stolen from http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/how-to-reset-volume-mixer-levels/39b6e5f2-0ee9-463c-89c9-8257264294cf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment