How to connect a Bluetooth network connection using the command line
- by Ed Guiness
I can enable a Local Area Network interface for my machine with the command
netsh interface set interface "Local Area Connection" ENABLED
Is there an equivalent command to connect a bluetooth network connection?
I've tried
netsh interface set interface "Bluetooth" ENABLED
but it seems to have no effect, the connection remains disconnected.
I also tried
netsh interface set interface "Bluetooth" connect=CONNECTED
but this returns
One or more essential parameters not specified
I know this Bluetooth connection is otherwise ok since I am able to connect using Control Panel Network Connections, right-clicking on Bluetooth Connect.