Thank you for giving such a detailed summary and screenshots—these are a huge help for remote troubleshooting.
Here's a breakdown of your issue based on what you've provided:
- Both PCs run either Windows 10 or Windows 11.
- Both are wired to the same switch and router.
- You can't access shared files or see computers across the network, despite the file-sharing settings appearing to be enabled.
- You noticed the network names are different on each PC.
Common Causes (and Solutions) for "Windows Cannot Access" Network Errors
1. Network Type: Private vs Public
Your screenshots show different "Network names." If either PC is on a "Public" network, Windows will block discovery and sharing. Make sure both are set to "Private" (or "Home"), not "Public."
How to check/set this:
- Go to: Settings > Network & Internet > Ethernet (or Wi-Fi)
- Click your network.
- Ensure “Network profile type” is set to Private.
2. Enable Network Discovery & File Sharing
Verify these settings are switched on for both machines:
1. Control Panel > Network and Sharing Center > Change advanced sharing settings
- Turn ON:
- Network discovery
- File and printer sharing
- Allow Windows to manage homegroup connections
3. Password Protected Sharing
Turn this OFF temporarily to rule out issues:
- Same place as above (“All Networks” section)
- Set "Turn off password protected sharing."
4. Check for SMB1 Support (especially between W10 and W11)
Windows 10/11 sometimes disables SMB1—older Windows file sharing protocol. If the shared folders are set up using SMB1, enable it (if safe to do so):
- Go to: Control Panel > Programs and Features > Turn Windows features on or off
- Check "SMB 1.0/CIFS File Sharing Support"
- Click OK and reboot
Note: Only enable SMB1 temporarily for troubleshooting; it’s less secure than newer protocols.
5. Test by IP Address
Sometimes name resolution is flaky. On each PC, try accessing the other by IP address:
- Open File Explorer
- In the address bar, type:
\\<IP_Address_of_other_PC>
If this works, the issue is probably related to name resolution (NetBIOS, DNS).
6. Firewall Settings
Antivirus or firewall software can block sharing. You can briefly disable firewalls on each device (for testing only!) to see if it resolves your issue.
7. "Function Discovery Provider Host" Services
Both PCs need these two services running:
- Function Discovery Provider Host
- Function Discovery Resource Publication
Search for “Services” > check that both are “Running” and set to “Automatic.”
Handy Quick Checklist:
- [ ] Both PCs set to Private network
- [ ] Network discovery & file/printer sharing ON
- [ ] Password-protected sharing OFF (for testing)
- [ ] Try IP address access (
\\192.168.x.x
)
- [ ] Temporarily disable AV/firewall for a test
- [ ] Check SMB 1.0 support if shares are old
- [ ] Both Function Discovery services running
If you run through this checklist and still can't connect, let me know—please include the exact error message (text, not just a screenshot) that appears when you try accessing by IP or PC name.
I’m happy to guide you step-by-step through anything above if needed!