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.
0 comments:
Post a Comment