February 10, 200620 yr Anyone know what registry entry I have to edit for the sound master volume to be at the MAXIMUM?Ive searched the forums and havent found anything.
February 10, 200620 yr try nircmd, a command line tool, http://www.nirsoft.net/utils/nircmd.htmlIf you wanna maximum both normal sound volume and wave, it is recommended you use autoit, two statements will do the job;Maximum System Sound Volumesend("{VOLUME_UP 30}")SoundSetWaveVolume(100)
February 10, 200620 yr line in? I don't think it could..I mean no user interfaces Edited February 10, 200620 yr by Rico.JohnnY
February 10, 200620 yr Maybe half the value..not tested.{VOLUME_MUTE} 2000/XP Only: Mute the volume {VOLUME_DOWN} 2000/XP Only: Reduce the volume {VOLUME_UP} 2000/XP Only: Increase the volumeSoundSetWaveVolumeSets the system wave volume by percent. Parameterspercent :percentage number between 0 and 100Return ValueSuccess: None. Failure: Sets @error to 1 if percent is invalid. RemarksThis controls the Wave volume, not the master volume control. Also, a value of Zero does not set mute status.Example:SoundSetWaveVolume(50) Edited February 10, 200620 yr by Rico.JohnnY
Create an account or sign in to comment