【发布时间】:2010-12-01 05:13:34
【问题描述】:
我想执行命令来调用麦克风配置。
control mmsys.cpl,,1
我尝试以下代码但抛出 Win32Exception,系统找不到指定的文件。
Process.Start("control mmsys.cpl,,1");
【问题讨论】:
-
control mmsys.cpl,,1 你想激活的exe叫什么名字,有参数吗?
-
只要运行“控制”,你就会知道:)
标签: c# process command execute microphone