Skip to content

Instantly share code, notes, and snippets.

@ianlevesque
Created December 11, 2016 03:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianlevesque/d67e8e184ac49d9f5036c334c673505e to your computer and use it in GitHub Desktop.
Save ianlevesque/d67e8e184ac49d9f5036c334c673505e to your computer and use it in GitHub Desktop.
@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
@Iaotle
Copy link

Iaotle commented Oct 6, 2021

Thanks for this, works great!

@ianlevesque
Copy link
Author

Glad to hear it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment