Answer the question
In order to leave comments, you need to log in
How to enable WIFI using cmd?
Good afternoon,
how to enable the Wi-Fi switch in windows 10 using cmd (for example netsh)?
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
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 questionAsk a Question
731 491 924 answers to any question