3dmm.com

3dmm Chatroom: Daily meetings at 11pm GMT (6pm EST)
Go Back   3dmm.com > 3D Movie Maker > 3DMM Chat
User Name
Password
Register Site Rules FAQ Members List

Reply
 
Thread Tools Display Modes
Old 12-05-2019, 07:24 PM   #1
Kewlak
Junior Member
Kewlak's Avatar
Join Date: Jul 2011
Posts: 82
Sound permanently set to zero in sound mixer - the easy solution

So again i got this little-shit-annoying-bug (common for some of you), where 3dmm becomes permanently muted in sound mixer and it can't be turned up. The easy solution i've found online is:

Code:
@ECHO OFF ECHO Resetting Volume Mixer Settings... ECHO You will be temporarily be UNABLE to hear any audio. REM The next two lines will stop the services responsible for audio. NET STOP Audiosrv NET STOP AudioEndpointBuilder REM Let's replace the settings (stored in a registry entry) with an empty entry. REG DELETE "HKCU\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore" /F REG ADD "HKCU\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore" REM Finally, we'll start the audio service again. You may have to independently start the AudioEndpointBuilder as well. NET START Audiosrv ECHO Volume Mixer settings have been reset. ECHO You should be able to hear now! pause

Just copy the text above and paste it to .txt file. Then save it, change txt to bat and run the file as administrator, when asked - press any key to close. It worked like charm for me.
Kewlak is offline   Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Sig Police

Contact Us | RSS Feed | Top

Powered By ezboard Ver. 5.2
Copyright ©1999-2000 ezboard, Inc.
Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2022, Jelsoft Enterprises Ltd.