How to set up Windows 10 folder sharing on a local network via Wi-Fi

A modern home or small office rarely exists without several computers, laptops, and other devices connected by a single wireless network. Often, there's a need to quickly transfer a large file, video archive, or work documentation from one device to another, and using cloud services or flash drives in such cases becomes ineffective. This is where the Wi-Fi feature comes in. public access, built into the operating system, which allows you to turn your PC into a full-fledged file server.

Setting up this feature in Windows 10 This requires attention to detail, as the security system blocks external connections by default to protect data. You'll need to go through several steps, from checking network settings to fine-tuning access rights for specific users. Understanding these processes will save you from many mistakes in the future.

The key point is that all devices must be on the same subnet, meaning they must be connected to the same router. If your laptop can see the printer via Wi-Fi, then accessing folders on another computer should work similarly, provided the firewall and network profiles are correctly configured.

Checking network parameters and network profile

Before you share files, you need to make sure your operating system correctly identifies the connection type. Windows 10 offers several security profiles, and for a local network to work, it's critical that the network be marked as such. PrivateIn a public profile, the system hides the computer from detection by other devices, making direct data exchange impossible.

You can check the current status through the settings menu. Press the key combination Win + I, select "Network & Internet," then go to your Wi-Fi connection properties. Here you'll see a network profile switch. If it's set to "Public," change it to "Private."

⚠️ Note: Changing your network profile to "Private" makes your computer visible to other devices within Wi-Fi range. Make sure you trust your surroundings, such as being at home or in the office, not at a cafe.

Next, you should check if network discovery is enabled. Go to Control Panel → Network and Internet → Network and Sharing CenterIn the left menu, select "Change advanced sharing settings." Under "Private," make sure "Turn on network discovery" and "Turn on file and printer sharing" are enabled.

These settings are fundamental. Without them, any further manipulation of folders will be ineffective, as the computer simply won't respond to requests from the local network. Network protocol SMB, used for file transfer, requires an open communication channel between devices.

📊 What type of network do you use at home?
Private network (home)
Public network (cafe/hotel)
Corporate work network
Complex VLAN configuration

Setting access rights to a specific folder

Once your network environment is set up, you can select the resource you want to share. This can be any directory on your hard drive containing movies, documents, or photos.

Right-click the folder and select "Properties." Go to the "Sharing" tab and click "Advanced." Check "Share this folder." Below that is the "Permissions" button, where you can fine-tune what other users can do: read-only files, modify them, or fully manage their contents.

☑️ Checking folder settings

Completed: 0 / 5

Don't forget about the "Security" tab. Even if you've granted full rights, NTFS system restrictions may block access. Make sure the "Groups and Users" entry is present in the list of groups and users. All (or a specific user) with read and execute permissions. If such an entry doesn't exist, add it manually using the "Edit" button.

For a home network, it's often more convenient to use the simplified method via the "Sharing..." button in the folder properties. Here, you can select a user from the list or create a new one, and set the permission level. However, professionals prefer the advanced settings, as they provide more granular control over ACL (Access Control Lists).

Enabling required services and protocols

Sometimes, even with the correct folder settings, computers can't see each other. This is often due to disabled Windows services responsible for discovering devices on the network. In modern versions of Windows 10, some of these services may be disabled by default to save resources or improve security.

Click Win + R, enter services.msc and press Enter. In the list that opens, find the following services:

  • 🔍 Publishing Function Discovery Resources
  • 🖥️ Computer
  • 📡 SSDP Discovery
  • 📶 Discovery Provider Node Service

For each of them, you need to change the startup type to "Automatic" and start the service if it's stopped. Double-clicking the service will open the properties window where you can perform these actions. This is especially important if you're trying to connect older devices to the network or Smart TV, which use legacy discovery protocols.

⚠️ Note: The service interface may vary slightly across different Windows 10 builds (Home, Pro, Enterprise). If you don't find a service with the exact name, look for one with similar functionality or check for system updates.

It's also worth noting support for the SMB 1.0 protocol. Although Microsoft is actively combating this protocol due to vulnerabilities, some older network-attached storage (NAS) devices and media players only work through it. You can enable it through Control Panel → Programs and Features → Turn Windows features on or off.

Should I enable SMB 1.0?

Enabling this protocol reduces overall system security, making it vulnerable to attacks like WannaCry. Only do this if there's no other option and the device is on an isolated network without internet access. In today's environment, it's best to update your router or NAS firmware to support SMB 2.0/3.0.

Mapping a network drive and connecting

Once the server side is configured, you can move on to the client devices. The most convenient way to work with shared folders is to create a network drive. This way, the remote folder will appear in "My Computer" as a regular local drive (e.g., Z:), making it easier to work with files in programs.

To connect, open File Explorer, right-click "This PC," and select "Map network drive." In the window that opens, specify the drive letter and path to the folder. The path should look like this: \\ComputerName\FolderName or \\IP Address\FolderNameUsing an IP address is often more reliable, as it eliminates name resolution issues.

If the system prompts you for credentials during connection, enter the username and password for the account on the computer where the folder is located. Important: If you use a Microsoft account (linked to an email address) on the target computer, the login will be the email address, not the username.

A successful connection is confirmed by the new drive appearing in the list of devices. From now on, you can copy, move, and edit files as if they were on your local drive. Transfer speed will be limited by your device's bandwidth. Wi-Fi channel.

Common errors and how to fix them

Setting up a network rarely goes perfectly the first time. There are common issues that most users encounter. One of the most common is the error "Windows cannot access...," which may be accompanied by error code 0x80070035 (the network path was not found) or authorization issues.

Often, the problem lies with your antivirus or third-party firewall, which blocks incoming connections. Try temporarily disabling your protection to see if that's the cause. If access is restored, you'll need to add an exception to your local network in your antivirus settings.

Error Code / Symptom Probable cause Solution
0x80070035 Invalid name or IP Check the computer name and path, try the IP address
Password required Guest access is disabled Enter the correct login/password or change the security policy
No access (red cross) NTFS permission error Check the Security tab in the folder properties.
The computer is not visible on the network Services have been stopped Start Discovery and SSDP services

Another issue is the dynamic IP address. If the router changes the computer's IP address every time it reboots, network drives will become unavailable. It's recommended to lock the IP address in the router settings (DHCP Reservation) or enter a static IP address in the Windows network adapter properties.

Security considerations when opening access

By making files accessible, you potentially expand your attack surface. On a home network, the risks are minimal, but in an apartment building or office with guest Wi-Fi, the situation is different. An attacker connected to the same network could theoretically attempt to access your data.

Always use complex passwords for Windows accounts. A password of "12345" or no password at all is an open door for anyone within range. If you use passwordless guest access, ensure the guest network is isolated from the main network (using the Guest Network feature on your router).

⚠️ Caution: Never grant full access (Write/Modify/Delete) to the "Everyone" group on folders containing system files or personal documents if there are untrusted devices on the network.

For enhanced security, traffic encryption can be used, although this is difficult to implement over standard SMB over Wi-Fi without a corporate infrastructure. The best protection is network segmentation and regularly updating passwords. Also, keep up with Windows updates, as Microsoft regularly patches vulnerabilities in file sharing protocols.

In conclusion, setting up file sharing in Windows 10 is a powerful tool that transforms disparate computers into a unified ecosystem. Understanding how network profiles, NTFS permissions, and discovery services work will help you create a stable and fast file environment.

Why can't my computer see other devices on the network?

Most often, the problem lies with the "Public" network profile. Switch it to "Private" in the Wi-Fi settings. Also, check that "Feature Discovery Resource Publication" is enabled.

Is it possible to share a folder without a password?

Yes, you can disable the password requirement for sharing using Group Policy. However, this reduces security. Path: Control Panel -> Network and Sharing Center -> Change advanced settings -> All networks -> Turn off password-protected sharing.

How do I find out my computer's IP address to connect?

Open command prompt (cmd) and enter the command ipconfigFind the "IPv4 Address" line in the section for your wireless adapter. It usually looks like 192.168.xx.

Does sharing work between Windows 10 and macOS?

Yes, it works. On a Mac, select "Connect to Server" in Finder and enter the Windows machine's address. You may need to install an SMB client or configure more detailed access permissions due to differences in file systems.