Setting up a local network on Windows 7 via a WiFi router

Organization of a local network in conditions when the main operating system standard remains Windows 7, requires careful attention to configuration details. Despite the end of official developer support for this OS, it is still actively used in many offices and homes to work with specific hardware. Establishing a stable connection between computers via a wireless router allows for file sharing, printer sharing, and online gaming without the need for additional cables.

The setup process does not require in-depth programming knowledge, but involves sequentially changing parameters in several sections of the system. The key point The key is to properly configure the network profile and disable features that block external connections by default. If you miss even one step, computers may be physically connected to the router but won't be able to "see" each other in the network environment.

In this guide, we'll cover every step of setting up a local network, from basic adapter settings to fine-tuning access rights. You'll learn how to avoid common mistakes that often lead to lost time and unstable connections. Proper configuration will ensure high data transfer speeds and the security of your home or office network.

Basic network adapter settings

The first step to successfully creating a local network is to ensure all computers are physically or wirelessly connected to the same router. Ensure the WiFi adapters on all devices are enabled and connected to the same wireless network. To get started, log in to the Network and Sharing Center, where you can make basic configuration changes.

Click the "Start" button and go to "Control Panel." Find the "Network and Internet" section and select "Network and Sharing Center." On the left side of the window, click the link Changing adapter settingsHere you'll see a list of all your computer's network connections. Find the connection that matches your WiFi adapter (usually labeled "Wireless Network Connection").

⚠️ Warning: If you're in a public place or using corporate WiFi, creating an open local network may violate your organization's security policies. Make sure you have permission to change network settings.

Double-click your wireless connection icon and click "Properties." In the list of components that opens, find "Internet Protocol Version 4 (TCP/IPv4)" and select it, then click "Properties." To work on a home network through a router, the switches here should be enabled. Obtain an IP address automatically and "Obtain DNS server address automatically." The router will distribute addresses to all network participants.

Selecting a network profile type and homegroup

After connecting to a WiFi router, Windows 7 will prompt you to locate your computer. This is a critical step, as the firewall rules depend on the profile you select. To create a local network, select the "Home Network" or "Business Network" profile. If you select "Public Network," the system will block most incoming connections for security reasons.

If the selection window doesn't appear automatically, you can change the network type manually. Return to the Network and Sharing Center. At the top of the window, next to the network diagram, you'll see your current connection type (e.g., "Public Network"). Click this, and the system will prompt you to change the profile to "Home Network." Confirm your action by agreeing to enable network discovery.

Earlier versions of Windows 7 heavily promoted the "HomeGroup" feature for quick file sharing. While it's convenient, the classic sharing setup is often more stable and intuitive for beginners. We'll focus on manually managing the settings, which gives you complete control over the process.

📊 What network type do you usually choose when connecting?
Home network
Enterprise network
Public network
I find it difficult to answer

Setting up sharing and discovery

Now you need to explicitly allow your computer to be visible to other devices. In the Network and Sharing Center, follow this link Change advanced sharing optionsA window will open with three profiles: home/work, guest, and public. We're interested in the first section, which corresponds to your current network status.

Enable the following options under "Home or Work Profile":

  • 📡 Turn on network discovery - allows the computer to see other devices and be visible to itself.
  • 📂 Turn on file and printer sharing — allows access to shared resources.
  • 🔒 Enable password-protected sharing - optional, but recommended for security.

If you've enabled password protection, accessing your files from another computer will require the login and password of the user account logged in to the target PC. If you disable this feature, shared folders will be accessible to all devices on the network without requiring credentials, which is convenient but less secure.

Be sure to click the "Save Changes" button at the bottom of the page, otherwise all settings will be reset when you close the window. Also, make sure "Turn off password-protected sharing" is enabled in the "All Networks" section if you want to make password-free access as easy as possible (only in a trusted home environment).

Advanced Windows Firewall Settings

Often, even after a properly configured profile, the network doesn't work due to aggressive built-in firewall settings. Windows Firewall can block ICMP requests (ping) and discovery protocols. To diagnose and troubleshoot problems, you'll need access to advanced security settings.

Click Start, enter in the search bar wf.msc and press Enter. The "Windows Firewall with Advanced Security" console will open. In the left pane, select "Inbound Rules." In the list of rules, find the groups related to "File and Printer Sharing" and "Network Discovery."

Make sure the rules for the "Private" (Home/Work) profiles are enabled (they have a green checkmark). Pay particular attention to the rules that allow the ICMPv4 protocol. Find the "File and Printer (ICMPv4 Echo Request - Incoming)" rule and make sure it's enabled. This will allow you to use the ping command to test connectivity between computers.

Why might ping not work?

Even with rules enabled, some antivirus programs (Kaspersky, ESET, Dr.Web) have their own firewalls that override Windows settings. Check the network settings in your antivirus interface and set the trust level to "Local Network" or "Home."

If you're using a third-party antivirus, Windows Firewall controls may be disabled. In this case, you'll need to find all the settings in the antivirus program's interface. Ignoring this is the most common reason why computers can't see each other.

Creating a shared folder and setting access rights

Once the network infrastructure is set up, you need to create the resource you want to share. Simply having a folder on the drive isn't enough—you need to explicitly tell the system that this folder is accessible to the network. Create a new folder at the root of the drive or in any convenient location, such as Shared_Files.

Right-click the folder and select "Properties." Go to the "Sharing" tab and click "Advanced." Check "Share this folder." Below, click "Permissions." By default, the "Everyone" group is set to read-only permissions. If you want other users to be able to modify files, select the "Everyone" group and check "Full Control" or "Modify."

⚠️ Note: Granting "Full Control" permissions to the "Everyone" group means anyone who connects to your network will be able to delete or modify files in this folder. Use this only on a trusted home network.

It's also important to check the "Security" tab in the folder's properties. This is where NTFS permissions are located. If the "Everyone" user or group doesn't have read or write permissions at the file system level, the sharing settings won't work. Add the "Everyone" group or a specific user to the list and grant the necessary permissions.

☑️ Checking shared resources

Completed: 0 / 4

Table of access types and security levels

Understanding the differences between access levels helps you properly configure your network based on the number of users and the type of data being transferred. Below is a comparison table of the main configurations.

Configuration Difficulty of setup Security level Recommended use
No password (Guest) Low Short Home, trusted devices
With password protection Average High Office, mixed environment
Home group Low Average Windows 7/Vista Family Network
Special permits High Maximum Corporate sector

The specific configuration you choose depends on your needs. For home use, disabling password protection in a trusted profile is usually sufficient. For an office environment where other people may be using laptops, setting passwords and creating separate accounts for each employee is essential.

Diagnosing and troubleshooting

Even if you follow all the instructions, situations may arise where computers cannot see each other. First, use the built-in diagnostic tool. In the Network and Sharing Center, click the "Troubleshoot" link. The system will automatically check for driver availability, service status, and firewall settings.

One of the common problems is stopping necessary services. Click Win + R, enter services.msc and find the following services:

  • 🛠️ Publish-Subsrciption Framework — must be running.
  • 🛠️ Function Discovery Resource Publication — must be running and have the startup type "Automatic" (critical for Windows 7).
  • 🛠️ SSDP Discovery — required for device discovery.
  • 🛠️ Workstation — provides network connections.

If the service is stopped, right-click it, select "Properties," click "Start," and select "Automatic" as the startup type. The changes will take effect after you restart your computer. Also, ensure that computer names on the network are unique and do not contain Cyrillic or special characters.

Frequently Asked Questions (FAQ)

Why can't a Windows 10 computer see a Windows 7 computer?

In Windows 10, the SMBv1 protocol, which is often used by Windows 7 for discovery, is disabled by default. Also, check that both PCs are in the same workgroup (WORKGROUP by default). In Windows 10, you may need to enable SMB 1.0/CIFS support in Windows Features.

How do I find out the IP address of another computer on the network?

On the target computer, click Win + R, enter cmd, then in the command line enter ipconfigYou're interested in the "IPv4 address" line. To access folders, you can use this address in File Explorer by entering it in the address bar. \\192.168.1.XX.

Is it possible to set up a local network if the router is not connected to the Internet?

Yes, a local area network (LAN) does not require a WAN/Internet connection for operation. The router functions as a switch and DHCP server, distributing IP addresses to devices within the local network. The internet is only needed for access to the outside world.

Is it safe to disable password protection in Windows 7?

On a home network where only trusted individuals have physical access, this is acceptable for convenience. However, in apartment buildings with poor WiFi signal isolation or in offices, this poses a risk of data leakage. It is recommended to use complex passwords on user accounts.