Skip to content

Instantly share code, notes, and snippets.

@ak9999
Created March 31, 2019 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ak9999/e1fe0196b2b0455514505daae0e26abf to your computer and use it in GitHub Desktop.
Save ak9999/e1fe0196b2b0455514505daae0e26abf to your computer and use it in GitHub Desktop.
reset_audio_levels.bat
@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