Connect and disconnect to WIFI using cmd
Today we gonna learn how to connect and disconnect to wifi usimg cmd.
To connect using command prompt windows 10.
Step 1: Write this command into cmd: Netsh wlan connect name="YourWifiName"
To find the wifiName type this command in CMD : netsh wlan show profiles. This command will list all the wifi profiles.
Let's say the wifi name is CenturyLink9012. So our command to coonect to the wifi will look like this:
Netsh wlan connect name="CenturyLink9012"
Step 2: Disconnect from the Wifi .
To disconnect from the wifi write this comment : Netsh wlan disconnect .
Commentaires
Enregistrer un commentaire