V
V
Vadim Remin2016-07-01 19:13:58
PowerShell
Vadim Remin, 2016-07-01 19:13:58

How to enable WIFI using cmd?

Good afternoon,
how to enable the Wi-Fi switch in windows 10 using cmd (for example netsh)?
7d541e9e89394a42a3b543029ede4e50.PNG
Please do not answer if you have not tested it yourself on your PC. Because I've tried a lot.
Thank you in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Pivovarov, 2016-07-01
@livevasiliy

Find out the list of available network interfaces
Display a list of Wifi networks
To connect to a WiFi network, use the
You can specify a specific interface with which to connect. The syntax is: netsh wlan connect name=NetProfileName interface=InterfaceName
For me it would look like this:
Disconnecting from a WiFi network To disconnect from a WiFi network, you need to run the following command
Or specify a specific interface
Using netsh, you can view all available profiles:
And, in fact, connect to the network with the selected profile:
netsh wlan connect ssid=NetName name=NetProfileName

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question