Click Here to continue

Thursday, October 4, 2018

Create Wifi Hotspot using CMD in Laptop

Hello Friends,

Today I am here to share you how to create the wifi hotspot from Laptop using CMD.

Lets Start:

Step 1: First Open Command Prompt as Administrator
Step 2: Now, enter the following command in the cmd window:
netsh wlan set hostednetwork mode=allow ssid=laptop_hotspot key=********

(Here you may use your custom ssid like any name and insted of ******* use your password)


After the command is executed
Step 3: Now enter the following command

netsh wlan start hostednetwork


With this easy three steps you can easily create the hotspot.

But??????

How to stop it?

To stop the hotspot you can simply enter one command in the cmd

To Stop: netsh wlan stop hostednetwork

But even wait.

Do you feel lazy to enter those commands every time.
Make a simple program for starting and stopping the hotspot on demand

To make a simple program just follow as it is shown in the video.

Be sure to save the notepad file as .bat
next time simply you may run the batch file and enjoy the hotspot.

you may make the batch file for stoping the hotspot by simply saving the code as a batch file.

Enjoy !!

Here is the link to the youtube video Create Free Hotspot Using CMD

If you want more. Like, Comment and Subscribe My channel .



No comments:

Post a Comment