M()zart Posted November 3, 2009 Posted November 3, 2009 I'm looking for a freeware application, that allows assigning shortcuts for changing and muting sound volume. I've tried some apps, including Wirekeys, Sound Control and some more, but they don't work properly in Windows 7. They change volume for themselves but not for other applications. All I could find is Volumouse ( http://www.nirsoft.net/utils/volumouse.html ), but currently it involves mouse wheel to control volume. Is there any such application, that is freeware, does not incolve mouse, and works properly in Windows 7? My UAC is on.
Jadestar Posted November 4, 2009 Posted November 4, 2009 This may not be the best solutuion, but you could use that progam you had and then somehow map keyboard functions to scroll wheel functions. just a thought.
MrJinje Posted November 7, 2009 Posted November 7, 2009 I'm looking for a freeware application, that allows assigning shortcuts for changing and muting sound volume. I've tried some apps, including Wirekeys, Sound Control and some more, but they don't work properly in Windows 7. They change volume for themselves but not for other applications. All I could find is Volumouse ( http://www.nirsoft.net/utils/volumouse.html ), but currently it involves mouse wheel to control volume. Is there any such application, that is freeware, does not incolve mouse, and works properly in Windows 7? My UAC is on.So close yet so far, you are looking for NirCMD, it can directly set the volume or mute via command line. Mouse Wheel Not Required.Increase the system volume by 2000 units (out of 65535) nircmd.exe changesysvolume 2000Decrease the system volume by 5000 units (out of 65535) nircmd.exe changesysvolume -5000Set the volume to the highest value nircmd.exe setsysvolume 65535Mute the system volume nircmd.exe mutesysvolume 1Unmute the system volume nircmd.exe mutesysvolume 0Switch the system volume between the mute and normal state. nircmd.exe mutesysvolume 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now