To resolve the issue of not being able to access one Windows 11 PC from another on the same private Ethernet network, you can follow these troubleshooting steps:
- Check Network Sharing Settings: Ensure that network sharing is enabled on both PCs. Go to Settings > Network & Internet > Ethernet > Network and Sharing Center > Change advanced sharing settings. Make sure that Turn on network discovery and Turn on file and printer sharing are selected.
- Verify Permissions: On the PC you are trying to access (HomePC), check the shared folder permissions. Right-click the folder, select Properties, go to the Sharing tab, and click on Advanced Sharing. Ensure that the folder is shared and that the user has the necessary permissions.
- Use the Correct Credentials: When prompted for credentials, ensure you are using the correct username and password for the account on the HomePC that has access to the shared folder.
- Disable Password Protected Sharing: If you want to simplify access, you can disable password-protected sharing. Go to Control Panel > Network and Sharing Center > Change advanced sharing settings and select Turn off password protected sharing.
- Check Firewall Settings: Ensure that the Windows Firewall or any third-party firewall is not blocking file sharing. You may need to create an exception for file and printer sharing.
- Use IP Address: Instead of using the PC name, try accessing the shared folder using the IP address of the HomePC. For example, use
\192.168.x.xwhere192.168.x.xis the IP address of the HomePC. - Restart Network Services: Sometimes, restarting the network services can help. You can do this by opening Command Prompt as an administrator and running the following commands:
net stop server net start server
By following these steps, you should be able to resolve the access issue between your two Windows 11 PCs on the same network.