How to share internet from Laptop via WiFi

Every Laptop is equipped with the Virtual Hosted Network option available.
All we have to know is "how to use it".

Steps:
  • Open CMD Prompt as an administrator.
  • Execute the following commands.
netsh wlan set hostednetwork mode=allow ssid=wifiname key=yourpassword
         netsh wlan start hostednetwork
  • After all these, go to Control Panel ->Network and Internet->Network Connections-> Change Adapter settings.
  • Right Click on the Ethernet and Click on Properties.
  • Go to sharing tab and Click on Checkbox to allow other network users to connect through this Computer's Internet connection.
  • Select the Home Networking Connection as show in Pic.
  Now the WiFi is ready to get connected. Turn your mobile WiFi on to connect to the WiFi.

Comments