How to Share a Folder Between Two Computers via Wi-Fi in Windows 7: A Complete Guide

Sharing files between two computers via Wi-Fi Windows 7 — a task that may seem difficult only at first glance. Many users still work with this version of the OS, despite its outdated status, and are faced with the need to organize network access to folders without using flash drives or external drives. Unlike modern versions of Windows, where the process is partially automated, Windows 7 requires manual configuration of network settings, permissions, and protocols.

In this article we will look at three key stages: network preparation (including checking the connection and setting up a workgroup), creating and setting up a shared folder, and troubleshooting common errors such as lack of access or computers being invisible on the network. We will pay special attention security — how to restrict access to only the devices you need and prevent data leaks. If you've never set up a local network before, don't worry: the instructions are tailored for beginners, with explanations for each step.

📊 How often do you exchange files between computers?
Daily
Several times a week
Redico
Never

1. Preparing the network: checking the connection and setting up a workgroup

Before creating a shared folder, make sure both computers are connected to the one Wi-Fi networkThis is the basic requirement for file sharing. If one PC is connected via cable and the other via Wi-Fi, but to the same router, that's also acceptable.

Check your connection:

  1. Click Win + R, enter cmd and run the command ping [IP address of the second PC].
  2. If the answers are received without any losses (for example, Reply from 192.168.1.2: number of bytes=32...), there is a connection.

If ping doesn't work, check firewall or router settings - local traffic may be blocked.

Next you need to configure the same working group on both computers:

  1. Right click on ComputerPropertiesAdditional system parameters.
  2. In the section Computer name click Change.
  3. In the field Working group please specify the same name (eg. WORKGROUP) and restart your PC.

2. Setting up network discovery and file access

By default Windows 7 may block access to network resources. To avoid this, enable network discovery and configure sharing settings:

  • 🔧 Open Control Panel → Network and Sharing Center.
  • 📡 In the left menu, select Change advanced sharing options.
  • 🔒 For profile Home or work turn on:
    • Network discovery;
    • File and printer sharing;
    • Allow Windows to manage connections.
  • 🔄 Save the changes and restart your computer.

If after these steps the computers still cannot see each other, check the settings DNS suffix:

  1. Open Network connections (through Control Panel).
  2. Right-click on the active connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
  3. Click Additionally and in the section DNS make sure the option is disabled Use connection DNS suffix.
Why is it important to disable DNS suffix?

This setting may interfere with the correct determination of computer names on the local network, especially if the router does not support NetBIOS or LLMNR (protocols for name resolution).

3. Creating and configuring a shared folder

Now let's move on to the main part: creating a folder that will be accessible from another computer. Select the folder you want to share (for example, D:\General Documents), and follow these steps:

  • 📁 Right-click on the folder → Properties → tab Access.
  • 🔓 Click Share and select from the drop-down list All (or specify a specific user).
  • 🔐 Click Share, then go to the tab Security.
  • 🛡️ Click ChangeAdd → enter AllOK.
  • 📋 In the column Allow tick the boxes Full access (or just Reading, if you need to limit rights).

Important! If you choose All (Everyone), all devices on the network, including smartphones and smart TVs, will have access to the folder. For security, it's best to create a separate user with a password (more on that in the next section).

The folder is shared with the correct users|Access rights are configured (read/write)|Network discovery is enabled|Firewall is not blocking sharing|Computers are in the same workgroup-->

4. Setting up users and passwords for secure access

By default Windows 7 Requires authentication to access shared resources. If you use a different account on the second computer, you will need to:

  1. Create identical accounts on both PCs:
    • Open Control Panel → User Accounts.
    • Select Manage another account → Add a user.
    • Please enter your username and password (e.g. User_Share with a password 12345Qwerty!).
  • On the computer where the folder is shared, add this user to the permissions:
    • In the folder properties (tab Security) click Change.
    • Add a new user (User_Share) and assign rights.

    If you don't want to enter your password every time you connect, you can disable the authentication prompt via the registry. However, this will reduce network security! To do this:

    1. Press Win + R → enter regedit.
    

    2. Go to the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa.

    3. Find the LimitBlankPasswordUse parameter and set the value to 0.

    4. Restart your computer.

    5. Connecting to a shared folder from another computer

    After setting up the folder on the first computer, let's move on to the second. There are two ways to connect to the shared folder:

    Method 1: Via Explorer

    • 🖥️ Open Conductor (Win + E).
    • 📌 In the address bar, enter \\[computer_name] or \\[IP address] (For example, \\192.168.1.100).
    • 🔑 When prompted, enter the login and password of the user you created earlier.

    Method 2: Via the "Network"

    • 🌐 In File Explorer, select Net in the left menu.
    • 🔍 Wait for computers on the network to appear (may take up to 1 minute).
    • 📂 Double-click on the name of the computer where the folder is shared.

    If your computer is not visible on the network, check:

    • 🔌 Connect to Wi-Fi (both PCs must be on the same network).
    • 🔥 Firewall settings (disable it temporarily for the test).
    • 📛 The workgroup and computer names are correct.

    6. Eliminating typical errors

    Even after proper setup, problems may arise. Let's look at the most common ones:

    Error Cause Solution
    Folder access denied (error 0x80070035) Blocked by firewall or antivirus Disable the firewall temporarily or add an exception for file sharing (ports 137-139, 445)
    The computer is not visible on the network Network discovery or different workgroups are disabled Check the settings in Network and Control Center and the working group
    A password is requested even though it has not been set. Security policy for guest access is enabled Turn it off through gpedit.msc (for Pro version) or registry
    Slow file transfer Slow Wi-Fi speed or packet fragmentation Connect via cable or change the Wi-Fi channel in your router settings.

    If none of the methods helped, try reset network settings on both computers:

    1. Open Command Prompt as administrator.
    

    2. Enter the following in turn:

    netsh int ip reset

    netsh winsock reset

    3. Restart your PC.

    7. Alternative ways to share files over Wi-Fi

    If setting up a shared folder seems too complicated, consider these alternatives:

    • 🌐 Cloud services (Google Drive, Yandex Disk): Upload files to the cloud and share the link. The downside is that it's dependent on internet speed.
    • 📡 FTP server: install the program FileZilla Server on one PC and connect to it from another via an FTP client.
    • 🔗 File transfer programs:
      • LocalSend — cross-platform solution without registration;
      • Dukto — a simple tool for transferring files over a local network;
      • Resilio Sync — real-time folder synchronization.

    These methods may be easier to set up, but have their own nuances:

    ⚠️ Attention: Programs like LocalSend or Dukto Transfer files without encryption. Don't use them for sensitive data on public networks!

    8. Optimizing file transfer speed over Wi-Fi

    If file copying is too slow, the problem may lie in your router settings or Windows network settings. Here's what you can do:

    • 📶 Change Wi-Fi channel: In the router settings, select the least loaded channel (use programs like WiFi Analyzer for analysis).
    • 🔄 Update your Wi-Fi adapter drivers: Download the latest versions from the manufacturer's website (for example, for adapters) Intel or Realtek).
    • 📦 Disable QoS in your router: This feature may limit the speed for local traffic.
    • 🔌 Use 5 GHz: If your router is dual-band, connect to the 5 GHz network—it's less congested and faster.

    To check the current transfer speed between computers, you can use the utility LAN Speed Test:

    1. Download the program from the official website.
    2. Run it in server mode on one PC and in client mode on the other.
    3. Specify the server IP address and the size of the test file (e.g. 100 MB).
    ⚠️ Attention: If the speed is below 10 Mbps, the problem may be in the power saving settings of the Wi-Fi adapter. Device Manager disable the option Allow the computer to turn off this device to save power.

    FAQ: Frequently asked questions about setting up a shared folder in Windows 7

    Is it possible to create a shared folder without a password?

    Yes, but it's not safe. To do this, you need:

    1. In the shared folder settings, select Guest instead of a specific user.
    2. IN Local Security Policy (secpol.msc) disable the parameter Network Access: Sharing and Security Model for Local Accounts (install Guestbook).

    This method only works in Windows 7 Professional/Ultimate.

    Why is my computer visible on the network, but folders won't open?

    The reasons may be as follows:

    • Insufficient access rights (check the tab Security in the folder properties).
    • Blocked by antivirus (add the folder to exclusions).
    • The protocol is disabled SMB 1.0 (turn it on Control Panel → Programs and Features → Turn Windows features on or off).
    How to make a shared folder read-only?

    When setting up access on the tab Security Uncheck all boxes except Reading And Reading and execution. Also make sure that in the section General access selected Reading for the user All.

    Is it possible to share a folder to a Mac or Linux computer?

    Yes, but some additional configuration will be required:

    • For MacOS: V Finder click Cmd + K and enter smb://[IP-address_PC].
    • For Linux: use the command sudo mount -t cifs //[IP address]/[folder] /mnt/share -o username=[user],password=[pass].

    Make sure the protocol is enabled on your Windows PC. SMB 1.0/2.0 (depending on Linux/MacOS version).

    How do I disable folder sharing?

    To remove public access:

    1. Right-click on the folder → Properties → tab Access.
    2. Click ShareNobodyShare.
    3. On the tab Security delete all users except SYSTEM and the administrator.