Create your windows computer into wifi hotspot

Standard

Wondering to get access to your laptop’s internet? Yes we can use our broadband internet on our mobile or other computers in the same way as we do with our wifi router.

Here are the steps:

Open your command prompt with admin rights

cmd

Step 1. check if your driver support hotspot

netsh wlan show drivers

support

if highlighted section shows Yes then you can make your laptop a hotspot internet provider for your other devices.

Step 2. Execute below command to set wifi name and its password

netsh wlan set hostednetwork mode=allow ssid=techonria key=password@123

above command allows your network adopter to create hotspot where ssid is name of your wifi hotspot.

Step 3: Go to change adapter setting from network and sharing Center

support

Right click on your LAN adaptor and choose properties.

Step 4: enable internet sharing from LAN adapter. choose newly created adapter network to share from the dropdown. Press OK.

support

 

Step 5:  to start your newly created hotspot network execute below command.

start hotspot - netsh wlan start hostednetwork

and to stop

stop hotspot - netsh wlan stop hostednetwork

Thanks Guys.

Happy Learning!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s