我可以使用命令为我的机器启用局域网接口
netsh interface set interface "Local Area Connection" ENABLED
是否有等效命令来连接蓝牙网络连接?
我试过了
netsh interface set interface "Bluetooth" ENABLED
但似乎没有效果,连接仍然断开。
我也试过
netsh interface set interface "Bluetooth" connect=CONNECTED
但这又回来了
未指定一个或多个重要参数
我知道这个蓝牙连接没有问题,因为我可以使用控制面板>网络连接,右键单击蓝牙>连接来进行连接。
答案1
如果命令
netsh interface show interface
不显示您的界面,那么您就无法通过这种方式进行控制。
只是猜测,但看起来您正在尝试通过蓝牙建立拨号网络连接。
这对我有用:
C:\Users\me>rasdial "USSC Bluetooth Dial-up Connection"
Connecting to USSC Bluetooth Dial-up Connection...
Verifying username and password...
Registering your computer on the network...
Successfully connected to USSC Bluetooth Dial-up Connection.
Command completed successfully.
C:\Users\me>rasdial "USSC Bluetooth Dial-up Connection" /DISCONNECT
Command completed successfully.