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.
…