Connecting Windows 7 and Windows 10 via Wi-Fi: A Complete Guide with Troubleshooting

Creating a local network between computers running different versions of Windows via Wi-Fi is a task that users face when they need to exchange files, share printers, or play online games. Despite the fact that Windows 7 and Windows 10 have differences in network protocol architecture, but they can be combined without additional equipment. The main difficulty lies in configuring protocol compatibility. SMB (Server Message Block) and correct configuration of network adapters.

In this article, we will look at two main scenarios: connecting via an existing Wi-Fi router (recommended method) and direct Wi-Fi connection (ad-hoc network). We will pay special attention to issues related to the disabling of support SMB1 in Windows 10, as well as the nuances of firewall settings and access rights. If you've previously encountered errors like "Network path not found" or "Resource not accessible," you'll find solutions here.

1. Preparing to create a network: checking hardware and software

Before you begin setup, make sure your devices meet the minimum requirements:

  • 🖥️ Windows 7 with installed Service Pack 1 (required to support modern security protocols).
  • 💻 Windows 10 versions 1803 or newer (older versions may lack critical SMB updates).
  • 📡 Wi-Fi adapters on both PCs that support the standard 802.11n (or higher) for a stable connection.
  • 🔄 System updates: Both computers should have the latest security patches installed (especially for SMB).

If you use laptops, there are usually no problems with Wi-Fi adapters. For desktop PCs, you may need USB Wi-Fi adapter (recommended models: TP-Link TL-WN725N, ASUS USB-AC53 Nano). Check the adapter's compatibility with your version of Windows on the manufacturer's website.

📊 Which connection method do you plan to use?
Via a Wi-Fi router
Direct connection (ad-hoc)
I haven't decided yet
Another option

Also pay attention to antivirus softwarePrograms like Kaspersky Internet Security or Avast may block network communication. Temporarily disabling your antivirus will help identify the cause of the problem. If you are using Windows Defender, you don’t need to change its settings – just configure the firewall correctly.

⚠️ Attention: If one of the PCs has Windows 7 Starter or Home BasicCreating an ad-hoc network may not be possible due to OS limitations. In this case, use a router connection.

2. Method 1: Connecting via a Wi-Fi router (recommended)

This is the most reliable and simple method, as the router automatically manages IP addresses and routing. You don't need to manually configure network settings.

Step 1: Connect both PCs to the same Wi-Fi network

Make sure both computers are connected to one Wi-Fi routerTo do this:

  1. On Windows 7 open Control Panel → Network and Sharing Center → Connect to a network.
  2. On Windows 10 Click on the Wi-Fi icon in the tray and select the desired network.
  3. Enter the password (if required) and wait for the connection.

Step 2: Setting up a network profile

By default, Windows may assign the network profile to "Public," which blocks file sharing. Change it to "Private":

  • 🪟 Windows 10: Settings → Network & Internet → Wi-Fi → Manage known networks → [your network] → Make private.
  • 🖼️ Windows 7: Once connected, select “Home network” in the window that appears (or change it in Network and Sharing Center → Change advanced sharing settings).

Both PCs are connected to the same Wi-Fi network | Network profile set to "Private"/"Home" | VPN and proxy disabled | Antivirus temporarily deactivated-->

Step 3: Set up folder sharing

On the computer from which the files will be distributed (for example, Windows 10), run:

  1. Create a folder (eg. C:\SharedFolder) and right-click on it → Properties → Access → Share.
  2. From the drop-down menu, select All → Add and set the permission to "Read and Write".
  3. Go to the Security tab → Edit → Add → All → OK and set full rights.

On Windows 7 access to the shared folder is via Start → Run → \\[Windows 10 IP address] (For example, \\192.168.1.100). The IP address can be found using the command ipconfig V cmd.

3. Method 2: Direct connection via Wi-Fi (ad-hoc network)

If you don't have a router, you can create one access point on one PC and connect the second one to it. This method is less stable, but works in extreme cases.

Step 1: Create an ad-hoc network on Windows 7

Windows 7 supports the creation of ad-hoc networks via a graphical interface:

  1. Open Control Panel → Network and Sharing Center → Set up a new connection → Set up a wireless ad hoc network.
  2. Set the network name (SSID), select the security type WPA2-Personal and set a password (minimum 8 characters).
  3. Activate the "Save network" option.

Step 2: Connect Windows 10 to an ad-hoc network

On Windows 10 Ad-hoc networks are not listed by default. To connect:

  1. Open Settings → Network & Internet → Wi-Fi → Hidden network.
  2. Enter the name (SSID) and password of the network created on Windows 7.
  3. If the network does not connect, use the command in cmd (as administrator):
    netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME"
⚠️ Attention: In Windows 10 version 2004 and newer support for ad-hoc networks is limited. If the connection fails, use mobile hotspot (Wi-Fi sharing via smartphone) or USB Wi-Fi adapter with mode support SoftAP.

Step 3: Configuring IP addresses manually

In an ad-hoc network, there is no DHCP server, so IP addresses are assigned manually:

  • 📌 On Windows 7 (host): IP: 192.168.1.1, Mask: 255.255.255.0.
  • 📌 On Windows 10 (client): IP: 192.168.1.2, Gateway: 192.168.1.1.

To change your IP, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings → [Your Wi-Fi adapter] → Properties → Internet Protocol Version 4 (TCP/IPv4).

4. Troubleshooting Access Issues: SMB, Firewall, and Permissions

If after setting up the network you see errors like "The network path was not found." or "Access denied", the most common causes are:

  • 🔌 Disabled SMB1 protocol in Windows 10 (disabled by default due to vulnerabilities).
  • 🛡️ Windows Firewall, blocking incoming connections.
  • 🔐 Incorrect access rights to the shared folder.

Enabling SMB1 on Windows 10

Although SMB1 is unsafe, its temporary enabling may be required for compatibility with Windows 7:

  1. Open Control Panel → Programs → Turn Windows features on or off.
  2. Find Support for SMB 1.0/CIFS file sharing and check the box.
  3. Restart your PC.

Setting up a firewall

Add exceptions for network discovery and file sharing:

  • 🔥 On Windows 10: Settings → Update & Security → Windows Defender Firewall → Allow the app to communicate → [Turn on "Network discovery" and "File and printer sharing"].
  • 🔥 On Windows 7: Similarly through Control Panel → Windows Firewall → Advanced settings.

Checking access rights

If the folder is visible but access is denied:

  1. Right-click on the folder → Properties → Security → Edit → Add → All → OK.
  2. Check the boxes for "Full access" and "Change".
What to do if Windows 10 doesn't see Windows 7 on the network?

The problem may be related to a disabled protocol. NetBIOSTo enable it:

1. Open Control Panel → Network and Sharing Center → Change adapter settings.

2. Right-click on the Wi-Fi adapter → Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties → Advanced → WINS.

3. Select "Enable NetBIOS over TCP/IP".

4. Restart both PCs.

5. Optimizing data transfer speed

Wi-Fi connections between PCs are often slower than wired connections. To speed up file sharing:

Parameter Recommended value How to change
Wi-Fi standard 802.11ac (or 802.11n) In the router or adapter settings
Channel width 40 MHz (or 80 MHz For 802.11ac) Control Panel → Device Manager → Wi-Fi Adapter Properties → Advanced
Power saving mode Maximum performance Control Panel → Power Options → Change plan settings → Change advanced settings
MTU 1472 (for stability) Team: netsh interface ipv4 set subinterface [ID] mtu=1472

If you are transferring large files (videos, disk images), use archiving (7-Zip, WinRAR) divided into volumes by 2 GBThis will reduce the risk of transmission interruption.

6. Alternative file sharing methods

If setting up a local network is difficult, consider alternative methods:

  • 🌐 Cloud services: Google Drive, Yandex Disk or Dropbox (suitable for files up to 15 GB).
  • 🔌 FTP server: Programs like FileZilla Server (configured on one PC, connected to it from another).
  • 📦 Local messenger: LocalSend or Snapdrop (works through a browser, does not require network settings).
  • 💾 External storage: USB flash drive or HDD (most reliable for large amounts of data).

To regularly exchange files between PCs, we recommend setting up Syncthing — a free, open-source program that synchronizes folders over a local network without cloud intermediaries.

7. Common mistakes and their solutions

Even with proper setup, problems can still arise. Let's look at some typical cases:

⚠️ Attention: If after updating Windows 10 to version 21H2 or newer, sharing stopped working, check your settings Guest accountIn recent builds, Microsoft has tightened security policies for local networks.
Error Cause Solution
0x80070035 (Network path not found) SMB protocol incompatibility or firewall blocking Turn on SMB1 on Windows 10 or configure SMB2 on Windows 7 via the registry
0x80004005 (Unspecified error) Problems with access rights or antivirus Check your settings Security folders and disable the antivirus
Wi-Fi is connected, but there is no internet access. Incorrect IP or gateway settings Assign IP addresses manually (see section 3.3)
Ad-hoc network disappears after sleep/hibernation Power saving adapter settings Disable the "Allow the computer to turn off this device to save power" option in Device Manager.

If none of the solutions helped, check Windows event logs (Control Panel → Administrative Tools → Event Viewer → Windows Logs → System). Look for errors in sources Microsoft-Windows-SmbClient or Tcpip.

FAQ: Answers to Frequently Asked Questions

Is it possible to connect Windows 7 and Windows 10 via Wi-Fi without a router?

Yes, but with restrictions. Windows 7 can be created ad-hoc network, A Windows 10 connect to it manually (see section 3). However, this method is less stable than connecting through a router. In Windows 10 versions 2004+ Ad-hoc network support has deteriorated, so you may need to use third-party utilities like Connectify Hotspot.

Why can't Windows 10 see Windows 7 shared folders?

The most likely reasons are:

  1. Disabled SMB1 on Windows 10 (enable it in system features).
  2. Different network profiles (both PCs must have the "Private"/"Home" profile selected).
  3. Blocked by antivirus (Temporary disabling will help diagnose the problem).

Also check that Windows 7 is enabled file and printer sharing in the firewall settings.

How to transfer files faster over Wi-Fi?

The speed depends on several factors:

  • Use 5 GHz range (if supported).
  • Turn it off encryption (for temporary transmission over a secure network only).
  • Compress files before transferring (for example, in 7-Zip with compression method LZMA2).
  • Use FTP server (For example, FileZilla) instead of standard public access.

Maximum theoretical speed for 802.11n150 Mbps, but in practice it rarely exceeds 50-70 Mbps.

Is it possible to play on a local network using this connection?

Yes, but with some reservations:

  • For old games (For example, Counter-Strike 1.6, Warcraft III) standard public access is sufficient.
  • For modern games (For example, Minecraft, GTA V) may be required port forwarding on the router or using programs like Hamachi.
  • Latency (ping) over Wi-Fi will be higher than over cable (usually 10-30 ms against 1-5 ms).

For best experience use wired connection (if possible).

Is it safe to enable SMB1 for compatibility?

No, it's not safe. Protocol SMB1 contains critical vulnerabilities (eg EternalBlue, used in the attack WannaCry). Enable it only temporarily and disable it after transferring files. Alternative solutions:

  • Update Windows 7 to the latest version and enable SMB2/SMB3 through the registry.
  • Use FTP or SFTP for file transfer.
  • Set up cloud synchronization (For example, Resilio Sync).