Posted January 18, 2017
Hi everyone.
I had sound issues with Worms W.M.D. The sound volume was very low ingame and I managed to solve it and I wanted you to know how, in case someone has the same problem.
I created a .bat file with the following contend and then ran it with administrator rights.
@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
I had sound issues with Worms W.M.D. The sound volume was very low ingame and I managed to solve it and I wanted you to know how, in case someone has the same problem.
I created a .bat file with the following contend and then ran it with administrator rights.
@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