Making Laptop Hotspot

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

login cmd.

exe as Administator
1.first check wifi adapter support hotspot or not
type command as
C:\windows\system32>netsh wlan show drivers
following message u see here.
Hosted network supported:Yes
2.C:\windows\system32>netsh wlan set hostednetwork mode=allow ssid=chandu_lapi k
ey=password
ssid should be anyname without space and for key give any password
3.to activate or to start hotspot
C:\windows\system32>netsh wlan start hostednetwork
now hotspot created,see at network adapter settings u will find wifi created ada
pter.
now open the pc adapter(from which internet sharing) properties and share the in
ternet to wifi adater
4.to stop hotspot
C:\windows\system32>netsh wlan stop hostednetwork

You might also like