您好,我正在尝试从Adobe Air设置Wifi热点 var file:File = File.applicationDirectory.resolvePath("C:/Windows/System32/netsh.exe");netsh.executable = file;
var processArg
我目前使用命令提示符使用netsh。我的应用程序应该按一下按钮就可以做到这一点。下面是我在命令提示符下使用的命令"netsh set hostednetwork mode=allow ssid=sha key=12345678“之后,我输入了"netsh start hostednetworkbutton1_Click(object sender, EventArgs e) Process p = new Process();
p.StartInfo.FileName = "ne
我要禁用所有网络适配器:当我运行下面的命令时,我得到了一个错误。C:\Windows\system32>netsh interface set interface name="Local Area Connection 2" admin=DISABLED new System.Diagnostics.ProcessStartInfo(
"<e