Currently, I can press the mute button on my keyboard, making my sound turn off. Is it possible to do this through cmd.exe so that I can run it with other things I have in that program?
Asked
Active
Viewed 4.2k times
1 Answers
11
It isn't possible to mute it directly through the command line, no.
But you could use a command line utility such as NirCmd to achieve the same functionality.
Simply running nircmd.exe mutesysvolume 1 from cmd would mute the audio. E.g. you could easily do this through a batch script, if you're trying to do several things at once.
Typherix
- 316
- 2
- 4
-
third party app? – user25 Feb 06 '18 at 19:45
-
Yes. There is a way with PowerShell, but it's messier. – Typherix Feb 17 '18 at 00:50