Turn Your Windows 10 Laptop Into a Wi-Fi Hotspot

Did you know you can share a Windows 10 laptop internet connection with other wireless devices. Just by running few command lines we can turn a Windows 10 laptop into a Wi-Fi hotspot.

Video Tutorial:

Turn Your Windows 10 Laptop Into a Wi-Fi Hotspot

Before turning your Windows 10 laptop into a Wi-Fi Hotspot we need to make sure that the laptop supports Hosted network.

1. Right click on Start and select Command Prompt (Admin).

turn your windows 10 laptop to a wifi hotspot 1

2. In the command prompt type:

netsh wlan show drivers

( If it says : “Hosted network supported  : Yes” you are able to create the Wi-Fi hotspot).

turn-your-windows-10-laptop-to-a-wifi-hotspot-22

3. If supported, Let’s turn the laptop into a hotspot. In the command prompt type:

netsh wlan set hostednetwork mode=allow ssid=ssidname key=wifipassword

turn your windows 10 laptop to a wifi hotspot 3

4. Now our hotspot is configured, lets get the service started by entering this command:

netsh wlan start hostednetwork

turn your windows 10 laptop to a wifi hotspot 4

5. Once created we need to make it sharable, click on start search and select “ncpa.cpl” from the results.

turn your windows 10 laptop to a wifi hotspot 6

6. Right click on the adapter currently being used to access the internet and click on Properties. ( In this written post I am using the Wireless adapter to access the internet.)

turn your windows 10 laptop to a wifi hotspot 7

7. Click on Sharing tab and check markAllow other network users to connect through this computer’s Internet connection, under Home network connection:  select your hosted network name from the drop-down and uncheck “Allow other network users to control or disable the shared Internet connection”. Click OK to save settings.

turn your windows 10 laptop to a wifi hotspot 8

Now you can use any wireless device and access the internet using the Windows 10 Wi-Fi hotspot you have created. In case you wish to stop or disable your hotspot run command prompt as admin and type “netsh wlan stop hostednetwork” you are done!

turn your windows 10 laptop to a wifi hotspot 9

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

You may also like...

1 Response

  1. Paul says:

    Thanks for tutorial. Will the hotspot on anytime the computer starts or it will have to started via command prompt.