Hotkey volume change for specific application. Windows 7

1

I want to have a hotkey to change the sound of a specific application, like chrome for example, but leave other apps on the same sound level.

Basically i want this http://i.imgur.com/HWZ5sEY.png in a hotkey, or someother easy access way of changing volume for specific apps Im running Windows 7 x64

AudioTroubler

Posted 2014-04-17T14:59:23.063

Reputation: 37

Answers

1

As far as I am aware you will not accomplish this without a little bit of programming or finding a custom app that someone else has created to do this. http://blog.hemp-society.de/2012/12/shortcut-change-windows-audio-settings.html contains information on a command line utility that will allow you to create a shortcut to do what you are looking for

In particular look on the blog where they go into detail regarding the following options:

changeappvolume [Process] [volume level] {Device Name/Index}

They give you examples on how to make a shortcut to call the program using the above parameters to do exactly what you are after. As I've not tried this before I'm not sure how well it works, but if you are having some trouble with the scripting program I am sure myself or others would be able to help.

Incase something happens to the above blog, the location of the actual utility is here http://www.nirsoft.net/utils/nircmd2.html#using

Chris Disbro

Posted 2014-04-17T14:59:23.063

Reputation: 1 214