Tutorials

Thursday, September 15, 2016

Wi-Fi Hotspot in Windows 10


This blog will be explained, how create a Wi-Fi hotspot in windows 10 using cmd.

Step 1
Switch on Wi-Fi in your computer. 

Step 2
Launch the command prompt.

Step 3
Then type below command to create the hotspot.

NETSH WLAN set hostednetwork mode=allow ssid=My_Hotspot key=19920218

Here,

ssid - Name of the Wi-Fi hotspot.
key - Password of the Wi-Fi hotspot (at least 8 characters).

Step 4
Using below command, created Wi-Fi hotspot can be started.

NETSH WLAN start hostednetwork

Step 5
To stop the started Wi-Fi hotspot, type below command.

NETSH WLAN stop hostednetwork