You are on page 1of 1

Creating a WiFi hotspot is very easy, and can be done by using the command prompt.

1.INITIATE THE COMMAND PROMPT.

press Win + R , and in the dialog box type "cmd"

2.SET THE WiFi WITH THE FOLLOWING CODE:

netsh wlan set hostednetwork mode=allow ssid=wifiname key=password

3.START YOUR NETWORK WITH THE FOLLOWING LINE:

netsh wlan start hostednetwork

Your hotspot will have the name "wifiname" and your network password would be
"password"

4. TO STOP YOUR NETWORK, ENTER THE FOLLOWING LINE:

netsh wlan stop hostednetwork

These are all the steps required.

You might also like