Smitro Posted May 12, 2009 Posted May 12, 2009 Is it possible to adjust the volume control and the gain of a microphone on Vista? We've deployed a stack of machines and then found out that the Mic's need to be turned up. The option is disabled for standard users, I wondered if I could script a fix.
John117 Posted May 12, 2009 Posted May 12, 2009 Is it possible to adjust the volume control and the gain of a microphone on Vista?We've deployed a stack of machines and then found out that the Mic's need to be turned up. The option is disabled for standard users, I wondered if I could script a fix.I can help you get this far . . .ShellExecute("control.exe", "mmsys.cpl") ShellExecute("control.exe", "mmsys.cpl sounds") http://dundats.mvps.org/Windows/Win98/98_Cmd_Switches.htm
Smitro Posted May 14, 2009 Author Posted May 14, 2009 This is good info, might use it in future, but no good for what I'm after now.
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