Modern users often need fast access to the global network when a wired connection is impossible or inconvenient. In such situations, a laptop or PC with Windows 10 It can become a fully-fledged router, distributing internet to smartphones, tablets, and other gadgets. However, leaving the network open puts at risk not only connection speed but also personal information transmitted over the air.
Setting up a strong access key is a basic step to cybersecurity your local network. Standard encryption protocols allow you to create a barrier that prevents unauthorized devices from connecting to your channel without your knowledge. Microsoft's operating system implements this process quite flexibly, offering both a graphical interface and advanced configuration options.
In this article, we'll take a detailed look at all the available methods for securing your access point. We'll review the system's built-in tools, which have become significantly more user-friendly in recent updates, and also explore time-tested console commands for those who prefer complete control over their network settings.
Why do you need to protect your access point?
Many users mistakenly believe that sharing an internet connection from a laptop is a temporary measure that doesn't require serious security. In fact, an open network turns your computer into a vulnerable target for any device within range. Attackers can intercept traffic, penetrate your local network, and even access shared folders on your drive.
Additionally, uninvited guests may use your connection for illegal activities, which, if verified, could create problems for the owner of the internet connection. WPA2 encryption or more modern standards ensure that data between your PC and the connected device is transmitted in encrypted form.
⚠️ Warning: Using open networks in public places without additional encryption (VPN) can lead to theft of passwords for banking applications and personal accounts.
Channel load is also important to consider. If several devices connect to your access point and start downloading large files or watching 4K videos, the speed of your main laptop may drop dramatically. Restricting access with a password is the only effective way to control the list of connected clients.
Using the built-in mobile hotspot
Starting with the Anniversary Update, Windows 10 introduced the Mobile Hotspot feature, which dramatically simplifies the process of creating a wireless network. There's no need to install third-party software or enter complex commands. The system handles all the technical details, providing the user with a simple and intuitive interface for access control.
To get started, go to the Settings menu. Click the Start button and select the gear icon, or use the hotkeys. Win + IIn the window that opens, find the "Network and Internet" section, which is usually located at the bottom of the list or in the side menu.
In the left column, select "Mobile Hotspot." Here you'll see the feature's status toggle and information about your current connection. The system will automatically suggest a network name and password, but you can and should change them to something more convenient and memorable.
☑️ Check before switching on
Click the "Edit" button to customize your settings. In the "Network Name" field, enter a descriptive name that will be displayed when searching for Wi-Fi on other devices. In the "Network Password" field, enter a password of at least 8 characters, containing letters and numbers.
It's important to select the correct frequency range from the drop-down list. If your devices are modern, select 5 GHz for maximum speed. For compatibility with older devices, it's best to leave it at "Any available" or select 2.4 GHz.
| Parameter | Description | Recommendation |
|---|---|---|
| Network name (SSID) | Visible name of the access point | Unique, no personal data |
| Password | WPA2 security key | Minimum 10 characters, mix of letters and numbers |
| Range | Radio wave frequency | 5 GHz for speed, 2.4 GHz for compatibility |
| Time-out | Disconnection when there are no clients | Enable to save battery |
After entering the information, click "Save." Now simply toggle the "Allow access to my internet connection" switch to the "On" position. Your device will be discoverable and connectable.
What should I do if the Edit button is inactive?
If the username and password fields are grayed out, this may mean that the wireless adapter driver doesn't support access point mode or is disabled in Device Manager. Try updating the drivers from the laptop manufacturer's website.
Configuration via command line (CMD)
For users who prefer classic methods or lack a graphical interface (for example, in some Windows builds), there's a console-based configuration method. This method provides more granular control and allows you to create network profiles with specific settings that may not be available in the standard menu.
Launch Command Prompt as administrator. To do this, right-click the Start button and select "Windows PowerShell (Administrator)" or search for "cmd," right-click, and select "Run as administrator."
The first step is to check if your network card supports hosted networking mode. Enter the command:
netsh wlan show drivers
In the output, look for the line "Hosted Network Support." If it says "Yes," you can continue. If it says "No," you'll need to update your drivers or replace your Wi-Fi adapter.
Next, we create the network configuration. Use the following syntax, replacing MyNetwork to the desired name, and MyPassword123 to your complex password:
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123 keyUsage=persistent
Parameter keyUsage=persistent This means the password will be saved even after restarting the computer. This eliminates the need to re-enter the command each time you turn it on.
After setting up the parameters, you need to start the network with the command:
netsh wlan start hostednetwork
If everything went well, the system will report that the hosted network has started. A new virtual network card will now appear on your computer, which you'll need to configure for internet sharing.
Opening Internet access to clients
Simply creating a network isn't enough—you need to allow it access to the global network. Without this step, connected devices will see the Wi-Fi but won't be able to load pages. This process is called "forwarding" or connection sharing.
Open Control Panel -> Network and Internet -> Network and Sharing Center. In the left menu, select Change adapter settings. Here you will see a list of all network connections.
Find the adapter your computer uses to connect to the internet (this could be Ethernet, PPPoE, or Wi-Fi from another router). Right-click it, select "Properties," and go to the "Access" tab.
Check the box next to "Allow other network users to connect through this computer's Internet connection." In the "Home networking connection" drop-down list, select the virtual adapter you created earlier (usually named "Wireless Network Connection" with a number).
⚠️ Note: After enabling public access, the IP address of your virtual adapter may change automatically. If you assigned static IP addresses to clients, you will need to reconfigure them.
Click "OK" to save the settings. The system will warn you that the adapter address will be changed to 192.168.137.1 (or similar). Agree. Now your access point is broadcasting the internet.
To stop distribution via console, use the command:
netsh wlan stop hostednetwork
Solving common problems
Even if you follow the instructions exactly, technical difficulties may arise. These are most often related to driver issues or conflicting power saving settings. If the network is created, but devices are unable to connect or obtain an IP address, check the following points.
Make sure that in the properties of the virtual adapter in the protocol IPv4 Automatic IP address acquisition is required. Users often accidentally assign static addresses, which disrupts the Windows DHCP server.
Another common cause is the adapter's operating mode. In Device Manager, find your Wi-Fi module, open "Properties" -> "Advanced." Find the setting associated with 802.11 mode, and try switching it from 802.11n on 802.11ac or vice versa. Sometimes disabling "Green AP" or "Energy Efficient Ethernet" mode helps.
If you're using a third-party antivirus (Kaspersky, ESET, Avast), it may be blocking the hotspot. Try temporarily disabling your antivirus's firewall and testing your network.
Security and management of connected devices
Once you've successfully set a password for your Windows 10 Wi-Fi, it's important to periodically monitor the list of connected clients. The standard Windows 10 interface doesn't offer a convenient list of all connected devices with their MAC addresses in real time, like routers do.
You can use third-party utilities or console commands to view connections, but the easiest way is to check the status in the Mobile Hotspot. It displays the number of connected devices (up to 8).
If you notice suspicious activity or simply want to change your password, do so immediately. Changing the password in the hotspot settings will automatically disconnect all current clients, and they will be required to re-enter the new password.
It's recommended to use complex passwords containing at least 12 characters, including uppercase letters, numbers, and special characters. Avoid simple sequences like "12345678" or "password," which can be guessed in seconds.
Is it possible to hide the network name (SSID)?
This can be done in the command line by adding the hidden=yes parameter when creating the network, but Windows 10 often ignores this requirement in hotspot mode, and the network remains visible.
Why isn't the Mobile Hotspot button working?
Most often, the problem lies with the Wi-Fi adapter drivers. Make sure Virtual Wi-Fi support is installed. This feature may also be blocked by group policies in enterprise versions of Windows or by antivirus software.
What is the maximum range of Wi-Fi from a laptop?
The range depends on the laptop's antenna power and external obstacles. Typically, it's 10-15 meters indoors. Laptops have less powerful transmitters than full-fledged routers.
Is it possible to share Wi-Fi if the laptop is connected via Wi-Fi?
Yes, modern adapters support simultaneous operation in both client and access point modes. However, internet speed on connected devices may be lower due to the shared antenna resource.
Is the password reset after a reboot?
When using the "Mobile Hotspot" method, the settings are saved. When using the command line with the keyUsage=persistent parameter, they are also saved. Without this parameter, the network must be recreated.
Does Wi-Fi sharing affect laptop speed?
Yes, the traffic encryption process and constant radio transmission put a strain on the processor and Wi-Fi module. The laptop may run slower and run hotter, and the battery will drain faster.