Created
September 16, 2017 22:35
-
-
Save brevans/4079ad5f5bd4f2014138d412e11a4932 to your computer and use it in GitHub Desktop.
Reset Volume mixer settings in windows
This file contains 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