Tags: #windows #software #scripting
# SoundVolumeView
[View / change sound volume on Windows from command line or GUI](https://www.nirsoft.net/utils/sound_volume_view.html)
> Let's say that you want to mute the sound of Firefox Web browser, so the right command is:
> SoundVolumeView.exe /Mute "Firefox.exe"
>
> If you want to mute only one process of Firefox instead all of them , you can specify the process ID:
> SoundVolumeView.exe /Mute "6552"
>
> If you want to unmute the application, simply use the /Unmute command, for example:
> SoundVolumeView.exe /Unmute "Firefox.exe"
>
> You can also switch between mute and unmute state by using the /Switch command, for example:
> SoundVolumeView.exe /Switch "Chrome.exe"