Click here to Skip to main content
16,004,906 members

Comments by CliffRat (Top 9 by date)

CliffRat 21-Jun-16 11:46am View    
Thanks for responding but I need to be able to handle this programmatically as it will be part of an app that is run, at start, on multiple systems in multiple locations setting several values to a base-line.
CliffRat 25-Jun-15 9:35am View    
Thanks for responding. I had taken a quick look at SetAudio but it didn't seem to affect the hardware settings but rather a data object or the clipboard. Can you clarify a bit?
CliffRat 17-Jun-15 8:46am View    
That is correct for most purposes, however, I have a very specialized need to preset multiple systems, literally dozens in multiple locations, to a baseline setting at start of day.
CliffRat 13-Oct-14 20:33pm View    
I am using C# to get to the DeviceTopology API to set microphone boost which isn't available through other means as far as I have been able to find.
CliffRat 16-Aug-12 8:55am View    
I understand all the points you made and they have been considered in 'the real world'. My tests have included variations without using CMD. Credit were due, the solution appears to be how the arguments string was contructed. I have substituted yours above (string.Format("-r {0}", Parameters.FilePath)) and that seems to have fixed it. Also, "-r " + Parameters.FilePath.ToString() works.

Thank you for pointing me in the right direction.