Create Hotspot on your Laptop

Create Hotspot
Create Hotspot

Start Hotspot

1) open notepad
2) copy following code in notepad
netsh wlan show drivers 
netsh wlan set hostednetwork mode=allow ssid=Hotspotname Key=password
netsh wlan start hostednetwork
(ssid is your Hotspot Name and Key is your password)
3) Save this file "Hotspot_Start.bat" (.bat is file extension)
4) Run this file in administrator
5) Hotspot is started

Stop Hotspot

1) open notepad
2) copy following code in notepad
netsh wlan stop hostednetwork
3) Save this file "Hotspot_Stop.bat" (.bat is file extension)
4) Run this file in administrator
5) Hotspot is Stoped

Share Network

1) GO to==> Control Panel\Network and Internet\Network Connections
2) Right click on Local Area Connection and select properties
3) Click on sharing
4) Click check-box and select what network you are shared?

Comments