I am using nircmd for a personal group project. I am trying to use the setappvolume command to send specific program/process sounds to a sound device other than the default sound device.
This is the format of the command:
setappvolume [Process] [volume level] {Device Name/Index}
I have tried this:
setappvolume Spotify.exe 1 "Speakers"
This command doesn't work. However, when I drop the optional command, the function does work:
setappvolume Spotify.exe .5
The same issue applies to the changeappvolume
command. Every other listed command that I've tried works. Does anyone know what I'm doing wrong? Or if there is an alternative way to accomplish this, please let me know (Windows or Linux, but preferably Windows).