Create Hotspot On Windows 10 In 6 Steps

Posted by

maxresdefault (1)

Hotspots are locations that offer public Internet access. Most hotspots use Wi-Fi, but some also allow wired connections. Clients can connect to these open networks with any Wi-Fi-capable device, including laptops, PDAs, or VoIP phones.

Hotspots are often found at hotels, restaurants, airports, malls, libraries, coffee shops, bookstores, and other public places. Many universities, schools, and corporations have wireless networks on their campus.

Being a hotspot administrator is a tough job, for Ethernet networks were not designed to be open and secure. There has always been the assumption that the physical layer is secured from attackers in a locked building. Windows probably has the advantage of already being installed on your laptop. The other advantage is that we can easily create a hotspot on Windows operating system in just six steps which are as follows:

Step 1 – Run Command Prompt(cmd) in Administrative Privileges

Step 2 – Type the following command in same cmd windows

Command: netsh wlan set hostednetwork mode=allow ssid=Yeahhub key=123456789

Where SSID stands for Service Set Identifier (name of the wireless network) and key represents the password.

Note: Remember that the passphrase has to be at least 8 characters in length.

Step 3 – Next step is to start the network by typing the following command:

Command: netsh wlan start hostednetwork

Step 4 – In the search menu, type “View network status and tasks

Step 5 – Right-click on your main network connection and choose “Properties” as shown below:

Step 6 – Under Sharing Tab, Tick the options “Allow other network users to connect through this computer’s Internet connection” and select the name of the newly created wireless network from the drop-down list.

Now you should be able to see and connect any wireless capable device to the newly created access point (Yeahhub), and with access to the internet.

Note: To check the support for Hosted Network w.r.t to the network adaptor, you can use the following command:

Command: NETSH WLAN show drivers

And to stop the Internet sharing, type “NETSH WLAN stop hostednetwork” in same cmd window.

To view the information of Hosted Network, type “NETSH WLAN show hostednetwork” as shown below:

And for current network security key information, type “NETSH WLAN show hostednetwork setting=security

Feel free to leave a comment below or reach me on Instagram @iamshubhamkumar__.

 

Posted by Shubham ;)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.