How to Create WiFi Hotspot on Windows 10 Without Softwares

turn-your-windows-pc-into-wifi-hotspot

There are many methods that we can use to create a WiFi Hotspot on your computer. There are many applications that we can use to create WiFi Hotspot such as  MyPublic WiFi (free), mHotspot (free), Connectify (commercial, lite version available).

From my own experience application is easier to create a WiFi hotspot but it may make our computer performance slower than before especially Connectify. Today, I would like to share how to create a WiFi hotspot in Windows without using any software.

System Requirements

In order to create a WiFi hotspot, your computer must meet the following requirements:

  • OS: Windows 7, 8, 8.1 or Windows 10
  • Internet Connection network adapter
  • Wireless Adapter (hosted network supported)

How to Verify Wireless Adapter Hosted Network Supported

  • Right-Click on Start Menu > Command Prompt (Admin)

command_prompt_admin

  • Enter the following command:

netsh wlan show drivers

  • Next, you will see as follow:

check_hosted_network_network-support

  • If you get “Hosted network supported: Yes”, it mean that your wireless adapter is support hosted network and you can create WiFi hotspot from this wireless adapter

How to Create WiFi Hotspot

You will need to create 3 Windows Batch files for using later on:

batch_files

  • start.bat – used to create and start WiFi Hotspot
  • stop.bat – used to stop current WiFi Hotspot
  • check.bat – used to check current WiFi Hotspot status

How to Create Windows Batch File

  • Right-Click on Desktop > New > Text Document

new_text_document

  • Rename document to the same as the three files above with (.bat) extension.

Next you will need to edit those 3 batch file by right-clicking on each file > Edit.

edit_batch_file

Enter the following text to the individual file.

start.bat

netsh wlan set hostednetwork mode=allow ssid=”My Personal Hotspot” key=”12345678″
netsh wlan start hostednetwork

  • “My Personal Hotspot” – the name of WiFi hotspot (SSID).
  • “12345678” – key for accessing this WiFi hotspot.

stop.bat

netsh wlan stop hostednetwork
netsh wlan show hostednetwork

check.bat

netsh wlan show hostednetwork
pause

How to Use

To create or start WiFi hotspot, you just need to execute the start.bat by right-clicking on start.bat > Run as administrator.

start_wifi_hotspot

To check or verify the WiFi hotspot we have just created, you can execute check.bat and if the WiFi Hotspot is running correctly, you will see the result as below:

check_wifi_status

From now, your phone, tablets or computers are now can be connected to this WiFi hotspot. Yes, those devices can be connected however they will have no internet connectivity.

How to Share Internet Connectivity to New WiFi Hotspot Connection

To allow devices connected to your WiFi hotspot connecting to the internet, you will need to share internet connectivity from your Ethernet adapter or other connection that has internet connectivity.

Note: the following step is a requirement for a new created WiFi hotspot connection only, next time you will not need to complete the following steps, just run start.bat only.

 

To share internet connectivity from your Ethernet adapter, you need to access Networking and Sharing Center.

open_network_and_sharing_center

Right-click on Network symbol in system tray > Open Network and Sharing Center.

change_adapter_settings

Go to Change adapter settings.

network_adapter_properties

Right-click on Ethernet adapter > Properties

enable_internet_sharing

Click on Sharing tab and then check the option for  Allow other network users to connect through this computer’s Internet connection.

Next choose Local Area Connection* 5 from the Home networking connection. Then click OK.

network_adapters_configured

Now your WiFi hotspot connection now has internet connectivity and every device access to this hotspot will able to access to the internet.

 

Related Articles

Comments ()

Windows

January 20, 2016

09:58 am

4825 Views

By Tithdara

MCP, MCSA, MITE

Latest Articles