Think...Dream...Fly...Wonder

Thursday 21 August 2014

Create your own wifi hotspot on Windows 7 or 8

Create your own wifi hotspot on Windows 7 or 8

You don't need connectify or any other software for it. Also, you can save yourself from that 90 minutes counter in connectify. 

All you need to do is run the following two commands in cmd - 

Open cmd with Run as Administrator.

1) netsh wlan set hostednetwork mode=allow ssid=wifiname key=wifipassword

2) netsh wlan start hostednetwork

Best solution - Make a batch file of it and just run the file every time when you start the pc. 

To make a batch file -

First write the commands on a notepad



Then save it with the extension bat.  e.g. wifi.bat

Your batch file is made and now execute the file with Admin Privileges.

Important - For this to work, your sharing should be on in network properties for the network/ethernet connection that you want to share through your wifi:

Go to Open Network and Sharing Centre ->Change Adapter Settings(On left panel)

Your wifi hotspot would be Microsoft Hosted Network Virtual Adaptor in the Network Connections.

Go to the properties of the LAN/ethernet/WiFi connection and make the changes accordingly.



Your wifi hotspot would be ready. :)


To stop the wifi hotspot - 
Write the following in command prompt : netsh wlan stop hostednetwork

No comments:

Post a Comment