Thursday 11 January 2018

Change Windows sound volume via the command line


Is it possible to change the volume in Windows XP via the command line?



Answer



NirCmd is an application that does that and more.


Example of use:



  • Increase the system volume by 2000 units (out of 65535)
    nircmd.exe changesysvolume 2000

  • Decrease the system volume by 5000 units (out of 65535)
    nircmd.exe changesysvolume -5000

  • Set the volume to the highest value
    nircmd.exe setsysvolume 65535

  • Mute
    nircmd.exe mutesysvolume 1

  • Unmute
    nircmd.exe mutesysvolume 0


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...