小编Ed *_*ess的帖子

如何使用命令行连接蓝牙网络连接

我可以使用以下命令为我的机器启用局域网接口

netsh interface set interface "Local Area Connection" ENABLED
Run Code Online (Sandbox Code Playgroud)

是否有等效的命令来连接蓝牙网络连接?

我试过了

netsh interface set interface "Bluetooth" ENABLED
Run Code Online (Sandbox Code Playgroud)

但似乎没有效果,连接仍然断开。

我也试过

netsh interface set interface "Bluetooth" connect=CONNECTED
Run Code Online (Sandbox Code Playgroud)

但这会返回

一个或多个未指定的基本参数

我知道这个蓝牙连接没有问题,因为我可以使用控制面板 > 网络连接,右键单击蓝牙 > 连接进行连接。

networking windows-7 bluetooth command-line netsh

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

bluetooth ×1

command-line ×1

netsh ×1

networking ×1

windows-7 ×1