How to create a network between two computers via Wi-Fi in Windows 8

Creating a local network between two computers running an operating system Windows 8 — a task that may seem complicated due to the redesigned Metro UI, but in reality, the process is little different from previous versions of the system. The main goal of this configuration is to enable fast file sharing, printer sharing, or even multiplayer gaming without the need for an internet connection. Modern wireless standards allow for high-speed data transfer, making Wi-Fi an excellent alternative to a cable connection.

To successfully complete the procedure, you will need to ensure that both devices are in a strong signal range and have working network adapters. It is important to understand that local area network It can be created over an existing router connection or set up directly between laptops in ad hoc mode. In this article, we'll explore both options, focusing on security settings and shared folders.

Before you begin any technical manipulations, check that the Wi-Fi module is enabled on both devices. Users often forget that on laptops with Windows 8 A physical switch or key combination (e.g., Fn+F2) may be blocking the adapter at the software level. If the wireless indicator is lit, you can proceed to configuring system settings.

Preparing equipment and checking drivers

The first step in building any network infrastructure is ensuring stable hardware operation. Unlike wired Ethernet, a wireless connection critically depends on the quality of drivers and power saving settings. Go to Control Panel and select a section device Managerto ensure that there are no errors in the operation of the network adapter.

If you see a yellow exclamation mark next to the name of your Wi-Fi module, this means the driver is not installed or is not working correctly. In this case, you need to download the latest software from the laptop or motherboard manufacturer's website. Windows 8 Drivers from are often suitable Windows 7, but it is better to look for specific versions for the eight.

It's also worth paying attention to the power profile. The system may try to save power by turning off the adapter when idle, which can lead to connection interruptions. Open the adapter's properties, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."

Setting up the network type and discovering devices

The key point in Windows 8 The correct network profile selection is essential. When you first connect to Wi-Fi, the system asks if you trust the network. To create a local connection between two computers, select "Yes, turn on sharing and connect to devices." This switches the network profile to "Trust" mode. Private network (or Home/Work), which will open ports for local data exchange.

If you are already connected but don't see other computers, check your settings in Network and Sharing CenterClick the "Change advanced sharing settings" link. Here you need to enable network discovery and file and printer sharing specifically for the current network profile.

  • ✅ Enable network discovery - allows your computer to see other devices on the Wi-Fi network.
  • ✅ Enable file and printer sharing — opens access to shared resources.
  • ✅ Let Windows manage HomeGroup connections — automates access rights settings.

⚠️ Warning: Enabling network discovery in public places (cafes, airports) can make your data accessible to attackers. Always change your profile to "Public Network" when away from home.

After making changes, be sure to click the "Save Changes" button, otherwise the settings will not be applied. A network service restart may be required if the changes do not take effect immediately. This can be done from the command prompt with administrator rights by running the command netsh winsock reset.

📊 What type of network do you most often use at home?
Home (Private)
Working
Public
I don't know which one I have.

Create a homegroup for quick sharing

The easiest way to connect two computers with Windows 8 into a single ecosystem - use technology HomeGroup (HomeGroup). This tool automatically configures access rights to libraries (Documents, Pictures, Videos) and printers, eliminating the need for manual permissions for each folder.

To get started, open Control Panel and find "HomeGroup." If the group hasn't been created yet, the system will prompt you to click "Create a HomeGroup." The setup wizard will ask you to select which resources you want to share. Once complete, the system will generate a password that you'll need to enter on the second computer.

Control Panel -> HomeGroup -> Create a HomeGroup

On the second computer, follow the same steps: go to the "HomeGroup" section. The system will find the group you created earlier and prompt you for the password. Once entered successfully, the shared folders from the first computer will appear in the network neighborhood. This is ideal for beginners, as it doesn't require extensive knowledge of network protocols.

☑️ Create a HomeGroup

Completed: 0 / 5

Manually setting up shared folders

If using a HomeGroup is impossible or impractical, you can share specific folders manually. This method gives you more flexible control over who can access your data and with what permissions. Find the desired folder, right-click it, and select "Properties."

In the window that opens, go to the "Access" tab and click the "Advanced" button. Check the "Share this folder" box. You can also configure permissions here: the "Permissions" button allows you to specify whether the user can only read files or also modify and delete them.

Access type Description Recommended use
Reading The user can only open and copy files. Exchange of documents, photos, and media
Change Full access to files, including deletion Collaborating on projects
Full access Enables changing access rights for others For network administrator only

There is also a simplified method via the "Access" -> "Sharing" tab. In the drop-down list, select the user (e.g., All (or a specific account name) and click "Add." Then set the permission level and confirm the action by clicking "Share."

Problem with password access

If the system requires a password and you want to enable access without one, in the advanced sharing settings, find the "All networks" section and select "Turn off password-protected sharing."

Connecting by IP address and searching for devices

Sometimes automatic discovery doesn't work due to firewall settings or router features. In this case, the most reliable way is to connect directly, knowing the IP address of the target computer. To obtain the address on the remote PC, open a command prompt (cmd) and enter the command ipconfigWe are interested in the line "IPv4 address".

Knowing the IP address (for example, 192.168.1.5), on the second computer press the key combination Win + R, enter two backslashes and the address: \\192.168.1.5If the security settings are correct, a window will open displaying all shared resources on this computer. This method is the most stable and is often used by system administrators.

For constant convenience, you can map a network folder as a separate drive in "My Computer." In the File Explorer window, click "Map network drive," select the drive letter, and enter the path to the resource in the following format: \\IP address\Folder nameCheck the "Restore at logon" box to make the disk appear automatically after a reboot.

Computer-to-Computer (Ad-Hoc) Networking

In situations where there is no Wi-Fi router, but you need to transfer files, you can create a direct wireless connection between two laptops. Windows 8 This feature is called "Create Network Connection" and allows you to set up an ad-hoc network. One laptop will act as the host, and the other will connect to it as a regular Wi-Fi hotspot.

Go to Network and Sharing Center -> "Set up a new connection or network." Select "Set up a new connection" and then "Set up a wireless ad hoc network." Create a network name (SSID), set the security type (preferably WPA2-Personal), and enter a password.

⚠️ Note: Ad-Hoc networks only work within line of sight and offer slower speeds than connecting through a router. Use this method only for temporary data transfers.

After creating the network on the first laptop, simply find the created network in the list of available Wi-Fi connections on the second laptop and enter the password. The computers will be connected to the same local network, and you can use the file sharing methods described in the previous sections (HomeGroup or IP sharing).

Diagnosis and solution of typical problems

Despite the apparent simplicity, users often encounter the problem that computers cannot see each other. One common cause is different workgroups. By default, Windows the workgroup name is used WORKGROUPCheck this in system properties: right-click on "This PC" -> "Properties" -> "Advanced system settings".

Another common issue is that your antivirus or Windows Firewall is blocking the connection. Try temporarily disabling your third-party antivirus and checking access. If the issue is resolved, add your local network to the trusted list in the security settings.

  • 🔍 Check if the Function Discovery Resource Publishing service is enabled in the list of services (services.msc).
  • 🔍 Make sure that the date and time are set to the same on both computers.
  • 🔍 Check if your router has AP Isolation enabled, which prevents devices from communicating within the Wi-Fi network.

If all else fails, reset your network settings. Open a command prompt as administrator and run the TCP/IP stack reset commands. This often resolves issues with frozen network configurations after system updates or virus attacks.

Network reset commands

netsh winsock reset catalog, netsh int ip reset reset.log, ipconfig /release, ipconfig /renew, ipconfig /flushdns. Be sure to restart your computer after completing these commands.

Why can't computers see each other on the network?

Most often, the problem lies in the network profile. If the network is marked as "Public," Windows blocks discovery. Also, check that the computer names are unique but the workgroup matches.

How to find out the IP address of a second computer?

On the second computer, press Win+R and enter cmd. In the black window, type ipconfig. Find the IPv4 address line. It usually looks like 192.168.xx.

Is it possible to play online via Wi-Fi?

Yes, if a local network is created and the games support LAN mode. However, for fast-paced shooters, Wi-Fi can introduce latency (ping), so it's better to use a cable or 5 GHz network.

Is internet required for a local network to function?

No, the local network works regardless of internet access. You only need a working Wi-Fi router or a direct connection between the adapters.