Skip to main content
Wifi hotspot on laptop
Hotspot On Laptop Using cmd command
Requirements:
Wifi Drivers installed.
Steps :
1) Run.
Press the "Windows key" and "R" buttons at the same time. The Run window will pop up.
2) Command Prompt.
Type "cmd" in the box then hit "Enter" or OK. The Command Prompt will pop up, with Administrative Privileges.
3) 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.
4) 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.
5) Start.
Type netsh wlan start hostednetwork
in command prompt to start the hotspot you just created.
6) Stop.
Type netsh wlan stop hostednetwork
in command prompt to stop the hotspot.
Comments