How to connect a Bluetooth network connection using the command line
Posted
by
Ed Guiness
on Super User
See other posts from Super User
or by Ed Guiness
Published on 2010-04-06T13:23:47Z
Indexed on
2014/05/27
3:33 UTC
Read the original article
Hit count: 338
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.
© Super User or respective owner