Situations requiring the creation of a wireless network to connect smartphones, tablets, or laptops arise quite frequently. Operating system Windows 7Despite its age, it's still actively used in many offices and homes, retaining built-in tools for creating a hotspot. Unlike newer OS versions, there's no single "Mobile Hotspot" button, so the process requires manually configuring network settings or using the command line.
Before you begin configuration, you need to make sure your hardware is ready to work. The adapter must support the mode. Hosted Network, and the drivers must be installed correctly. If you're using an external USB dongle, make sure it's connected directly to your computer's port and not through a USB hub, as this can cause power and signal stability issues.
In this guide, we will cover two main methods: through the GUI and using commands. netshThe second option is often more reliable, as it allows you to bypass some limitations of visual menus. Regardless of the chosen path, the result will be a new wireless network, allowing your devices to access the global network via a wired PC connection.
Checking compatibility and preparing drivers
The first step is to diagnose the capabilities of your wireless adapter. Not all network cards support Wi-Fi virtualization, which is necessary for simultaneously receiving and transmitting a signal. To check, open the command prompt as administrator and enter the command netsh wlan show driversIn the list that appears, find the line "Hosted network support".
If the answer is "Yes," your hardware is fully operational. If the answer is "No," you'll need to update your drivers or replace the wireless module. This is often caused by using generic Microsoft drivers, which don't enable all chipset features. Download the latest software from your laptop or network card manufacturer's website.
You should also pay attention to your power saving settings. The system may attempt to disable the adapter to save power, which will result in disconnections for connected clients. Open Device Manager, find your adapter under Network Adapters, go to Properties, and in the Power Management tab, uncheck the box next to Allow shutdown.
- 📡 Check for the line "Hosted network support" in the diagnostic command output.
- 💾 Install original drivers from the manufacturer's website, not from Windows Update.
- ⚡ Disable power saving mode for the wireless adapter in Device Manager.
- 🔌 Make sure the physical Wi-Fi switch on your laptop (if applicable) is turned on.
⚠️ Note: If you have a third-party antivirus or firewall installed, it may block the creation of the virtual adapter. We recommend temporarily disabling third-party security software or adding an exception for Windows system services during setup.
Creating a network via the command line (Netsh)
The most flexible and controlled way is to use a utility netshThis method allows you to specify the exact SSID (network name) and security key parameters. Open a command prompt with administrator rights: click Start, type cmd, then right-click on the result and select "Run as administrator".
To create a network, enter the command: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123. Here MyNetwork - this is the name of your future access point, and MyPassword123 — the password that users will be required to enter. The minimum password length is 8 characters. After entering the command, the system will confirm successful profile creation.
Now the network needs to be started. Enter the command netsh wlan start hostednetworkIf everything went well, you'll see the message "Hosted network started." A new adapter, "Wireless Network Connection 2" (or whatever the number is), will appear in the list of network connections, broadcasting the signal.
netsh wlan set hostednetwork mode=allow ssid=HomeWiFi key=SuperSecretPass
netsh wlan start hostednetwork
You'll need to re-enter the launch command or create a special batch file to automate the process. The command line provides direct access to the driver, bypassing complex graphical interfaces, reducing the risk of software conflicts.
☑️ Checklist for launching via CMD
Setting up Internet sharing
The network itself doesn't yet have internet access. It only provides a local connection between devices. To share the internet, you need to enable the Internet Sharing (ICS) function on the primary adapter through which the computer accesses the network (e.g., Ethernet or a 3G/4G modem).
Go to Control Panel → Network and Internet → Network and Sharing Center. In the left menu, select Change adapter settings. Find the adapter you use for internet access (usually called Local Area Connection or your ISP's name), right-click it, and select Properties.
In the window that opens, 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 in the previous step (usually called "Wireless Network Connection" with a number).
| Parameter | Main adapter (Ethernet) | Virtual adapter (Wi-Fi) |
|---|---|---|
| Status | Connected | No network access (before setup) |
| IP address | Issued by the provider/router | 192.168.137.1 (automatic) |
| Function | Internet reception | Internet Sharing |
| Access | The Access tab is active | The Access tab is inactive. |
After applying the settings, the system will warn you about the change in the IP address of the virtual adapter 192.168.137.1This is normal and necessary for NAT (network address translation) to work. Now, devices connected to your Wi-Fi network will receive IP addresses from this subnet and be able to access the network.
What should I do if the "Access" tab is missing?
If you don't see the "Sharing" tab in the adapter properties, make sure the Internet Connection Sharing (ICS) service is running. Press Win+R, enter services.msc, find the service, and set the startup type to "Automatic."
Graphical configuration via Network and Sharing Center
For users who don't want to work with code, Windows 7 offers a new connection wizard. However, this method is less flexible and may not work with some drivers. Click Start → Control Panel → Network and Internet → Network and Sharing Center.
Click the "Set up a new connection or network" link. Select "Set up a wireless ad-hoc network" from the list and click "Next." This mode is designed for temporary networks, but can also be used for internet sharing if configured correctly.
Enter the network name, select the security type WPA2-Personal (This is the most secure protocol available in this menu) and create a complex security key. Be sure to check the "Save network settings" box. After creating the network, return to the main connection properties and configure sharing as described in the previous section.
- 📶 The creation wizard simplifies the process, but hides advanced channel settings and operating mode.
- 🔐 Choose WPA2 encryption, as WEP is easy to crack even for a beginner.
- 🔄 The GUI may not display the network on devices if the driver does not support Infrastructure mode.
⚠️ Note: When using the graphical wizard, the network may be created in ad-hoc mode. Some modern smartphones (especially Android 10+ and iOS) may not detect or refuse to connect to ad-hoc networks, considering them unsafe.
Troubleshooting connection errors and problems
The most common issue is the error "Failed to start the hosted network." This often occurs if the adapter driver doesn't support virtualization or if the WLAN AutoConfig service is stopped. Check the service status: Win+R, enter services.msc, find "WLAN AutoConfig Service" and make sure it is running.
Another common situation: devices connect to Wi-Fi, but the internet doesn't work, and the browser displays "No internet access." Check that the correct adapter is selected for sharing. If you have multiple network cards (for example, integrated and USB), you may have enabled access on the wrong adapter, not the one that's actually sending the traffic.
It's also worth checking your DNS settings. On the client device (smartphone), try entering the DNS manually, for example, from Google (8.8.8.8). Sometimes Windows 7 incorrectly passes the provider's DNS servers through its virtual adapter.
In some cases, your antivirus may block the DHCP server built into Windows. Try temporarily disabling the firewall and checking access. If the issue resolves, add exception rules for the process. svchost.exe, responsible for shared network resources.
Alternative programs for distributing Wi-Fi
If Windows 7's standard tools are difficult or seem inconvenient, you can use specialized software. These programs create a shell over system commands. netsh, providing a user-friendly interface with "Start" and "Stop" buttons. This is especially useful for those who frequently need to change their password or network name.
One of the popular utilities is Virtual Router Plus or Connectify Hotspot (Although the latter has paid limitations). They automatically configure sharing and monitor network status. However, it's worth remembering that using third-party software increases the system load and may conflict with existing network settings.
The advantage of such programs is the ability to monitor connected users and limit the speed for each client. Detailed traffic monitoring by device is practically impossible with Windows 7's built-in tools without the use of packet sniffers.
Is it possible to share Wi-Fi without administrator rights?
No, creating a virtual adapter and changing network stack settings requires administrator privileges. Any program that promises to do this without administrator privileges either doesn't work or uses exploits, which is unsafe.
Why does my phone say "Obtaining IP address" and won't connect?
This means the Windows DHCP server isn't responding. Most likely, the Internet Connection Sharing service isn't running, or you've denied access in the properties tab of the primary adapter. Also, check if your firewall is blocking DHCP requests (port 67/68).
What is the maximum range of this access point?
The range is limited by the power of your Wi-Fi adapter. Built-in laptop modules typically provide coverage for a single room or apartment. External adapters with antennas can penetrate walls better, but it's not legal to boost the signal beyond the permitted limits using software.