[SOLVED] Adjust volume mixer through CLI

DynV

Distinguished
Aug 13, 2009
280
5
18,785
I'd like to make a command to unmute a specific program after a certain amount of time, for example
timeout /t 300 && sndvol /mixer /image vlc.exe /mute off
the 2nd command was completely made up but I'd like something similar. Of course I don't know how and I'd like some help.

Thank you kindly