How to share laptop internet connection to mobile phones using wifi hotspot
- Open command prompt in admin mode.
- Device Check. Type
netsh wlan show drivers
in command prompt and press enter. It will show the output like the image.
In the output Hosted network supported :Yes
means that your computer supports hosted networks. Verify this.
- Create. Type
netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password
in Command prompt. This will create a Hotspot but it is currently offline.
- Start. Type
netsh wlan start hostednetwork
in command prompt to start the hotspot you just created.
- Stop. Type
netsh wlan stop hostednetwork
in command prompt to stop the hotspot.
- Details. Type
netsh wlan show hostednetwork
to check the hotspot status.
- now you can use it in your mobile phones.
0 comments:
Post a Comment