Saturday, September 3, 2016

Sharing Internet via WiFI

Sharing LAN Internet connectivity from laptop or desktop with wifi/wlan card. to other laptops / phones


open cmd in administrative mode

To start the network, copy paste the following two lines

netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=MyPasswordHere

netsh wlan start hostednetwork



to stop the network, copy paste the following line

netsh wlan stop hostednetwork



to connect to it, use the following from phone or other laptops
Wifi name (SSID):
MyWiFi

password:
MyPasswordHere

1 comment:

Unknown said...

Sir, but I’m not able to do anything like browsing I mean data is not working. Is it just a way connect my device with laptop/pc with by Wi-Fi or sharing data both?