Create Hotspot on Windows 10 in 6 steps

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 an 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 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

You may also like:

Sarcastic Writer

Step by step hacking tutorials about wireless cracking, kali linux, metasploit, ethical hacking, seo tips and tricks, malware analysis and scanning.

Related Posts