Organizing local data exchange between computers remains a pressing issue, despite the widespread adoption of cloud storage. When it comes to transferring gigabytes of information, creating a network game, or simply sharing a printer, a direct Wi-Fi connection becomes the most effective solution. This need is especially common in cloud-based environments. Windows 7, which is still used in many workplaces and homes.
Creating a network between two laptops without a router is possible using the Computer-to-Computer (Ad-Hoc) feature. This method allows devices to communicate directly, bypassing external infrastructure. It's important to understand that successful implementation requires careful attention to setup details and following the steps described below.
In this article, we'll walk you through the process of creating a virtual hotspot, configuring workgroup names, and sharing files. You'll learn how to avoid common mistakes and ensure a stable connection. The key condition is that the workgroup name on both devices must be identical for correct display in the network environment.
Checking hardware compatibility and drivers
Before you begin software configuration, you need to make sure that your wireless adapters support Ad-Hoc mode. Almost all modern Wi-Fi modules have this functionality, but older models may have limitations. Open Device Manager and check the network adapter driver status.
Make sure both laptops have the latest drivers installed. If the system uses the standard Microsoft driver, functionality may be limited. It's best to download the software from the official website of the laptop or wireless card chipset manufacturer.
⚠️ Note: On some laptops, the adapter's operating mode may be blocked at the BIOS level or by a special manufacturer utility. If you don't see the option to create a new network, check the power saving and wireless device management settings in the manufacturer's software (e.g. Lenovo Energy Management or ASUS Wireless Console).
It's also worth checking the physical condition of the antennas and whether the wireless module is enabled. There may be a hardware switch or key combination (usually Fn + F2 or similar) on the laptop case that activates Wi-Fi. Without an active signal, any further settings are meaningless.
- 📶 Make sure the Wi-Fi indicator is on or blinking on both devices.
- 💻 Check the Device Manager for yellow exclamation marks.
- 🔄 Update your drivers to the latest stable version from the vendor's website.
- ⚡ Turn off Airplane Mode and make sure wireless networks are allowed.
Creating a new computer network (Ad-Hoc)
The first laptop, which will act as the connection initiator, must launch the network creation wizard. To do this, go to the "Control Panel" and select "Network and Sharing Center." On the left side of the window, find the "Set up a new connection or network" link.
In the list that opens, select "Set up a new network" and click "Next." The system will prompt you to enter a network name (SSID). Create a unique name that is easy to identify, such as DirectLink_01In the "Security Type" field, it is recommended to select WPA2-Personal, as this will ensure traffic encryption.
After entering the password (at least 8 characters), click "Next" and wait for the setup to complete. The system will inform you that the network is ready for use. The second laptop should now see the created network in the list of available wireless connections.
Connect the second machine to the created network using the password you set earlier. Once successfully connected, both devices will be in the same local network. Windows may prompt you for the network type. Select "Home Network" or "Work Network," but not "Public" to allow discovery.
Setting up workgroup settings and names
In order for computers to "see" each other in a network environment, they must be in the same workgroup and have unique names. By default, Windows 7 uses the workgroup name WORKGROUP, but it's better to check this explicitly. Open "System" via "Control Panel" or right-click the "Computer" icon and select "Properties."
Click "Change settings" and then the "Change" button. Here you will see the computer name and workgroup name. The name must be unique for each device (e.g. Laptop1 And Laptop2), and the name of the working group is identical.
| Parameter | Laptop 1 (Host) | Laptop 2 (Client) | Requirement |
|---|---|---|---|
| Working group name | WORKGROUP | WORKGROUP | Must match |
| Computer name | OFFICE-PC | HOME-NB | It should be different |
| Network discovery | Included | Included | Necessarily |
| File sharing | Included | Included | For data transfer |
After changing the settings, the system will require a reboot. Restart both devices. This is a critical step, as network discovery services are only initialized after the operating system has fully loaded.
If the names are identical, a conflict will occur, and one of the devices will be disconnected from the network or will not function correctly in the domain/workgroup. Unique identifiers are a fundamental rule for building any computer network.
Network profile and sharing configuration
After rebooting, you'll need to set up sharing profiles. Return to the Network and Sharing Center and select "Change advanced sharing settings." You'll see profiles for different network types: "Home or work" and "Public."
Expand the "Home or Work" profile (your current network profile). Here, you need to enable the following options: "Turn on network discovery" and "Turn on file and printer sharing." It's also recommended to enable "Turn on home connection management."
☑️ Sharing setup checklist
Pay special attention to the "All Networks" section. Here you'll find the "Password-protected sharing" toggle. If you're in a trusted environment and want easier access, select "Turn off password-protected sharing." This will allow you to connect to shared folders without entering your account login and password.
⚠️ Note: Disabling password protection reduces security. Only do this if you are sure there are no unauthorized devices within Wi-Fi range that might attempt to gain unauthorized access to your data.
Don't forget to click the "Save Changes" button at the bottom of the page. Otherwise, all selected settings will remain temporary and will be reset after you close the window.
Expanding access to folders and printers
Now that the network is configured, you need to grant access to specific resources. Select the folder you want to share. Right-click it, select "Properties," and go to the "Sharing" tab. Click "Advanced Settings."
Check the "Share this folder" box. Below, in the "Permissions" field, you can configure user permissions. For a home network, the "Everyone" group with "Full Control" or "Modify" permissions is usually sufficient if you want to be able to copy files from another laptop.
An alternative, faster method is to use the "Share a specific folder" feature in the "Share" menu. Select "Everyone" from the list and add them. The system will automatically apply the necessary permissions.
How to share a printer?
To share a printer, go to "Devices and Printers," right-click the desired printer, select "Printer properties" → "Sharing" tab → check "Share this printer." After this, the second laptop will be able to print to this device by finding it in the network neighborhood.
Printer access is configured in a similar manner. The main thing is that the printer driver is installed on both laptops. Windows 7 can often automatically find and install drivers for network printers the first time they're accessed.
Diagnosis and solution of typical problems
Even with the correct settings, problems with computer visibility may still occur. Windows Firewall or third-party antivirus software is often the culprit. Try temporarily disabling the firewall and see if the computers appear in the network list.
If the problem persists, check Windows services. Click Win + R, enter services.msc and locate network-related services. Make sure the Function Discovery Resource Publishing, Protected Access Connection Manager, and HomeGroup Listener services are running and set to Automatic.
Another common cause is a difference in time zones or system time, although this is less critical for Windows 7 than for domain networks. Also, check that both laptops are on the same subnet segment if static IP addressing is used.
- 🔍 Make sure your antivirus isn't blocking local connections.
- 🛠 Check that the required network services are running
services.msc. - 📡 Try pinging the second computer's address using the command line.
- 🔄 Reset TCP/IP settings with the command
netsh int ip reset.
To diagnose the problem, use the ping command. Open the command prompt (cmd) and enter the IP address of the second laptop (for example, ping 192.168.137.2). If responses are received, then the physical and channel connections are working, and the problem should be looked for in the access settings or firewall.
Why can't my laptop see the Ad-Hoc network created on Windows 10/11?
Starting with Windows 10, Microsoft removed native support for creating ad-hoc networks through the standard interface. Establishing such a connection with newer versions of Windows will require third-party software or setting up a mobile hotspot, which operates differently.
What is the maximum data transfer rate in such a network?
Speed will be limited by the capabilities of wireless adapters and the Wi-Fi standard (802.11g/n). In Ad-Hoc mode, speed is often halved compared to the standard's theoretical maximum, as the channel is half-duplex. Actual file transfer speeds are typically 2-4 MB/s for older adapters and up to 10-15 MB/s for more modern ones.
Is it possible to play online games over this connection?
Yes, this is one of the most popular use cases. A local Wi-Fi network provides sufficient bandwidth and low ping for most classic LAN games (CS 1.6, Warcraft 3, Need for Speed, etc.). The main thing is to install the same game versions and patches on both laptops.