Simple 5 steps
1) Open command prompt and run as administator.
2) Then simply run these simple commands.
i) First we will check if your laptop wifi is supported as Hotspot.
enter this command :
netsh wlan show drivers
ii) If supported, then we will turn it as Hotspot by running one line command.
netsh wlan set hostednetwork mode=allow ssid=yourhotspotname key=yourpassword
For example
I set my hotspot name as edamsri
Password as edam@8
3) Finally run this command to start the hotspot.
netsh wlan start hostednetwork
Note : Please make sure your Wifi card is enabled.
4) Now you will see an extra wireless connection in network adapters page with your hotspot name. For example mine is sedam
5) Final stage, now select your LAN card (Which has LAN internet cable connected to it ), Right click Select Properties, Select Sharing Tab. Then select Allow Tabs to share internet from this adapter.
If you want to change your wifi password
#Change Password
netsh wlan set hostednetwork key=newpassword ... Replace "newpassword" with your password. whatever you want.. keep it more then 6 Character..
6) If you want to stop the hotspot, type the below given command in command prompt.
netsh wlan stop hostednetwork
1) Open command prompt and run as administator.
2) Then simply run these simple commands.
i) First we will check if your laptop wifi is supported as Hotspot.
enter this command :
netsh wlan show drivers
ii) If supported, then we will turn it as Hotspot by running one line command.
netsh wlan set hostednetwork mode=allow ssid=yourhotspotname key=yourpassword
For example
I set my hotspot name as edamsri
Password as edam@8
3) Finally run this command to start the hotspot.
netsh wlan start hostednetwork
Note : Please make sure your Wifi card is enabled.
4) Now you will see an extra wireless connection in network adapters page with your hotspot name. For example mine is sedam
5) Final stage, now select your LAN card (Which has LAN internet cable connected to it ), Right click Select Properties, Select Sharing Tab. Then select Allow Tabs to share internet from this adapter.
If you want to change your wifi password
#Change Password
netsh wlan set hostednetwork key=newpassword ... Replace "newpassword" with your password. whatever you want.. keep it more then 6 Character..
6) If you want to stop the hotspot, type the below given command in command prompt.
netsh wlan stop hostednetwork